OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |