Index: xfa.gyp |
diff --git a/xfa.gyp b/xfa.gyp |
index 8302e8d889297b5db6acc33a1cc754e897cb5307..41497f72e6f74b6199558512fadf266795a587e4 100644 |
--- a/xfa.gyp |
+++ b/xfa.gyp |
@@ -11,15 +11,10 @@ |
{ |
"target_name":"xfa", |
"type":"static_library", |
- 'dependencies': [ |
Lei Zhang
2015/11/06 21:41:14
I don't think this should be here. It's all in the
Tom Sepez
2015/11/06 22:21:26
Acknowledged.
|
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
- ], |
- 'export_dependent_settings': [ |
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
- ], |
'include_dirs': [ |
- '<(DEPTH)/v8', |
- '<(DEPTH)/v8/include', |
+ # This is implicit in GN. |
+ '<(DEPTH)', |
+ '.', |
'third_party/freetype/include', |
'third_party/freetype/include/freetype', |
], |