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

Unified Diff: headless/BUILD.gn

Issue 2858043005: headless: Remove references to nonexistent headers (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 858745e82db774fac141ea0ca3cb12521a66af13..7b3788b2c5f4beb9e68d59385205e5194464a5d7 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -153,13 +153,9 @@ devtools_domains = [
"tracing",
]
-generated_devtools_api = [
- "$target_gen_dir/public/domains/types.h",
- "$target_gen_dir/public/domains/type_conversions.h",
-]
+generated_devtools_api = []
foreach(domain, devtools_domains) {
generated_devtools_api += [
- "$target_gen_dir/public/domains/" + domain + ".h",
"$target_gen_dir/public/devtools/domains/" + domain + ".cc",
"$target_gen_dir/public/devtools/domains/" + domain + ".h",
"$target_gen_dir/public/devtools/domains/types_" + domain + ".h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698