summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 17:32:07 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-15 17:32:07 +0000
commit04866a2c8c4c65fd8cb02ee872b25d5b5017033f (patch)
tree8e38ab4ffa495584766109966d5f3b34a311ab4f /build
parente5d4d45e93fec02246970aa0830551e44504cd07 (diff)
downloadchromium_src-04866a2c8c4c65fd8cb02ee872b25d5b5017033f.zip
chromium_src-04866a2c8c4c65fd8cb02ee872b25d5b5017033f.tar.gz
chromium_src-04866a2c8c4c65fd8cb02ee872b25d5b5017033f.tar.bz2
Remove now-unused pepper_scripting option from gyp.
BUG=82606 TEST=trybots Review URL: http://codereview.chromium.org/7390008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/common.gypi b/build/common.gypi
index fed6279..54d0e16 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -363,11 +363,6 @@
# but that doesn't work as we'd like.
'msvs_debug_link_incremental%': '2',
- # TODO(dmichael): eliminate this when possible.
- # This flag, when 0, makes ppapi build without synchronous scripting
- # support in public interfaces. This is a temporary transitional option.
- 'pepper_scripting%': 0,
-
# Needed for some of the largest modules.
'msvs_debug_link_nonincremental%': '1',
@@ -744,10 +739,6 @@
['enable_flapper_hacks==1', {
'defines': ['ENABLE_FLAPPER_HACKS=1'],
}],
- ['pepper_scripting==0', {
- 'defines': ['PPAPI_INSTANCE_REMOVE_SCRIPTING',
- 'PPAPI_VAR_REMOVE_SCRIPTING'],
- }],
['configuration_policy==1', {
'defines': ['ENABLE_CONFIGURATION_POLICY'],
}],