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

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

Issue 10870084: renamed .pak file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temp fix for 3rd party dep. Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/resources/webkit_resources.grd ('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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 ['os_posix == 1 and OS != "mac"', { 170 ['os_posix == 1 and OS != "mac"', {
171 'actions': [ 171 'actions': [
172 { 172 {
173 'action_name': 'test_shell_repack', 173 'action_name': 'test_shell_repack',
174 'variables': { 174 'variables': {
175 'pak_inputs': [ 175 'pak_inputs': [
176 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 176 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
177 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k', 177 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k',
178 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_p ercent.pak', 178 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_p ercent.pak',
179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak', 179 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak',
180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 180 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percen t.pak',
181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
182 ], 182 ],
183 }, 183 },
184 'inputs': [ 184 'inputs': [
185 '<(repack_path)', 185 '<(repack_path)',
186 '<@(pak_inputs)', 186 '<@(pak_inputs)',
187 ], 187 ],
188 'outputs': [ 188 'outputs': [
189 '<(pak_path)', 189 '<(pak_path)',
190 ], 190 ],
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 }, 291 },
292 'actions': [ 292 'actions': [
293 { 293 {
294 # TODO(mark): Make this work with more languages than the 294 # TODO(mark): Make this work with more languages than the
295 # hardcoded en-US. 295 # hardcoded en-US.
296 'action_name': 'repack_locale', 296 'action_name': 'repack_locale',
297 'variables': { 297 'variables': {
298 'pak_inputs': [ 298 'pak_inputs': [
299 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak', 299 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak',
300 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 300 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
301 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 301 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percen t.pak',
302 ], 302 ],
303 }, 303 },
304 'inputs': [ 304 'inputs': [
305 '<(repack_path)', 305 '<(repack_path)',
306 '<@(pak_inputs)', 306 '<@(pak_inputs)',
307 ], 307 ],
308 'outputs': [ 308 'outputs': [
309 '<(INTERMEDIATE_DIR)/repack/test_shell.pak', 309 '<(INTERMEDIATE_DIR)/repack/test_shell.pak',
310 ], 310 ],
311 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inp uts)'], 311 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inp uts)'],
(...skipping 321 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 | « webkit/glue/resources/webkit_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698