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

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

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: modify protocol 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..20d01c3b5a52692be449525e6e65e5ea69cd30d0 100644
--- a/content/browser/devtools/BUILD.gn
+++ b/content/browser/devtools/BUILD.gn
@@ -52,6 +52,8 @@ inspector_protocol_generate("protocol_sources") {
# These are relative to $target_gen_dir.
outputs = [
+ "protocol/browser.cc",
+ "protocol/browser.h",
"protocol/dom.cc",
"protocol/dom.h",
"protocol/emulation.cc",

Powered by Google App Engine
This is Rietveld 408576698