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

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

Issue 914243003: Sort GYP files under chrome sub directories using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/crash_service/caps/caps.gyp ('k') | tools/sort_sources.py » ('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 # GN version: //chrome/tools/profile_reset:jtl_compiler
8 'target_name': 'jtl_compiler', 8 'target_name': 'jtl_compiler',
9 'type': 'executable', 9 'type': 'executable',
10 'dependencies': [ 10 'dependencies': [
(...skipping 12 matching lines...) Expand all
23 'target_name': 'jtl_compiler_lib', 23 'target_name': 'jtl_compiler_lib',
24 'type': 'static_library', 24 'type': 'static_library',
25 'product_name': 'jtl_compiler', 25 'product_name': 'jtl_compiler',
26 'dependencies': [ 26 'dependencies': [
27 '../../../third_party/re2/re2.gyp:re2', 27 '../../../third_party/re2/re2.gyp:re2',
28 '../../../base/base.gyp:base', 28 '../../../base/base.gyp:base',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 '../../browser/profile_resetter/jtl_foundation.h', 31 '../../browser/profile_resetter/jtl_foundation.h',
32 '../../browser/profile_resetter/jtl_instructions.h', 32 '../../browser/profile_resetter/jtl_instructions.h',
33 'jtl_compiler.cc',
33 'jtl_compiler.h', 34 'jtl_compiler.h',
34 'jtl_compiler.cc', 35 'jtl_parser.cc',
35 'jtl_parser.h', 36 'jtl_parser.h',
36 'jtl_parser.cc',
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 } 40 }
OLDNEW
« no previous file with comments | « chrome/tools/crash_service/caps/caps.gyp ('k') | tools/sort_sources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698