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

Unified Diff: chrome/chrome_renderer.gypi

Issue 513623002: Cleanup: Combine some identical conditionals in chrome gyp targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 6 years, 4 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 | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index c5320ec72b96d94a740c845a079d814917d944d5..737d1f68089a96586fdbfc7fdfe0e7ef57de7bb2 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -377,6 +377,9 @@
],
}],
['enable_printing!=0', {
+ 'dependencies': [
+ '../printing/printing.gyp:printing',
+ ],
'sources': [
'<@(chrome_renderer_printing_sources)',
]
@@ -421,11 +424,6 @@
'<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
],
}],
- ['enable_printing!=0', {
- 'dependencies': [
- '../printing/printing.gyp:printing',
- ],
- }],
],
},
],
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698