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

Unified Diff: chrome/chrome_browser.gypi

Issue 9521013: Remove web intents from Chrome on Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resolved nits Created 8 years, 9 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 | « chrome/browser/webdata/web_intents_table_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 094ad1423ad886b58b60d200932109a56f1c95b5..6b360a0fab98b1e5aec0171d50e038e1916eb2d7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1276,6 +1276,7 @@
'browser/intents/cws_intents_registry_factory.h',
'browser/intents/default_web_intent_service.cc',
'browser/intents/default_web_intent_service.h',
+ 'browser/intents/register_intent_handler_helper.cc',
'browser/intents/register_intent_handler_infobar_delegate.cc',
'browser/intents/register_intent_handler_infobar_delegate.h',
'browser/intents/web_intents_registry.cc',
@@ -4419,8 +4420,10 @@
],
'sources/': [
['exclude', '^browser/importer/'],
+ ['exclude', '^browser/intents'],
Yaron 2012/03/10 00:28:01 I think these new excludes should be split out to
['exclude', '^browser/printing/'],
['exclude', '^browser/themes/'],
+ ['exclude', '^browser/ui/intents'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
« no previous file with comments | « chrome/browser/webdata/web_intents_table_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698