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

Unified Diff: chrome/chrome_dll.gypi

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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_dll.gypi
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 6226c32ab59d9ae1f02bbb07fcaabdfd9d51745b..84a22fd6e747694e99f2a82c3896f34b95cd4246 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -110,7 +110,6 @@
'chrome_version_resources',
'../chrome/chrome_resources.gyp:chrome_unscaled_resources',
'../crypto/crypto.gyp:crypto',
- '../printing/printing.gyp:printing',
'../net/net.gyp:net_resources',
'../ui/views/views.gyp:views',
'../webkit/webkit_resources.gyp:webkit_resources',
@@ -214,6 +213,11 @@
'<(allocator_target)',
],
}],
+ ['enable_printing!=0', {
+ 'dependencies': [
+ '../printing/printing.gyp:printing',
+ ],
+ }],
]
}],
['chrome_multiple_dll==1', {
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698