OLD | NEW |
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 { | 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 2154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2165 '../third_party/apple', | 2165 '../third_party/apple', |
2166 '../third_party/GTM', | 2166 '../third_party/GTM', |
2167 '../third_party/GTM/AppKit', | 2167 '../third_party/GTM/AppKit', |
2168 '../third_party/GTM/Foundation', | 2168 '../third_party/GTM/Foundation', |
2169 '../third_party/GTM/DebugUtils', | 2169 '../third_party/GTM/DebugUtils', |
2170 ], | 2170 ], |
2171 'link_settings': { | 2171 'link_settings': { |
2172 'libraries': [ | 2172 'libraries': [ |
2173 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, | 2173 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework'
, |
2174 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', | 2174 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 2175 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
2175 ], | 2176 ], |
2176 'mac_bundle_resources': [ | 2177 'mac_bundle_resources': [ |
2177 'browser/utility.sb', | 2178 'browser/utility.sb', |
2178 'browser/worker.sb', | 2179 'browser/worker.sb', |
2179 ], | 2180 ], |
2180 }, | 2181 }, |
2181 'actions': [ | 2182 'actions': [ |
2182 { | 2183 { |
2183 # This action is used to extract the localization data from xib | 2184 # This action is used to extract the localization data from xib |
2184 # files and generate table for the ui localizer from it. | 2185 # files and generate table for the ui localizer from it. |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2660 ], | 2661 ], |
2661 }, | 2662 }, |
2662 ], | 2663 ], |
2663 } | 2664 } |
2664 | 2665 |
2665 # Local Variables: | 2666 # Local Variables: |
2666 # tab-width:2 | 2667 # tab-width:2 |
2667 # indent-tabs-mode:nil | 2668 # indent-tabs-mode:nil |
2668 # End: | 2669 # End: |
2669 # vim: set expandtab tabstop=2 shiftwidth=2: | 2670 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |