summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi2
-rw-r--r--chrome/chrome.gyp1
2 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index dcafee7..07f0614 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -13,8 +13,6 @@
# 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.
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f17ec10..a8d1870 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4,6 +4,7 @@
{
'variables': {
'chromium_code': 1,
+ 'internal_pdf%': 0,
'variables': {
'version_py_path': 'tools/build/version.py',