diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 05:20:43 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-18 05:20:43 +0000 |
commit | f70cbab22c1e7e60adc842dbffcc37a8bede87c3 (patch) | |
tree | 0d094752b1099e890cb5219f75de14d743043ac4 /chrome/installer/installer.gyp | |
parent | ccc00504d4d31bd51b3120d207d14eb8942c4f6d (diff) | |
download | chromium_src-f70cbab22c1e7e60adc842dbffcc37a8bede87c3.zip chromium_src-f70cbab22c1e7e60adc842dbffcc37a8bede87c3.tar.gz chromium_src-f70cbab22c1e7e60adc842dbffcc37a8bede87c3.tar.bz2 |
Convert the 'app' target name (which builds the actual executable)
to 'chrome'.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/131011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/installer.gyp')
-rw-r--r-- | chrome/installer/installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index af74311..a8fc20e 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -317,7 +317,7 @@ 'msvs_guid': '24A5AC7C-280B-4899-9153-6BA570A081E7', 'msvs_existing_vcproj': 'mini_installer/mini_installer.vcproj', 'dependencies': [ - '../chrome.gyp:app', + '../chrome.gyp:chrome', '../chrome.gyp:chrome_dll', 'setup', ], |