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

Unified Diff: chrome_frame/chrome_frame_launcher.gyp

Issue 2497001: Add version information to chrome_launcher.exe.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « no previous file | chrome_frame/chrome_launcher_version.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_launcher.gyp
===================================================================
--- chrome_frame/chrome_frame_launcher.gyp (revision 48525)
+++ chrome_frame/chrome_frame_launcher.gyp (working copy)
@@ -10,6 +10,13 @@
'chrome_personalization%': 1,
'use_syncapi_stub%': 0,
+ 'variables': {
+ 'version_py_path': '../tools/build/version.py',
+ 'version_path': 'VERSION',
+ },
+ 'version_py_path': '<(version_py_path) -f',
+ 'version_path': '<(version_path)',
+
'conditions': [
['OS=="win"', {
'python': [
@@ -38,9 +45,16 @@
'msvs_guid': 'B7E540C1-49D9-4350-ACBC-FB8306316D16',
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_handler',
+ '../chrome/chrome.gyp:chrome_version_info',
+ '../chrome/chrome.gyp:chrome_version_header',
],
+ 'resource_include_dirs': [
+ '<(INTERMEDIATE_DIR)',
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
'sources': [
'chrome_launcher_main.cc',
+ 'chrome_launcher_version.rc',
'chrome_launcher.cc',
'chrome_launcher.h',
],
@@ -53,7 +67,6 @@
'AdditionalDependencies': [
'shlwapi.lib',
],
-
},
},
'configurations': {
« no previous file with comments | « no previous file | chrome_frame/chrome_launcher_version.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698