Index: tools/gn/secondary/build/config/compiler/BUILD.gn |
diff --git a/tools/gn/secondary/build/config/compiler/BUILD.gn b/tools/gn/secondary/build/config/compiler/BUILD.gn |
index 6174b2e7333dc03c62c6c6e8aad3dfac8ab40341..c82fe3d1e0e60c8a50adbf645a9f258ed5e5ad37 100644 |
--- a/tools/gn/secondary/build/config/compiler/BUILD.gn |
+++ b/tools/gn/secondary/build/config/compiler/BUILD.gn |
@@ -4,7 +4,7 @@ |
# Base compiler configuration. |
config("compiler") { |
- include_dirs = [ "//" ] |
+ include_dirs = [ "//", root_gen_dir ] |
if (is_win) { |
cflags = [ |
"/Gy", # Enable function-level linking. |