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

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: rebase 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 8a257ced22d7b7defef62687e0dd6152e700de11..9e9ce191f333c7a9fcb5fd71458d3d5251136394 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2076,6 +2076,20 @@
'../media/media.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
{
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698