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

Side by Side Diff: chrome/chrome.gyp

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
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | webkit/glue/webkitclient_impl.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 'pak_inputs': [ 1828 'pak_inputs': [
1829 '<(grit_out_dir)/autofill_resources.pak', 1829 '<(grit_out_dir)/autofill_resources.pak',
1830 '<(grit_out_dir)/browser_resources.pak', 1830 '<(grit_out_dir)/browser_resources.pak',
1831 '<(grit_out_dir)/common_resources.pak', 1831 '<(grit_out_dir)/common_resources.pak',
1832 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak', 1832 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak',
1833 '<(grit_out_dir)/renderer_resources.pak', 1833 '<(grit_out_dir)/renderer_resources.pak',
1834 '<(grit_out_dir)/theme_resources.pak', 1834 '<(grit_out_dir)/theme_resources.pak',
1835 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' , 1835 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' ,
1836 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 1836 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
1837 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ', 1837 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ',
1838 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_audio_resourc es.pak',
1838 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 1839 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
1839 ], 1840 ],
1840 }, 1841 },
1841 'inputs': [ 1842 'inputs': [
1842 '<(repack_path)', 1843 '<(repack_path)',
1843 '<@(pak_inputs)', 1844 '<@(pak_inputs)',
1844 ], 1845 ],
1845 'outputs': [ 1846 'outputs': [
1846 '<(INTERMEDIATE_DIR)/repack/chrome.pak', 1847 '<(INTERMEDIATE_DIR)/repack/chrome.pak',
1847 ], 1848 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 }], # targets 1900 }], # targets
1900 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1901 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1901 ], # 'conditions' 1902 ], # 'conditions'
1902 } 1903 }
1903 1904
1904 # Local Variables: 1905 # Local Variables:
1905 # tab-width:2 1906 # tab-width:2
1906 # indent-tabs-mode:nil 1907 # indent-tabs-mode:nil
1907 # End: 1908 # End:
1908 # vim: set expandtab tabstop=2 shiftwidth=2: 1909 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | webkit/glue/webkitclient_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698