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

Unified Diff: chrome/chrome_tests.gypi

Issue 9959116: Add support for not compiling in chrome/browser/background. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 8 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index da7ff33ba59b31841b1ddd1e04ad06a279b43a20..43db334a324d56b80055f086c034ba40dfb3a347 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2164,6 +2164,11 @@
'../webkit/quota/mock_storage_client.h',
],
'conditions': [
+ ['enable_background==0', {
+ 'sources/': [
+ ['exclude', '^browser/background/'],
+ ],
+ }],
['enable_one_click_signin==0', {
'sources!': [
'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698