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

Unified Diff: components/devtools_service/public/cpp/BUILD.gn

Issue 1163953002: html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create DevToolsAgentImpl instance unless --remote-debugging-port is specified Created 5 years, 6 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/devtools_service/public/cpp/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_service/public/cpp/BUILD.gn
diff --git a/tools/telemetry/BUILD.gn b/components/devtools_service/public/cpp/BUILD.gn
similarity index 73%
copy from tools/telemetry/BUILD.gn
copy to components/devtools_service/public/cpp/BUILD.gn
index 638f28809dbcb4bccde3136fa3555b777ea97e6c..2f8933bf59e2bad6c084386484874f0dcb8b5373 100644
--- a/tools/telemetry/BUILD.gn
+++ b/components/devtools_service/public/cpp/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-executable("bitmaptools") {
+source_set("cpp") {
sources = [
- "telemetry/core/bitmaptools.cc",
+ "switches.cc",
+ "switches.h",
]
}
« no previous file with comments | « no previous file | components/devtools_service/public/cpp/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698