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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 372843006: Android: Exclude google drive code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix GN Created 6 years, 5 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/chrome_browser.gypi ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 96ac096841ce9fd990ffc2eb2f8b55b29ae4a4ea..ea8398809c6ef59a75aefa5b232cbe060a3b032d 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -375,14 +375,17 @@
['exclude', '^renderer/printing/mock_printer.h'],
],
}],
+ ['enable_extensions==0', {
+ 'sources/': [
+ ['exclude', '^browser/drive/'],
+ ['exclude', '^browser/extensions/api/messaging/native_messaging_'],
+ ['exclude', '^browser/media_galleries/'],
+ ],
+ }],
['OS=="android"', {
'dependencies!': [
'../components/components.gyp:storage_monitor_test_support',
],
- 'sources/': [
- ['exclude', '^browser/media_galleries/'],
- ['exclude', '^browser/extensions/api/messaging/native_messaging_'],
- ],
}],
['OS=="win"', {
'dependencies': [
@@ -2111,6 +2114,7 @@
'sources/': [
['exclude', '^../apps/'],
['exclude', '^../extensions/'],
+ ['exclude', '^browser/drive/'],
['exclude', '^browser/extensions/activity_log/'],
['exclude', '^browser/extensions/api/'],
['exclude', '^browser/extensions/error_console/'],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698