Index: gyp/flags.gyp |
diff --git a/gyp/flags.gyp b/gyp/flags.gyp |
index 874a4b20c1dd5aece375d5f5ce6c3f89ed856f9f..02f17ddf74d27e9592615dca4d57d50aaf9773ec 100644 |
--- a/gyp/flags.gyp |
+++ b/gyp/flags.gyp |
@@ -18,5 +18,22 @@ |
], |
} |
}, |
+ { |
+ 'target_name': 'flags_common', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ '../tools/flags/SkCommonFlags.cpp', |
+ '../tools/flags/SkCommonFlags.h', |
+ ], |
+ 'dependencies': [ |
+ 'skia_lib.gyp:skia_lib', |
+ 'flags.gyp:flags', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ '../tools/flags', |
+ ], |
+ } |
+ }, |
], |
} |