Index: gyp/flags.gyp |
diff --git a/gyp/flags.gyp b/gyp/flags.gyp |
index 6aae30b622532f6c6d532c22e7bd461f935214fd..0fd52b375b18c9c5e69bfcd88c5cf4a0ef1ec2b5 100644 |
--- a/gyp/flags.gyp |
+++ b/gyp/flags.gyp |
@@ -9,7 +9,10 @@ |
{ |
'target_name': 'flags', |
'type': 'static_library', |
- 'include_dirs': [ '../src/core', ], |
+ 'include_dirs': [ |
+ '../include/private', |
+ '../src/core', |
+ ], |
'sources': [ |
'../tools/flags/SkCommandLineFlags.cpp', |
'../tools/flags/SkCommandLineFlags.h', |