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

Unified Diff: cloud_print/cloud_print_resources.gyp

Issue 1405633002: Cleanup chrome/version.h handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Building Chrome is hard Created 5 years, 2 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') | cloud_print/service/service.gyp » ('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 8ebd5cdd9ac15a84bb78b40c9852a7d084770cd9..aba2e1effdd9f6e37e1cb1c5c3e834661ba7658d 100644
--- a/cloud_print/cloud_print_resources.gyp
+++ b/cloud_print/cloud_print_resources.gyp
@@ -68,7 +68,7 @@
'<(version_path)',
'<(branding_path)',
'<(lastchange_path)',
- '<(DEPTH)/chrome/version.h.in',
+ '<(DEPTH)/chrome/common/chrome_version.h.in',
'BRANDING',
],
'outputs': [
@@ -81,7 +81,7 @@
'-f', '<(branding_path)',
'-f', '<(lastchange_path)',
'-f', 'BRANDING',
- '<(DEPTH)/chrome/version.h.in',
+ '<(DEPTH)/chrome/common/chrome_version.h.in',
'<@(_outputs)',
],
'message': 'Generating version header file: <@(_outputs)',
« no previous file with comments | « chrome_elf/chrome_elf.gyp ('k') | cloud_print/service/service.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698