| 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 3790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3801 '../third_party/GTM/AppKit', | 3801 '../third_party/GTM/AppKit', |
| 3802 '../third_party/GTM/Foundation', | 3802 '../third_party/GTM/Foundation', |
| 3803 '../third_party/GTM/DebugUtils', | 3803 '../third_party/GTM/DebugUtils', |
| 3804 ], | 3804 ], |
| 3805 'link_settings': { | 3805 'link_settings': { |
| 3806 'libraries': [ | 3806 'libraries': [ |
| 3807 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3807 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
| 3808 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 3808 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 3809 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3809 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 3810 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3810 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 3811 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 3811 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 3812 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
| 3813 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework', |
| 3812 ], | 3814 ], |
| 3813 'mac_bundle_resources': [ | 3815 'mac_bundle_resources': [ |
| 3814 'browser/gpu.sb', | 3816 'browser/gpu.sb', |
| 3815 'browser/nacl_loader.sb', | 3817 'browser/nacl_loader.sb', |
| 3816 'browser/utility.sb', | 3818 'browser/utility.sb', |
| 3817 'browser/worker.sb', | 3819 'browser/worker.sb', |
| 3818 ], | 3820 ], |
| 3819 }, | 3821 }, |
| 3820 'actions': [ | 3822 'actions': [ |
| 3821 { | 3823 { |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4566 ], | 4568 ], |
| 4567 }, | 4569 }, |
| 4568 ], | 4570 ], |
| 4569 } | 4571 } |
| 4570 | 4572 |
| 4571 # Local Variables: | 4573 # Local Variables: |
| 4572 # tab-width:2 | 4574 # tab-width:2 |
| 4573 # indent-tabs-mode:nil | 4575 # indent-tabs-mode:nil |
| 4574 # End: | 4576 # End: |
| 4575 # vim: set expandtab tabstop=2 shiftwidth=2: | 4577 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |