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

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

Issue 2007513002: GYP: In kasko target, export dependent settings of kasko_features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 70 ],
71 }, { # 'kasko==0' 71 }, { # 'kasko==0'
72 'targets': [ 72 'targets': [
73 { 73 {
74 # GN: //third_party/kasko 74 # GN: //third_party/kasko
75 'target_name': 'kasko', 75 'target_name': 'kasko',
76 'type': 'none', 76 'type': 'none',
77 'dependencies': [ 77 'dependencies': [
78 'kasko_features', 78 'kasko_features',
79 ], 79 ],
80 'export_dependent_settings': [
81 'kasko_features',
82 ]
80 }, 83 },
81 ], 84 ],
82 }], 85 }],
83 ], # 'conditions' 86 ], # 'conditions'
84 } 87 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698