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 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', |
7 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
8 '../out/gn_gyp/third_party/re2/re2.gyp:re2', | |
9 '../ui/gl/gl.gyp:gl', | 9 '../ui/gl/gl.gyp:gl', |
10 ], | 10 ], |
11 'include_dirs': [ | 11 'include_dirs': [ |
12 '..', | 12 '..', |
13 ], | 13 ], |
14 'sources': [ | 14 'sources': [ |
15 'config/dx_diag_node.cc', | 15 'config/dx_diag_node.cc', |
16 'config/dx_diag_node.h', | 16 'config/dx_diag_node.h', |
17 'config/gpu_blacklist.cc', | 17 'config/gpu_blacklist.cc', |
18 'config/gpu_blacklist.h', | 18 'config/gpu_blacklist.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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:libpci', | 68 '../build/linux/system.gyp:libpci', |
69 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', | 69 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', |
70 ], | 70 ], |
71 }], | 71 }], |
72 ], | 72 ], |
73 } | 73 } |
OLD | NEW |