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

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
« no previous file with comments | « no previous file | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 685c5dcdc670d6e324b2ec24b23b1513cefd6a6a..bca1c9b8322a0d23aff4ec05ce86327e9fccbb70 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",
« no previous file with comments | « no previous file | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698