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

Unified Diff: build/json_schema_api.gni

Issue 850793004: Update from https://crrev.com/311346 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « build/config/compiler/BUILD.gn ('k') | build/landmines.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/json_schema_api.gni
diff --git a/build/json_schema_api.gni b/build/json_schema_api.gni
index dd8ab922f3f705d22f8b7337436ad2294cc05930..4811968a76cf12f643872e77defe5afd573bc31e 100644
--- a/build/json_schema_api.gni
+++ b/build/json_schema_api.gni
@@ -71,7 +71,7 @@ template("json_schema_api") {
generated_config_name = target_name + "_generated_config"
config(generated_config_name) {
- include_dirs = [ target_gen_dir ]
+ include_dirs = [ root_gen_dir ]
visibility = target_visibility
}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698