summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 01:11:41 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 01:11:41 +0000
commit214b81d70ec2a3eb09e381f7f306c651affd918b (patch)
treebdd252488d5e16af779121d70876376e67e9abbd /build
parent083bac6bb70ed7d18c25d40112c0ae0431575a35 (diff)
downloadchromium_src-214b81d70ec2a3eb09e381f7f306c651affd918b.zip
chromium_src-214b81d70ec2a3eb09e381f7f306c651affd918b.tar.gz
chromium_src-214b81d70ec2a3eb09e381f7f306c651affd918b.tar.bz2
Revert 97955 - First pass on intents options UI.
Copies the cookies view handler for intents. Add pass-throughs to grit for flag. Optionalize intents options page JS/CSS. Fix up data model to read title. Working test. R=jhawkins@chromium.org BUG=None TEST=*Intents* Review URL: http://codereview.chromium.org/7624012 TBR=gbillock@chromium.org Review URL: http://codereview.chromium.org/7717016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi10
1 files changed, 0 insertions, 10 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8ff7f27..89824b3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -316,7 +316,6 @@
'asan%': '<(asan)',
'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
- 'enable_web_intents%': '<(enable_web_intents)',
# Whether to build for Wayland display server
'use_wayland%': 0,
@@ -706,10 +705,6 @@
'grit_defines': ['-D', 'enable_register_protocol_handler'],
}],
- ['enable_web_intents==1', {
- 'grit_defines': ['-D', 'enable_web_intents'],
- }],
-
['asan==1', {
'clang%': 1,
}],
@@ -926,11 +921,6 @@
'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
],
}],
- ['enable_web_intents==1', {
- 'defines': [
- 'ENABLE_INTENTS=1',
- ],
- }],
], # conditions for 'target_defaults'
'target_conditions': [
['chromium_code==0', {