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

Unified Diff: chrome/test/BUILD.gn

Issue 2804793002: Print Preview: Fix failure to save with long page title (Closed)
Patch Set: Add integration test Created 3 years, 8 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 3ed3b7904445246f66249b0c73311a2f51083526..19c348437b41b88eb325a2476c2d66508026bbdc 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4413,6 +4413,10 @@ test("unit_tests") {
"../utility/cloud_print/pwg_encoder_unittest.cc",
]
+ if (is_win) {
+ sources += [ "../browser/ui/webui/print_preview/print_preview_handler_unittest.cc" ]
Lei Zhang 2017/04/19 21:14:08 Just name it print_preview_handler_win_unittest.cc
rbpotter 2017/04/19 23:30:13 Done.
+ }
+
deps += [
"//ipc",
"//printing:test_support",

Powered by Google App Engine
This is Rietveld 408576698