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

Unified Diff: components/ui_devtools/BUILD.gn

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md Created 3 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 | « components/BUILD.gn ('k') | components/ui_devtools/README.md » ('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 eab5c09cbf97716c66fabef18e846737e6bea9d1..bb1d83b3bf23d1382e0bcf0b34a8dd64ad2ab12e 100644
--- a/components/ui_devtools/BUILD.gn
+++ b/components/ui_devtools/BUILD.gn
@@ -52,7 +52,7 @@ inspector_protocol_generate("protocol_generated_sources") {
outputs = _protocol_generated
}
-source_set("ui_devtools") {
+component("ui_devtools") {
sources = rebase_path(_protocol_generated, ".", target_gen_dir)
sources += [
"devtools_base_agent.h",
« no previous file with comments | « components/BUILD.gn ('k') | components/ui_devtools/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698