OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'util/display_util.h', | 108 'util/display_util.h', |
109 'util/display_util_export.h', | 109 'util/display_util_export.h', |
110 'util/edid_parser.cc', | 110 'util/edid_parser.cc', |
111 'util/edid_parser.h', | 111 'util/edid_parser.h', |
112 'util/x11/edid_parser_x11.cc', | 112 'util/x11/edid_parser_x11.cc', |
113 'util/x11/edid_parser_x11.h', | 113 'util/x11/edid_parser_x11.h', |
114 ], | 114 ], |
115 'conditions': [ | 115 'conditions': [ |
116 ['use_x11 == 1', { | 116 ['use_x11 == 1', { |
117 'dependencies': [ | 117 'dependencies': [ |
| 118 '../../build/linux/system.gyp:x11', |
118 '../../build/linux/system.gyp:xrandr', | 119 '../../build/linux/system.gyp:xrandr', |
119 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 120 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
120 ], | 121 ], |
121 }], | 122 }], |
122 ['chromeos == 1', { | 123 ['chromeos == 1', { |
123 'dependencies': [ | 124 'dependencies': [ |
124 'display_types', | 125 'display_types', |
125 ], | 126 ], |
126 }], | 127 }], |
127 ], | 128 ], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'display', | 200 'display', |
200 'display_test_support', | 201 'display_test_support', |
201 'display_test_util', | 202 'display_test_util', |
202 'display_types', | 203 'display_types', |
203 ], | 204 ], |
204 }], | 205 }], |
205 ], | 206 ], |
206 }, | 207 }, |
207 ], | 208 ], |
208 } | 209 } |
OLD | NEW |