Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/tools/profile_reset/jtl_compiler.gyp

Issue 880873003: Add unit tests target to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/tools/profile_reset/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « chrome/tools/profile_reset/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698