summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 21:04:50 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-01 21:04:50 +0000
commit3a3e1712d881db14618a8ee023c744cc196e7a83 (patch)
tree03bd2515c26cd26ddfbccbdf1f61c0a9c2e21537 /content/content_renderer.gypi
parent235702b425a34556a4bb06c135ac7867ba4204eb (diff)
downloadchromium_src-3a3e1712d881db14618a8ee023c744cc196e7a83.zip
chromium_src-3a3e1712d881db14618a8ee023c744cc196e7a83.tar.gz
chromium_src-3a3e1712d881db14618a8ee023c744cc196e7a83.tar.bz2
Make most code on mac compile with enable_web_intents=0
Once everything builds with that set, I'll switch the default of that to off, then merge that into webkit and delete the webkit pieces, and then I'll delete the chromium bits. Since enable_web_intents is still 1, this change has no observable effect. BUG=173194 TEST=build with GYP_DEFINES=enable_web_intents=0. No compile errors, fewer linker errors. TBR=jschuh Review URL: https://codereview.chromium.org/12089102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r--content/content_renderer.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 46b29b1..945f83f 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -324,6 +324,12 @@
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
],
}],
+ ['enable_web_intents==0', {
+ 'sources!': [
+ 'renderer/web_intents_host.cc',
+ 'renderer/web_intents_host.h',
+ ],
+ }],
# TODO(jrg): remove the OS=="android" section?
# http://crbug.com/113172
# Understand better how media_stream_ is tied into Chromium.