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 6265009: Bundle audio spatialization resources for use by the web audio API... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'conditions': [ 172 'conditions': [
173 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 173 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
174 'actions': [ 174 'actions': [
175 { 175 {
176 'action_name': 'test_shell_repack', 176 'action_name': 'test_shell_repack',
177 'variables': { 177 'variables': {
178 'pak_inputs': [ 178 'pak_inputs': [
179 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 179 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
180 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k', 180 '<(SHARED_INTERMEDIATE_DIR)/test_shell/test_shell_resources.pa k',
181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak', 181 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.p ak',
182 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_audio_resou rces.pak',
182 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 183 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
183 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', 184 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak',
184 ], 185 ],
185 }, 186 },
186 'inputs': [ 187 'inputs': [
187 '<(repack_path)', 188 '<(repack_path)',
188 '<@(pak_inputs)', 189 '<@(pak_inputs)',
189 ], 190 ],
190 'outputs': [ 191 'outputs': [
191 '<(pak_path)', 192 '<(pak_path)',
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 ], 736 ],
736 }], 737 }],
737 ], 738 ],
738 } 739 }
739 740
740 # Local Variables: 741 # Local Variables:
741 # tab-width:2 742 # tab-width:2
742 # indent-tabs-mode:nil 743 # indent-tabs-mode:nil
743 # End: 744 # End:
744 # vim: set expandtab tabstop=2 shiftwidth=2: 745 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/glue/webkitclient_impl.cc ('K') | « webkit/glue/webkitclient_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698