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': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3891 '../third_party/GTM', | 3891 '../third_party/GTM', |
3892 '../third_party/GTM/AppKit', | 3892 '../third_party/GTM/AppKit', |
3893 '../third_party/GTM/DebugUtils', | 3893 '../third_party/GTM/DebugUtils', |
3894 '../third_party/GTM/Foundation', | 3894 '../third_party/GTM/Foundation', |
3895 ], | 3895 ], |
3896 'link_settings': { | 3896 'link_settings': { |
3897 'libraries': [ | 3897 'libraries': [ |
3898 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 3898 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
3899 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', | 3899 '$(SDKROOT)/System/Library/Frameworks/AddressBook.framework', |
3900 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 3900 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 3901 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', |
3901 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 3902 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
3902 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 3903 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
3903 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 3904 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
3904 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 3905 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
3905 ], | 3906 ], |
3906 'mac_bundle_resources': [ | 3907 'mac_bundle_resources': [ |
3907 'browser/nacl_loader.sb', | 3908 'browser/nacl_loader.sb', |
3908 ], | 3909 ], |
3909 }, | 3910 }, |
3910 'actions': [ | 3911 'actions': [ |
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4714 'hard_dependency': 1, | 4715 'hard_dependency': 1, |
4715 }, | 4716 }, |
4716 ], | 4717 ], |
4717 } | 4718 } |
4718 | 4719 |
4719 # Local Variables: | 4720 # Local Variables: |
4720 # tab-width:2 | 4721 # tab-width:2 |
4721 # indent-tabs-mode:nil | 4722 # indent-tabs-mode:nil |
4722 # End: | 4723 # End: |
4723 # vim: set expandtab tabstop=2 shiftwidth=2: | 4724 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |