Index: gyp/flags.gyp |
diff --git a/gyp/flags.gyp b/gyp/flags.gyp |
index 769a7bdb57721d1b35e212b7b41335c52006ae38..258ca40fab5aafd52c4e6f7c168f4dbe38f050fd 100644 |
--- a/gyp/flags.gyp |
+++ b/gyp/flags.gyp |
@@ -31,6 +31,7 @@ |
'type': 'static_library', |
'include_dirs': [ |
'../include/gpu', |
+ '../include/private', |
'../src/gpu', |
], |
'sources': [ |
@@ -46,6 +47,7 @@ |
'direct_dependent_settings': { |
'include_dirs': [ |
'../include/gpu', |
+ '../include/private', |
'../src/gpu', |
'../tools/flags', |
], |