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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: add methods to UI domain 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/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index 1a179aafe75c55fcf37911464b59a2181d954d99..29a4c6c1e1a4bd900ef43a2044d82e909a76d021 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -189,6 +189,8 @@ inspector_protocol_generate("protocol_sources") {
"inspector/protocol/Target.h",
"inspector/protocol/Tracing.cpp",
"inspector/protocol/Tracing.h",
+ "inspector/protocol/UI.cpp",
+ "inspector/protocol/UI.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698