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

Unified Diff: content/browser/BUILD.gn

Issue 2575513004: [DevTools] Migrate input domain to new generator. (Closed)
Patch Set: fixed review comments Created 4 years 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
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 32cec3cf97e2facc06391c518494c2cda6fc8b25..685bd6cfc806766486e323f7a695006a0436c863 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -168,6 +168,8 @@ source_set("browser") {
"$target_gen_dir/devtools/protocol/emulation.cc",
"$target_gen_dir/devtools/protocol/emulation.h",
"$target_gen_dir/devtools/protocol/forward.h",
+ "$target_gen_dir/devtools/protocol/input.cc",
+ "$target_gen_dir/devtools/protocol/input.h",
"$target_gen_dir/devtools/protocol/inspector.cc",
"$target_gen_dir/devtools/protocol/inspector.h",
"$target_gen_dir/devtools/protocol/io.cc",
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698