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

Unified Diff: chrome/test/BUILD.gn

Issue 2620153002: Fix front-end host creation upon navigation (Closed)
Patch Set: rebased on top of https://codereview.chromium.org/2607833002/ 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 | « chrome/browser/ui/webui/devtools_ui_unittest.cc ('k') | no next file » | 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 927573fe3735bfd95faca711a4a24e37b192cf75..3320e3cca52cb69f9397bd25eff636fb8893cac3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3708,6 +3708,7 @@ test("unit_tests") {
if (!is_ios && !is_android) {
sources += [
+ "../browser/devtools/devtools_ui_bindings_unittest.cc",
"../browser/download/download_dir_policy_handler_unittest.cc",
"../browser/lifetime/keep_alive_registry_unittest.cc",
"../browser/renderer_context_menu/render_view_context_menu_test_util.cc",
@@ -3716,7 +3717,6 @@ test("unit_tests") {
"../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc",
"../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc",
"../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc",
- "../browser/ui/webui/devtools_ui_unittest.cc",
]
deps += [
":unit_tests_js",
« no previous file with comments | « chrome/browser/ui/webui/devtools_ui_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698