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

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: Exclude 'browser/intents' from Android build as well. Created 8 years, 10 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 04f926384d6c358f21ee08facea8f9e0ea70674c..c1a54b182d677a5e37d36fb2998970a4524efe7c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4733,8 +4733,10 @@
'browser/ui/webui/certificate_viewer_webui.cc',
],
'sources/': [
+ ['exclude', '^browser/intents'],
['exclude', '^browser/notifications/'],
['exclude', '^browser/themes/'],
+ ['exclude', '^browser/ui/intents'],
['exclude', '^browser/ui/panels/'],
['exclude', '^browser/ui/tabs/'],
['exclude', '^browser/ui/toolbar/'],
« chrome/browser/ui/browser.cc ('K') | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698