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

Unified Diff: chrome/test/BUILD.gn

Issue 2638843002: MD WebUI: Remove WebUI test focus hack by moving to interactive ui tests (Closed)
Patch Set: Ui -> UI Created 3 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/test/base/web_ui_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f7c7431c3000380cb84893d17bff6f657702c773..4e35f83332d0d346f0eacc81c6389e99a948c641 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -929,9 +929,15 @@ if (!is_android) {
test_type = "webui"
sources = [
+ "data/webui/cr_elements/cr_elements_focus_test.js",
"data/webui/md_history/md_history_focus_test.js",
]
+ gen_include_files = [
+ "data/webui/polymer_browser_test_base.js",
+ "data/webui/polymer_interactive_ui_test.js",
+ ]
+
deps = [
"//chrome/browser/ui",
]
« no previous file with comments | « no previous file | chrome/test/base/web_ui_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698