Use "D" and "R" as short names
This commit is contained in:
parent
d9056135d7
commit
5ef7a0d1da
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@
|
||||||
},
|
},
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['libchromiumcontent_component', {
|
['libchromiumcontent_component', {
|
||||||
'RealDebug': {
|
'D': {
|
||||||
'inherit_from': [
|
'inherit_from': [
|
||||||
'Common_Base',
|
'Common_Base',
|
||||||
],
|
],
|
||||||
|
@ -160,7 +160,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'RealRelease': {
|
'R': {
|
||||||
'inherit_from': [
|
'inherit_from': [
|
||||||
'Common_Base',
|
'Common_Base',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue