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

Unified Diff: chrome/chrome.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 | « build/all.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index ca8897427846dd7dd803bc92fcc1d0a597b75a45..bd1ac159748a748083ba156b1a95f911b0771677 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -28,7 +28,6 @@
'conditions': [
['OS!="ios"', {
'chromium_browser_dependencies': [
- '../printing/printing.gyp:printing',
'../ppapi/ppapi_internal.gyp:ppapi_host',
],
'chromium_child_dependencies': [
@@ -42,6 +41,11 @@
'../third_party/WebKit/Source/devtools/devtools.gyp:devtools_frontend_resources',
],
}],
+ ['enable_printing!=0', {
+ 'chromium_browser_dependencies': [
+ '../printing/printing.gyp:printing',
+ ],
+ }],
['OS=="win"', {
'platform_locale_settings_grd':
'app/resources/locale_settings_win.grd',
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698