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

Side by Side Diff: third_party/kasko/kasko.gyp

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP fixup Created 4 years, 8 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 | « third_party/kasko/kasko.gni ('k') | no next file » | 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 'targets': [ 2 'targets': [
3 { 3 {
4 # GN: //third_party/kasko:kasko_features 4 # GN: //third_party/kasko:kasko_features
5 'target_name': 'kasko_features', 5 'target_name': 'kasko_features',
6 'type': 'none', 6 'type': 'none',
7 'includes': [ '../../build/buildflag_header.gypi' ], 7 'includes': [ '../../build/buildflag_header.gypi' ],
8 'variables': { 8 'variables': {
9 'buildflag_header_path': 'third_party/kasko/kasko_features.h', 9 'buildflag_header_path': 'third_party/kasko/kasko_features.h',
10 'buildflag_flags': [ 10 'buildflag_flags': [
11 'ENABLE_KASKO=<(kasko)', 11 'ENABLE_KASKO=<(kasko)',
12 'ENABLE_KASKO_HANG_REPORTS=<(kasko_hang_reports)', 12 'ENABLE_KASKO_HANG_REPORTS=<(kasko_hang_reports)',
13 'ENABLE_KASKO_FAILED_RDV_REPORTS=<(kasko_failed_rdv_reports)',
13 ], 14 ],
14 }, 15 },
15 }, 16 },
16 ], 17 ],
17 'conditions': [ 18 'conditions': [
18 ['kasko==1', { 19 ['kasko==1', {
19 'targets': [ 20 'targets': [
20 { 21 {
21 # GN: //third_party/kasko:copy_kasko_dll 22 # GN: //third_party/kasko:copy_kasko_dll
22 'target_name': 'copy_kasko_dll', 23 'target_name': 'copy_kasko_dll',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'target_name': 'kasko', 74 'target_name': 'kasko',
74 'type': 'none', 75 'type': 'none',
75 'dependencies': [ 76 'dependencies': [
76 'kasko_features', 77 'kasko_features',
77 ], 78 ],
78 }, 79 },
79 ], 80 ],
80 }], 81 }],
81 ], # 'conditions' 82 ], # 'conditions'
82 } 83 }
OLDNEW
« no previous file with comments | « third_party/kasko/kasko.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698