Update CrOS OOBE throbber to MD throbber; delete old asset
[chromium-blink-merge.git] / chrome / tools / profile_reset / jtl_compiler.gyp
blob40dca37daa3f692606621c92d6c7f3658f7d374f
2   'variables': {
3     'chromium_code': 1,
4   },
5   'targets': [
6     {
7       # GN version: //chrome/tools/profile_reset:jtl_compiler
8       'target_name': 'jtl_compiler',
9       'type': 'executable',
10       'dependencies': [
11         '../../../base/base.gyp:base',
12         '../../../crypto/crypto.gyp:crypto',
13         'jtl_compiler_lib',
14       ],
15       'sources': [
16         '../../browser/profile_resetter/jtl_foundation.cc',
17         '../../browser/profile_resetter/jtl_foundation.h',
18         'jtl_compiler_frontend.cc',
19       ],
20     },
21     {
22       # GN version: //chrome/tools/profile_reset:jtl_compiler_lib
23       'target_name': 'jtl_compiler_lib',
24       'type': 'static_library',
25       'product_name': 'jtl_compiler',
26       'dependencies': [
27         '../../../third_party/re2/re2.gyp:re2',
28         '../../../base/base.gyp:base',
29       ],
30       'sources': [
31         '../../browser/profile_resetter/jtl_foundation.h',
32         '../../browser/profile_resetter/jtl_instructions.h',
33         'jtl_compiler.cc',
34         'jtl_compiler.h',
35         'jtl_parser.cc',
36         'jtl_parser.h',
37       ],
38     },
39   ],