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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../third_party/re2/re2.gyp:re2', | 8 '../third_party/re2/re2.gyp:re2', |
9 '../ui/gl/gl.gyp:gl', | 9 '../ui/gl/gl.gyp:gl', |
10 ], | 10 ], |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 '../third_party/amd/AmdCfxPxExt.h', | 66 '../third_party/amd/AmdCfxPxExt.h', |
67 '../third_party/amd/amd_videocard_info_win.cc', | 67 '../third_party/amd/amd_videocard_info_win.cc', |
68 ], | 68 ], |
69 }], | 69 }], |
70 ['OS=="linux" and use_x11==1', { | 70 ['OS=="linux" and use_x11==1', { |
71 'dependencies': [ | 71 'dependencies': [ |
72 '../build/linux/system.gyp:libpci', | 72 '../build/linux/system.gyp:libpci', |
73 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', | 73 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', |
74 ], | 74 ], |
75 }], | 75 }], |
| 76 ['OS=="mac"', { |
| 77 'link_settings': { |
| 78 'libraries': [ |
| 79 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework', |
| 80 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 81 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 82 ], |
| 83 }, |
| 84 }], |
76 ], | 85 ], |
77 } | 86 } |
OLD | NEW |