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

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

Issue 2086403002: Remove the Kasko based out of process browser hang instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 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)',
13 'ENABLE_KASKO_FAILED_RDV_REPORTS=<(kasko_failed_rdv_reports)',
14 ], 12 ],
15 }, 13 },
16 }, 14 },
17 ], 15 ],
18 'conditions': [ 16 'conditions': [
19 ['kasko==1', { 17 ['kasko==1', {
20 'targets': [ 18 'targets': [
21 { 19 {
22 # GN: //third_party/kasko:copy_kasko_dll 20 # GN: //third_party/kasko:copy_kasko_dll
23 'target_name': 'copy_kasko_dll', 21 'target_name': 'copy_kasko_dll',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'kasko_features', 76 'kasko_features',
79 ], 77 ],
80 'export_dependent_settings': [ 78 'export_dependent_settings': [
81 'kasko_features', 79 'kasko_features',
82 ] 80 ]
83 }, 81 },
84 ], 82 ],
85 }], 83 }],
86 ], # 'conditions' 84 ], # 'conditions'
87 } 85 }
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