diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 05:24:19 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 05:24:19 +0000 |
commit | 91dd8299779fd6e0f27890f80da8fa349ac5a19c (patch) | |
tree | 5d6a9a15ec9783fe79af12f1c3e6813b0c2d2a2f /build | |
parent | 490e66d36a28f5df028cbba3425d6ab93755af9e (diff) | |
download | chromium_src-91dd8299779fd6e0f27890f80da8fa349ac5a19c.zip chromium_src-91dd8299779fd6e0f27890f80da8fa349ac5a19c.tar.gz chromium_src-91dd8299779fd6e0f27890f80da8fa349ac5a19c.tar.bz2 |
Fix build failure from previous change.
Review URL: http://codereview.chromium.org/2796004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 07f0614..dcafee7 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -13,6 +13,8 @@ # whether warnings are treated as errors. 'chromium_code%': 0, + 'internal_pdf%': 0, + # Variables expected to be overriden on the GYP command line (-D) or by # ~/.gyp/include.gypi. |