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

Unified Diff: chrome/installer/util/prebuild/util_prebuild.gyp

Issue 39204: Snapshoting improvements for building with gyp under windows.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/installer/util/prebuild/util_prebuild.gyp
===================================================================
--- chrome/installer/util/prebuild/util_prebuild.gyp (revision 0)
+++ chrome/installer/util/prebuild/util_prebuild.gyp (revision 0)
@@ -0,0 +1,34 @@
+{
+ 'includes': [
+ '../../../../build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'installer_util_prebuild',
+ 'type': 'none',
+ 'actions': [
+ {
+ 'action_name': 'installer_util_strings',
+ 'inputs': [
+ 'create_string_rc.bat',
+ 'create_string_rc.py',
+ '../../../app/generated_resoruces.grd',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild/installer_util_strings.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild/installer_util_strings.h',
+ ],
+ 'action': [
+ './create_string_rc.bat',
+ '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild'
+ ],
+ },
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild',
+ ],
+ },
+ },
+ ],
+}
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/installer/util/util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698