| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 54d5a80d6c2b8a5727009639c90fbc07e3a75a09..29b3fa943bec5fecf113cda4988edc1f6d8032d2 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //chrome
|
| 'target_name': 'chrome',
|
| 'type': 'none',
|
| 'dependencies': [ 'chrome_initial', ],
|
| @@ -42,7 +43,7 @@
|
| ],
|
| },
|
| {
|
| - # GN version: //chrome
|
| + # GN version: //chrome:chrome_initial
|
| 'target_name': 'chrome_initial',
|
| 'type': 'executable',
|
| # Name the exe chrome.exe, not chrome_initial.exe.
|
|
|