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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2421913003: DevTools: allow reattaching main target live. (Closed)
Patch Set: link fixed Created 4 years, 2 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: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index cc76f4318cf213e14ffba8efa8ee5d56f15db42a..15c68d691a8dfd2ef316ce84fc8ca839081f2523 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -101,6 +101,7 @@ devtools_screencast_js_files = [
]
devtools_sdk_js_files = [
"front_end/sdk/ApplicationCacheModel.js",
+ "front_end/sdk/Connections.js",
"front_end/sdk/ConsoleModel.js",
"front_end/sdk/ContentProviders.js",
"front_end/sdk/CookieParser.js",
@@ -295,7 +296,6 @@ devtools_main_js_files = [
"front_end/main/remoteDebuggingTerminatedScreen.css",
"front_end/main/renderingOptions.css",
"front_end/main/targetCrashedScreen.css",
- "front_end/main/Connections.js",
"front_end/main/Main.js",
"front_end/main/OverlayController.js",
"front_end/main/RemoteLocationManager.js",
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698