OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'chromium_code': 1, | 3 'chromium_code': 1, |
4 }, | 4 }, |
5 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'jtl_compiler', | 7 'target_name': 'jtl_compiler', |
8 'type': 'executable', | 8 'type': 'executable', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../../../base/base.gyp:base', | 10 '../../../base/base.gyp:base', |
11 '../../../crypto/crypto.gyp:crypto', | 11 '../../../crypto/crypto.gyp:crypto', |
12 'jtl_compiler_lib', | 12 'jtl_compiler_lib', |
13 ], | 13 ], |
14 'sources': [ | 14 'sources': [ |
15 '../../browser/profile_resetter/jtl_foundation.cc', | 15 '../../browser/profile_resetter/jtl_foundation.cc', |
16 '../../browser/profile_resetter/jtl_foundation.h', | 16 '../../browser/profile_resetter/jtl_foundation.h', |
17 'jtl_compiler_frontend.cc', | 17 'jtl_compiler_frontend.cc', |
18 ], | 18 ], |
19 }, | 19 }, |
20 { | 20 { |
21 'target_name': 'jtl_compiler_lib', | 21 'target_name': 'jtl_compiler_lib', |
22 'type': 'static_library', | 22 'type': 'static_library', |
23 'product_name': 'jtl_compiler', | 23 'product_name': 'jtl_compiler', |
24 'dependencies': [ | 24 'dependencies': [ |
| 25 '../../../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', |
25 '../../../base/base.gyp:base', | 26 '../../../base/base.gyp:base', |
26 '../../../out/gn_gyp/third_party/re2/re2.gyp:re2', | |
27 ], | 27 ], |
28 'sources': [ | 28 'sources': [ |
29 '../../browser/profile_resetter/jtl_foundation.h', | 29 '../../browser/profile_resetter/jtl_foundation.h', |
30 '../../browser/profile_resetter/jtl_instructions.h', | 30 '../../browser/profile_resetter/jtl_instructions.h', |
31 'jtl_compiler.h', | 31 'jtl_compiler.h', |
32 'jtl_compiler.cc', | 32 'jtl_compiler.cc', |
33 'jtl_parser.h', | 33 'jtl_parser.h', |
34 'jtl_parser.cc', | 34 'jtl_parser.cc', |
35 ], | 35 ], |
36 }, | 36 }, |
37 ], | 37 ], |
38 } | 38 } |
OLD | NEW |