Chromium Code Reviews| 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', |
|
grt (UTC plus 2)
2014/02/14 16:44:11
since other projects may pull in build and base vi
MAD
2014/02/14 16:52:07
Good idea...
Note that pulling base doesn't trig
|
| }, |
| 'version_py_path': '<(version_py_path)', |
| 'version_path': '<(version_path)', |