| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index 7d120d12a7f68a5828b8ce5f505320159fffffd2..686522773fd1fde8414535184f5c31044b8702e3 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.
|
|
|