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

Unified Diff: build/util/version.gypi

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 | « build/mac/tweak_info_plist.py ('k') | build/util/version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/version.gypi
diff --git a/chrome/version.gypi b/build/util/version.gypi
similarity index 84%
rename from chrome/version.gypi
rename to build/util/version.gypi
index f1af6fdc9bdceb2ea1dbb707890de79280c3d842..c7c814dd09766a57c6ce57453b876fb957f38de4 100644
--- a/chrome/version.gypi
+++ b/build/util/version.gypi
@@ -5,8 +5,8 @@
{
'variables': {
'variables': {
- 'version_py_path': '<(DEPTH)/chrome/tools/build/version.py',
- 'version_path': 'VERSION',
+ 'version_py_path': '<(DEPTH)/build/util/version.py',
+ 'version_path': '<(DEPTH)/chrome/VERSION',
},
'version_py_path': '<(version_py_path)',
'version_path': '<(version_path)',
« no previous file with comments | « build/mac/tweak_info_plist.py ('k') | build/util/version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698