| 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 # GN version: //chrome/tools/profile_reset:jtl_compiler |
| 7 'target_name': 'jtl_compiler', | 8 'target_name': 'jtl_compiler', |
| 8 'type': 'executable', | 9 'type': 'executable', |
| 9 'dependencies': [ | 10 'dependencies': [ |
| 10 '../../../base/base.gyp:base', | 11 '../../../base/base.gyp:base', |
| 11 '../../../crypto/crypto.gyp:crypto', | 12 '../../../crypto/crypto.gyp:crypto', |
| 12 'jtl_compiler_lib', | 13 'jtl_compiler_lib', |
| 13 ], | 14 ], |
| 14 'sources': [ | 15 'sources': [ |
| 15 '../../browser/profile_resetter/jtl_foundation.cc', | 16 '../../browser/profile_resetter/jtl_foundation.cc', |
| 16 '../../browser/profile_resetter/jtl_foundation.h', | 17 '../../browser/profile_resetter/jtl_foundation.h', |
| 17 'jtl_compiler_frontend.cc', | 18 'jtl_compiler_frontend.cc', |
| 18 ], | 19 ], |
| 19 }, | 20 }, |
| 20 { | 21 { |
| 22 # GN version: //chrome/tools/profile_reset:jtl_compiler_lib |
| 21 'target_name': 'jtl_compiler_lib', | 23 'target_name': 'jtl_compiler_lib', |
| 22 'type': 'static_library', | 24 'type': 'static_library', |
| 23 'product_name': 'jtl_compiler', | 25 'product_name': 'jtl_compiler', |
| 24 'dependencies': [ | 26 'dependencies': [ |
| 25 '../../../third_party/re2/re2.gyp:re2', | 27 '../../../third_party/re2/re2.gyp:re2', |
| 26 '../../../base/base.gyp:base', | 28 '../../../base/base.gyp:base', |
| 27 ], | 29 ], |
| 28 'sources': [ | 30 'sources': [ |
| 29 '../../browser/profile_resetter/jtl_foundation.h', | 31 '../../browser/profile_resetter/jtl_foundation.h', |
| 30 '../../browser/profile_resetter/jtl_instructions.h', | 32 '../../browser/profile_resetter/jtl_instructions.h', |
| 31 'jtl_compiler.h', | 33 'jtl_compiler.h', |
| 32 'jtl_compiler.cc', | 34 'jtl_compiler.cc', |
| 33 'jtl_parser.h', | 35 'jtl_parser.h', |
| 34 'jtl_parser.cc', | 36 'jtl_parser.cc', |
| 35 ], | 37 ], |
| 36 }, | 38 }, |
| 37 ], | 39 ], |
| 38 } | 40 } |
| OLD | NEW |