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

Unified Diff: chrome/test/BUILD.gn

Issue 2607833002: DevTools: move front-end URL handling to DevToolsUIBindingds (Closed)
Patch Set: review comments addressed Created 4 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/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 382ed7f21b0f74ea82d7732f6d173cc87a71cfde..bfb623af0b8f7e9c77e94f09b36811007336a49f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3719,6 +3719,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",
@@ -3727,7 +3728,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