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

Unified Diff: components/ui_devtools/BUILD.gn

Issue 2456643002: Create a base agent class for ui_devtools (Closed)
Patch Set: sadruls comments Created 4 years, 2 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
« no previous file with comments | « no previous file | components/ui_devtools/devtools_base_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/BUILD.gn
diff --git a/components/ui_devtools/BUILD.gn b/components/ui_devtools/BUILD.gn
index e671d699a4d47801ee3888013d0d59d5a2dee2c0..d1e2f3c90212a66cbc206016a5daedb1b70e2f63 100644
--- a/components/ui_devtools/BUILD.gn
+++ b/components/ui_devtools/BUILD.gn
@@ -52,6 +52,7 @@ inspector_protocol_generate("protocol_generated_sources") {
source_set("ui_devtools") {
sources = rebase_path(_protocol_generated, ".", target_gen_dir)
sources += [
+ "devtools_base_agent.h",
"devtools_client.cc",
"devtools_client.h",
"devtools_server.cc",
« no previous file with comments | « no previous file | components/ui_devtools/devtools_base_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698