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

Unified Diff: chrome/installer/mini_installer_syzygy.gyp

Issue 165893002: Moving version script and gypi file to build\util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to ToT. Created 6 years, 10 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
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | chrome/installer/upgrade_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer_syzygy.gyp
diff --git a/chrome/installer/mini_installer_syzygy.gyp b/chrome/installer/mini_installer_syzygy.gyp
index 6c9934720b75fbaa2b11302b07b7d0cf34aa7e98..4d19617b2f1032dba485cf87a78dfbeadf9be7f1 100644
--- a/chrome/installer/mini_installer_syzygy.gyp
+++ b/chrome/installer/mini_installer_syzygy.gyp
@@ -3,7 +3,7 @@
# found in the LICENSE file.
{
'variables': {
- 'version_py': '<(DEPTH)/chrome/tools/build/version.py',
+ 'version_py': '<(DEPTH)/build/util/version.py',
'version_path': '<(DEPTH)/chrome/VERSION',
'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.
@@ -14,7 +14,7 @@
'../../build/win_precompile.gypi',
],
'conditions': [
- # This target won't build in fastbuild, since there are no PDBs.
+ # This target won't build in fastbuild, since there are no PDBs.
['OS=="win" and fastbuild==0', {
'conditions': [
['chrome_multiple_dll==0', {
« no previous file with comments | « chrome/installer/mini_installer.gyp ('k') | chrome/installer/upgrade_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698