Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: content/content_browser.gypi

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/intents_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3c4a1a59b14ac94edb7e41d62919d35169c90bc6..e59ec9ab2c71c0bc271af9d4e34aae5ad3ffcb88 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1020,6 +1020,11 @@
'browser/renderer_host/p2p/socket_dispatcher_host.h',
],
}],
+ ['enable_web_intents==0', {
+ 'sources/': [
+ ['exclude', '^browser/intents/' ],
+ ],
+ }],
['OS=="win"', {
'dependencies': [
# For accessibility
« no previous file with comments | « content/common/intents_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698