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

Unified Diff: chrome/chrome_common.gypi

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 5 years, 11 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index f7f3edacce12691be727ef1783ac332873f3ba93..dc15523e9a60aded77e13afc4795a860d80b6fb8 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -87,8 +87,6 @@
'common/pref_names_util.cc',
'common/pref_names_util.h',
'common/prerender_types.h',
- 'common/print_messages.cc',
- 'common/print_messages.h',
'common/profiling.cc',
'common/profiling.h',
'common/ref_counted_util.h',
@@ -413,13 +411,9 @@
'common/pepper_permission_util.h',
],
}],
- ['enable_basic_printing==0 and enable_print_preview==0', {
- 'sources!': [
- 'common/print_messages.cc',
- 'common/print_messages.h',
- ]
- }, {
+ ['enable_basic_printing==1 or enable_print_preview==1', {
'dependencies': [
+ '<(DEPTH)/components/components.gyp:printing_common',
'<(DEPTH)/printing/printing.gyp:printing',
],
}],

Powered by Google App Engine
This is Rietveld 408576698