Index: gyp/flags.gyp |
diff --git a/gyp/flags.gyp b/gyp/flags.gyp |
index 874a4b20c1dd5aece375d5f5ce6c3f89ed856f9f..981fa1d6f47401fd45b878c6ed3360611a77c4c4 100644 |
--- a/gyp/flags.gyp |
+++ b/gyp/flags.gyp |
@@ -6,6 +6,8 @@ |
'target_name': 'flags', |
'type': 'static_library', |
'sources': [ |
+ '../tools/flags/SkCommonFlags.cpp', |
scroggo
2014/07/11 21:12:14
I'm not sure these belong in the same library. Wha
caryclark
2014/07/14 12:24:46
My thought is the target can #include "SkCommandLi
|
+ '../tools/flags/SkCommonFlags.h', |
'../tools/flags/SkCommandLineFlags.cpp', |
'../tools/flags/SkCommandLineFlags.h', |
], |