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

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

Issue 142223002: Support -Goutput_dir=blahblah in GN-GYP hybrid mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prefer command line over env if both are specified Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | components/plugins.gypi » ('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 '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 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | components/plugins.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698