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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/views.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 }, 167 },
168 'conditions': [ 168 'conditions': [
169 ['os_posix == 1 and OS != "mac"', { 169 ['os_posix == 1 and OS != "mac"', {
170 'actions': [ 170 'actions': [
171 { 171 {
172 'action_name': 'test_shell_repack', 172 'action_name': 'test_shell_repack',
173 'variables': { 173 'variables': {
174 'pak_inputs': [ 174 'pak_inputs': [
175 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 175 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
176 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k', 176 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k',
177 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_stand ard.pak', 177 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_p ercent.pak',
178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak', 178 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak',
179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
181 ], 181 ],
182 }, 182 },
183 'inputs': [ 183 'inputs': [
184 '<(repack_path)', 184 '<(repack_path)',
185 '<@(pak_inputs)', 185 '<@(pak_inputs)',
186 ], 186 ],
187 'outputs': [ 187 'outputs': [
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'action_name': 'test_shell_resources', 633 'action_name': 'test_shell_resources',
634 'includes': [ '../../../build/grit_action.gypi' ], 634 'includes': [ '../../../build/grit_action.gypi' ],
635 }, 635 },
636 ], 636 ],
637 'includes': [ '../../../build/grit_target.gypi' ], 637 'includes': [ '../../../build/grit_target.gypi' ],
638 }, 638 },
639 ], 639 ],
640 }], 640 }],
641 ], 641 ],
642 } 642 }
OLDNEW
« no previous file with comments | « ui/views/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698