summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp11
1 files changed, 3 insertions, 8 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 8302e8d889..41497f72e6 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -11,15 +11,10 @@
{
"target_name":"xfa",
"type":"static_library",
- 'dependencies': [
- '<(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',
],