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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 223023: Place Chrome Frame intermediate files in a more sanely named directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
===================================================================
--- chrome_frame/chrome_frame.gyp (revision 27063)
+++ chrome_frame/chrome_frame.gyp (working copy)
@@ -258,8 +258,8 @@
},
},
'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_resources.rc',
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_strings.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_strings.rc',
],
'dependencies': [
# TODO(slightlyoff): Get automation targets working on OS X
@@ -337,8 +337,8 @@
},
},
'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_resources.rc',
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_strings.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_strings.rc',
],
'dependencies': [
'../chrome/chrome.gyp:automation',
@@ -543,11 +543,11 @@
'../tools/grit/grit.py',
],
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome_frame',
},
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/grit/<(RULE_INPUT_ROOT).h',
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/<(RULE_INPUT_ROOT).pak',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/grit/<(RULE_INPUT_ROOT).h',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/<(RULE_INPUT_ROOT).pak',
],
'action': ['python', '<@(_inputs)', '-i',
'<(RULE_INPUT_PATH)',
@@ -563,7 +563,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame',
],
},
'conditions': [
@@ -665,8 +665,8 @@
'<(INTERMEDIATE_DIR)'
],
'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_resources.rc',
- '<(SHARED_INTERMEDIATE_DIR)/ie_alt_tab/chrome_frame_strings.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_strings.rc',
],
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_handler',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698