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

Unified Diff: cloud_print/cloud_print_resources.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_elf/chrome_elf.gyp ('k') | remoting/host/installer/linux/build-deb.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/cloud_print_resources.gyp
diff --git a/cloud_print/cloud_print_resources.gyp b/cloud_print/cloud_print_resources.gyp
index 1eaaaec49a1c7636af053f40368ff02c2a080873..dfa8bc6418c0a8fe93cdd7a90e86a6972ea062a1 100644
--- a/cloud_print/cloud_print_resources.gyp
+++ b/cloud_print/cloud_print_resources.gyp
@@ -6,14 +6,14 @@
'chromium_code': 1,
'variables': {
- 'version_py_path': '../tools/build/version.py',
+ 'version_py_path': '<(DEPTH)/build/util/version.py',
'version_path': 'VERSION',
},
'version_py_path': '<(version_py_path) -f',
'version_path': '<(version_path)',
},
'includes': [
- '../chrome/version.gypi',
+ '../build/util/version.gypi',
],
'targets': [
{
@@ -32,7 +32,7 @@
],
'variables': {
'output_dir': 'cloud_print',
- 'template_input_path': '../chrome/app/chrome_version.rc.version',
+ 'template_input_path': '../chrome/app/chrome_version.rc.version',
'extra_variable_files_arguments': [ '-f', 'BRANDING' ],
'extra_variable_files': [ 'BRANDING' ], # NOTE: matches that above
},
« no previous file with comments | « chrome_elf/chrome_elf.gyp ('k') | remoting/host/installer/linux/build-deb.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698