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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6314015: Revert 72259 - Bundle audio spatialization resources for use by the web audio... (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 | webkit/glue/webkitclient_impl.cc » ('j') | 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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3780 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 '../third_party/GTM/AppKit', 3791 '../third_party/GTM/AppKit',
3792 '../third_party/GTM/Foundation', 3792 '../third_party/GTM/Foundation',
3793 '../third_party/GTM/DebugUtils', 3793 '../third_party/GTM/DebugUtils',
3794 ], 3794 ],
3795 'link_settings': { 3795 'link_settings': {
3796 'libraries': [ 3796 'libraries': [
3797 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', 3797 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework',
3798 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 3798 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
3799 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 3799 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
3800 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 3800 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
3801 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 3801 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
3802 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
3803 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
3804 ], 3802 ],
3805 'mac_bundle_resources': [ 3803 'mac_bundle_resources': [
3806 'browser/gpu.sb', 3804 'browser/gpu.sb',
3807 'browser/nacl_loader.sb', 3805 'browser/nacl_loader.sb',
3808 'browser/utility.sb', 3806 'browser/utility.sb',
3809 'browser/worker.sb', 3807 'browser/worker.sb',
3810 ], 3808 ],
3811 }, 3809 },
3812 'actions': [ 3810 'actions': [
3813 { 3811 {
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
4558 ], 4556 ],
4559 }, 4557 },
4560 ], 4558 ],
4561 } 4559 }
4562 4560
4563 # Local Variables: 4561 # Local Variables:
4564 # tab-width:2 4562 # tab-width:2
4565 # indent-tabs-mode:nil 4563 # indent-tabs-mode:nil
4566 # End: 4564 # End:
4567 # vim: set expandtab tabstop=2 shiftwidth=2: 4565 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/webkitclient_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698