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

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 13:48:51 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('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 3d7c4ff00e20d862c8e2b275f4a57567864ce4ae..405d6b4d2c4746aa1c696777b6a3be59576911e2 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',
],
@@ -675,7 +675,7 @@
'chrome_browser_extensions.gypi',
],
}],
- ['enable_printing==1', {
+ ['enable_print_preview==1', {
'targets': [
{
# GN version: //chrome/service
« no previous file with comments | « 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