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

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

Issue 2773583002: [DevTools] Introduce a sidebar with a drop-down
Patch Set: [DevTools] Introduce a sidebar with a drop-down 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: 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 e0f1fdcfacf9292def024870e44a1ef82960afe5..f6e996b5dd41cb742e2cc475dbac2a10978cf62f 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -407,6 +407,7 @@ all_devtools_files = [
"front_end/resources/ApplicationCacheModel.js",
"front_end/resources/ApplicationCacheItemsView.js",
"front_end/resources/ApplicationPanelSidebar.js",
+ "front_end/resources/ApplicationPanelSidebarWithFramesSelector.js",
"front_end/resources/appManifestView.css",
"front_end/resources/AppManifestView.js",
"front_end/resources/clearStorageView.css",
@@ -417,6 +418,8 @@ all_devtools_files = [
"front_end/resources/DatabaseTableView.js",
"front_end/resources/DOMStorageItemsView.js",
"front_end/resources/DOMStorageModel.js",
+ "front_end/resources/frameSelector.css",
+ "front_end/resources/FrameSelector.js",
"front_end/resources/IndexedDBModel.js",
"front_end/resources/indexedDBViews.css",
"front_end/resources/IndexedDBViews.js",

Powered by Google App Engine
This is Rietveld 408576698