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

Unified Diff: build/all.gyp

Issue 62793002: Allow printing component to be removed completely (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also fix chromium_builder_tests, coverage_build Created 7 years, 1 month 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 | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d427a10006a13c69c57d9b405040647680190203..b2dad99854aae92cf0e1475d0120e2c1ea59884c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -251,7 +251,6 @@
'../jingle/jingle.gyp:jingle_unittests',
'../media/media.gyp:media_unittests',
'../ppapi/ppapi_internal.gyp:ppapi_unittests',
- '../printing/printing.gyp:printing_unittests',
'../remoting/remoting.gyp:remoting_unittests',
'../sync/sync.gyp:sync_unit_tests',
'../third_party/WebKit/public/all.gyp:all_blink',
@@ -350,6 +349,11 @@
'../google_apis/gcm/gcm.gyp:gcm_unit_tests',
],
}],
+ ['enable_printing!=0', {
+ 'dependencies': [
+ '../printing/printing.gyp:printing_unittests',
+ ],
+ }],
],
}, # target_name: chromium_builder_tests
{
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698