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

Unified Diff: content/shell/BUILD.gn

Issue 2756623002: DevTools: extract bindings from ShellDevToolsFrontend (Closed)
Patch Set: fixup Created 3 years, 9 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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index ee8354b3ea3ac0280f84f5525572261986669505..3667a855353f9cea0f7abefcbca98953d98526fe 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -72,8 +72,8 @@ static_library("content_shell_lib") {
"browser/layout_test/layout_test_browser_main_parts.h",
"browser/layout_test/layout_test_content_browser_client.cc",
"browser/layout_test/layout_test_content_browser_client.h",
- "browser/layout_test/layout_test_devtools_frontend.cc",
- "browser/layout_test/layout_test_devtools_frontend.h",
+ "browser/layout_test/layout_test_devtools_bindings.cc",
+ "browser/layout_test/layout_test_devtools_bindings.h",
"browser/layout_test/layout_test_download_manager_delegate.cc",
"browser/layout_test/layout_test_download_manager_delegate.h",
"browser/layout_test/layout_test_first_device_bluetooth_chooser.cc",
@@ -112,6 +112,8 @@ static_library("content_shell_lib") {
"browser/shell_browser_main_parts_mac.mm",
"browser/shell_content_browser_client.cc",
"browser/shell_content_browser_client.h",
+ "browser/shell_devtools_bindings.cc",
+ "browser/shell_devtools_bindings.h",
"browser/shell_devtools_frontend.cc",
"browser/shell_devtools_frontend.h",
"browser/shell_devtools_manager_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698