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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'includes': [
3 '../../../../build/common.gypi',
4 ],
5 'targets': [
6 {
7 'target_name': 'installer_util_prebuild',
8 'type': 'none',
9 'actions': [
10 {
11 'action_name': 'installer_util_strings',
12 'inputs': [
13 'create_string_rc.bat',
14 'create_string_rc.py',
15 '../../../app/generated_resoruces.grd',
16 ],
17 'outputs': [
18 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild/installer_util_s trings.rc',
19 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild/installer_util_s trings.h',
20 ],
21 'action': [
22 './create_string_rc.bat',
23 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild'
24 ],
25 },
26 ],
27 'direct_dependent_settings': {
28 'include_dirs': [
29 '<(SHARED_INTERMEDIATE_DIR)/installer_util_prebuild',
30 ],
31 },
32 },
33 ],
34 }
OLDNEW
« 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