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

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

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: fix layout test 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/browser/devtools/BUILD.gn
diff --git a/content/browser/devtools/BUILD.gn b/content/browser/devtools/BUILD.gn
index 24e206495a749a945dd68784669946bf198830ac..d34ce839689aa2b7f1a14bec933e617657d44444 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -89,5 +89,7 @@ inspector_protocol_generate("protocol_sources") {
"protocol/tethering.h",
"protocol/tracing.cc",
"protocol/tracing.h",
+ "protocol/ui.cc",
+ "protocol/ui.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698