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

Unified Diff: build/all.gyp

Issue 1556463003: Mark printing code as basic printing and/or print preview code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 9d5eb88a710989d08746a29f9ddd14bb2ac1d601..441ec3459c3dfc8e4ac45285d6d2e3f192992ff5 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -71,6 +71,11 @@
'../ui/base/ui_base_tests.gyp:ui_base_unittests',
'../ui/gfx/gfx_tests.gyp:gfx_unittests',
],
+ }, { # 'OS!="ios"
+ 'dependencies': [
+ '../device/bluetooth/bluetooth.gyp:*',
+ '../device/device_tests.gyp:*',
+ ],
}],
['OS=="android"', {
'dependencies': [
@@ -134,7 +139,6 @@
'../ppapi/ppapi.gyp:*',
'../ppapi/ppapi_internal.gyp:*',
'../ppapi/tools/ppapi_tools.gyp:*',
- '../printing/printing.gyp:*',
'../skia/skia.gyp:*',
'../sync/tools/sync_tools.gyp:*',
'../third_party/WebKit/public/all.gyp:*',
@@ -160,12 +164,6 @@
'<(libjpeg_gyp_path):*',
],
}],
- ['OS!="ios"', {
- 'dependencies': [
- '../device/bluetooth/bluetooth.gyp:*',
- '../device/device_tests.gyp:*',
- ],
- }],
['use_openssl==0 and OS=="ios"', {
'dependencies': [
'../third_party/nss/nss.gyp:*',
@@ -294,6 +292,11 @@
'../third_party/openh264/openh264.gyp:*',
],
}],
+ ['enable_basic_printing==1 or enable_print_preview==1', {
+ 'dependencies': [
+ '../printing/printing.gyp:*',
+ ],
+ }],
],
}, # target_name: All
{
« no previous file with comments | « no previous file | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698