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

Unified Diff: chrome/chrome.gyp

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 03:20:34 PST 2014 Created 6 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b7d4fce58e4bb475ad7ad16765df78681fbb0fc5..9bfe345d52d7a04feaf3c50d14d492048541d13b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -40,12 +40,12 @@
'../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_frontend_resources',
],
}],
- ['enable_printing!=0', {
+ ['enable_basic_printing==1 or enable_print_preview==1', {
'chromium_browser_dependencies': [
'../printing/printing.gyp:printing',
],
}],
- ['enable_printing==1', {
+ ['enable_print_preview==1', {
'chromium_browser_dependencies': [
'service',
],
@@ -674,7 +674,7 @@
'chrome_browser_extensions.gypi',
],
}],
- ['enable_printing==1', {
+ ['enable_print_preview==1', {
'targets': [
{
# GN version: //chrome/service
« chrome/BUILD.gn ('K') | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698