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

Unified Diff: chrome/browser/devtools/BUILD.gn

Issue 2502863002: Add UI DevTools under chrome://inspect/#other (Closed)
Patch Set: Add ui_devtools to BUILD file Created 4 years, 1 month 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: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index 6c5c5ac6a47f8fee128dd34c3de9b200dcdf6317..6a41dd166c005da28425949fe29c6f7817a888ea 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -60,6 +60,7 @@ static_library("devtools") {
deps = [
":devtools_protocol_constants",
"//base",
+ "//components/ui_devtools",
dgozman 2016/11/15 23:47:08 Let's move this dependency to inspect_ui.cc.
Sarmad Hashmi 2016/11/16 01:42:57 Done.
"//content/public/browser",
"//net",
"//third_party/WebKit/public:features",
« no previous file with comments | « no previous file | chrome/browser/devtools/devtools_targets_ui.cc » ('j') | chrome/browser/devtools/devtools_targets_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698