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

Unified Diff: extensions/generated_extensions_api.gni

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « content/shell/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/generated_extensions_api.gni
diff --git a/extensions/generated_extensions_api.gni b/extensions/generated_extensions_api.gni
index 81c5e86078212417757b467d8c6300b8f157460b..e373a0c00081efeb918d30b782825a1b384d9f94 100644
--- a/extensions/generated_extensions_api.gni
+++ b/extensions/generated_extensions_api.gni
@@ -176,13 +176,12 @@ template("generated_extensions_api") {
source_set(target_name) {
sources = []
deps = []
-
+ public_deps = []
+
if (schemas) {
sources += get_target_outputs(":$schema_generator_name")
- deps += [
- ":$schema_generator_name",
- "//tools/json_schema_compiler:generated_api_util",
- ]
+ public_deps += [ ":$schema_generator_name" ]
+ deps += [ "//tools/json_schema_compiler:generated_api_util" ]
}
if (bundle) {
« no previous file with comments | « content/shell/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698