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

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: Rebased 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 c730d127319b1f0aa433c8aa4d79176db3d4c4a2..1a690a9c520e5ec95f22d67e406ef8dafb51bed7 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2455,6 +2455,12 @@
'sources/': [
['exclude', '^browser/captive_portal/'],
['exclude', '^browser/chrome_to_mobile'],
+ ['exclude', '^browser/first_run/'],
+ ['exclude', '^browser/importer/'],
+ ['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 +2477,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