From 961a34a731955322370373dd977bc99009965a86 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Wed, 28 May 2014 13:35:54 -0700 Subject: Followup comments from https://codereview.chromium.org/298893007/ R=thakis@chromium.org Review URL: https://codereview.chromium.org/302653009 --- build/gyp_pdfium | 1 + build/standalone.gypi | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/gyp_pdfium b/build/gyp_pdfium index 59f2c6cb9c..7019795d09 100755 --- a/build/gyp_pdfium +++ b/build/gyp_pdfium @@ -42,5 +42,6 @@ def main(): run_gyp(args) + if __name__ == '__main__': sys.exit(main()) \ No newline at end of file diff --git a/build/standalone.gypi b/build/standalone.gypi index ab8475929b..3b4f01bef6 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -37,6 +37,7 @@ 'host_arch%': '<(host_arch)', 'target_arch%': '<(target_arch)', }, + # These two are needed by V8. 'host_arch%': '<(host_arch)', 'target_arch%': '<(target_arch)', 'werror%': '-Werror', @@ -134,7 +135,7 @@ 'defines!': [ 'DEBUG', ], - 'cflags!': [ + 'cflags': [ '-Wall', '-W', '-Wno-unused-parameter', -- cgit v1.2.3