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

Unified Diff: chrome/chrome_tests.gypi

Issue 9863047: Exclude ProtectorService code from Android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4504ee9d7ee36e45a7c3a7913b73ea85f08d393d..47040257a667b40767f7f17b1dd10583e469d083 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2497,6 +2497,11 @@
'browser/plugin_finder_unittest.cc',
],
}],
+ ['enable_protector_service==0', {
+ 'sources/': [
+ ['exclude', '^browser/protector/'],
+ ],
+ }],
['toolkit_views==1', {
'dependencies': [
'../ui/views/views.gyp:views',

Powered by Google App Engine
This is Rietveld 408576698