OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'libraries': [ | 194 'libraries': [ |
195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 195 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
196 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', | 196 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', |
197 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 197 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
198 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 198 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
199 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 199 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
200 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 200 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
201 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 201 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
202 ], | 202 ], |
203 }, | 203 }, |
204 'dependencies': [ | |
205 '../third_party/mach_override/mach_override.gyp:mach_override', | |
206 ], | |
207 }], | 204 }], |
208 ['OS == "ios" and _toolset != "host"', { | 205 ['OS == "ios" and _toolset != "host"', { |
209 'link_settings': { | 206 'link_settings': { |
210 'libraries': [ | 207 'libraries': [ |
211 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 208 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
212 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 209 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
213 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 210 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
214 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 211 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
215 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', | 212 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', |
216 ], | 213 ], |
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1550 'dependencies': [ | 1547 'dependencies': [ |
1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1548 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1552 ], | 1549 ], |
1553 }], | 1550 }], |
1554 ], | 1551 ], |
1555 }, | 1552 }, |
1556 ], | 1553 ], |
1557 }], | 1554 }], |
1558 ], | 1555 ], |
1559 } | 1556 } |
OLD | NEW |