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

Unified Diff: chrome/chrome_tests.gypi

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change chrome_tests.gypi Created 8 years, 4 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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7896c9073d0dd2f9f06b7a39dba4751f72fbac13..456976d90f15f044ebe16e2f3a7ad83949cd06b5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2455,6 +2455,13 @@
'sources/': [
['exclude', '^browser/captive_portal/'],
['exclude', '^browser/chrome_to_mobile'],
+ ['exclude', '^browser/first_run/'],
+ ['exclude', '^browser/importer/'],
+ ['exclude', '^browser/intents/'],
+ ['exclude', '^browser/lifetime/'],
+ ['exclude', '^browser/speech/'],
+ ['exclude', '^browser/sync/glue/app_'],
+ ['exclude', '^browser/sync/glue/extension_'],
['exclude', '^browser/themes/'],
['exclude', '^browser/ui/intents/'],
['exclude', '^browser/ui/omnibox/'],
@@ -2471,6 +2478,7 @@
['exclude', '^browser/ui/webui/suggestions_internals'],
['exclude', '^browser/ui/webui/sync_promo'],
# No service process on Android.
+ ['exclude', '^browser/service/'],
['exclude', '^common/service_'],
['exclude', '^service/'],
],

Powered by Google App Engine
This is Rietveld 408576698