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

Unified Diff: chrome/chrome_exe.gypi

Issue 1364103002: gn/win: Run reorder-imports.py on chrome.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698