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 '../third_party/re2/re2.gyp:re2', | 7 '../third_party/re2/re2.gyp:re2', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../ui/gl/gl.gyp:gl', | 9 '../ui/gl/gl.gyp:gl', |
10 ], | 10 ], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 ], | 50 ], |
51 'link_settings': { | 51 'link_settings': { |
52 'libraries': [ | 52 'libraries': [ |
53 '-ldxguid.lib', | 53 '-ldxguid.lib', |
54 '-lsetupapi.lib', | 54 '-lsetupapi.lib', |
55 ], | 55 ], |
56 }, | 56 }, |
57 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 57 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
58 'msvs_disabled_warnings': [ 4267, ], | 58 'msvs_disabled_warnings': [ 4267, ], |
59 }], | 59 }], |
60 ['OS=="win" and branding=="Chrome"', { | 60 ['OS=="win" and branding=="Chrome" and buildtype=="Official"', { |
61 'sources': [ | 61 'sources': [ |
62 '../third_party/amd/AmdCfxPxExt.h', | 62 '../third_party/amd/AmdCfxPxExt.h', |
63 '../third_party/amd/amd_videocard_info_win.cc', | 63 '../third_party/amd/amd_videocard_info_win.cc', |
64 ], | 64 ], |
65 }], | 65 }], |
66 ['OS=="linux" and use_x11==1', { | 66 ['OS=="linux" and use_x11==1', { |
67 'dependencies': [ | 67 'dependencies': [ |
68 '../build/linux/system.gyp:x11', | 68 '../build/linux/system.gyp:x11', |
69 '../build/linux/system.gyp:xext', | 69 '../build/linux/system.gyp:xext', |
70 '../build/linux/system.gyp:libpci', | 70 '../build/linux/system.gyp:libpci', |
71 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', | 71 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', |
72 ], | 72 ], |
73 }], | 73 }], |
74 ], | 74 ], |
75 } | 75 } |
OLD | NEW |