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

Unified Diff: chrome/chrome_tests.gypi

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index fa4825abfe46ce78f006e265acb3ad410ab1a8d1..0533b9d58fb83e3534dde5b0ea4445caab34e6c8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2075,6 +2075,20 @@
'../webkit/support/webkit_support.gyp:clearkeycdmadapter',
],
}],
+ ['enable_printing!=1', {
+ 'sources/': [
+ ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc'],
+ ['exclude', '^browser/printing/cloud_print/test/.*'],
+ ['exclude', '^browser/printing/print_dialog_cloud_interative_uitest.cc'],
+ ['exclude', '^browser/printing/printing_layout_browsertest.cc'],
+ ['exclude', '^browser/printing/print_preview_dialog_controller_browsertest.cc'],
+ ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browsertest.cc'],
+ ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc'],
+ ['exclude', '^test/data/webui/print_preview.cc'],
+ ['exclude', '^test/data/webui/print_preview.h'],
+ ['exclude', '^test/data/webui/print_preview.js'],
+ ],
+ }],
], # conditions
}, # target browser_tests
{

Powered by Google App Engine
This is Rietveld 408576698