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

Unified Diff: chrome/test/BUILD.gn

Issue 1466433002: Add Settings bluetooth page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chrome OS only Take 2 Created 5 years 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_tests.gypi ('k') | chrome/test/data/webui/mocha_adapter.js » ('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 9cdb921567e340fe24f2518fa8db5fe9a27e118d..e3eb827b936c67f4cbc20dc58f6a27b9764e950e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -638,7 +638,10 @@ if (!is_android) {
sources -= [ "data/webui/accessibility_audit_browsertest.js" ]
}
if (!is_chromeos) {
- sources -= [ "data/webui/certificate_viewer_dialog_test.js" ]
+ sources -= [
+ "data/webui/certificate_viewer_dialog_test.js",
+ "data/webui/settings/bluetooth_page_browsertest_chromeos.js",
+ ]
}
if (!enable_app_list) {
sources -= [ "../browser/ui/webui/app_list/start_page_browsertest.js" ]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/mocha_adapter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698