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

Unified Diff: chrome/test/data/webui/BUILD.gn

Issue 2893003003: Print Preview: Merge NativeLayerStubs for tests (Closed)
Patch Set: Remove extra variable Created 3 years, 7 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/data/webui/BUILD.gn
diff --git a/chrome/test/data/webui/BUILD.gn b/chrome/test/data/webui/BUILD.gn
index 5f1313ad13a5645371162f58ca18bf3851dfc1e7..17ab3fde2589c8f09d0725907c1975a1ce25f34c 100644
--- a/chrome/test/data/webui/BUILD.gn
+++ b/chrome/test/data/webui/BUILD.gn
@@ -99,8 +99,6 @@ js2gtest("browser_tests_js_webui") {
"net_internals/timeline_view.js",
"ntp4.js",
"polymer_browser_test_base.js",
- "print_preview.js",
- "print_preview_destination_search_test.js",
"sandboxstatus_browsertest.js",
"settings/advanced_page_browsertest.js",
"settings/animation_browsertest.js",
@@ -149,8 +147,11 @@ js2gtest("browser_tests_js_webui") {
sources -=
[ "../../../browser/ui/webui/app_list/start_page_browsertest.js" ]
}
- if (!enable_print_preview) {
- sources -= [ "print_preview.js" ]
+ if (enable_print_preview) {
+ sources += [
+ "print_preview/print_preview.js",
+ "print_preview/print_preview_destination_search_test.js",
+ ]
}
deps = [
"//chrome/browser/ui",

Powered by Google App Engine
This is Rietveld 408576698