| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'DelayLoadDLLs': [ | 174 'DelayLoadDLLs': [ |
| 175 'powrprof.dll', | 175 'powrprof.dll', |
| 176 ], | 176 ], |
| 177 'AdditionalDependencies': [ | 177 'AdditionalDependencies': [ |
| 178 'powrprof.lib', | 178 'powrprof.lib', |
| 179 ], | 179 ], |
| 180 }, | 180 }, |
| 181 }, | 181 }, |
| 182 }, | 182 }, |
| 183 }], | 183 }], |
| 184 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { | 184 ['OS == "mac" or (OS == "ios" and _toolset == "host") or (OS=="android"
and _toolset=="host" and host_os=="mac")', { |
| 185 'link_settings': { | 185 'link_settings': { |
| 186 'libraries': [ | 186 'libraries': [ |
| 187 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 187 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 188 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', | 188 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor
k', |
| 189 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 189 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 190 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 190 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 191 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 191 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 192 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 192 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 193 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 193 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 194 ], | 194 ], |
| (...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1500 'dependencies': [ | 1500 'dependencies': [ |
| 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1501 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1502 ], | 1502 ], |
| 1503 }], | 1503 }], |
| 1504 ], | 1504 ], |
| 1505 }, | 1505 }, |
| 1506 ], | 1506 ], |
| 1507 }], | 1507 }], |
| 1508 ], | 1508 ], |
| 1509 } | 1509 } |
| OLD | NEW |