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', | |
119 '../../build/linux/system.gyp:xrandr', | 118 '../../build/linux/system.gyp:xrandr', |
120 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 119 '../../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
121 ], | 120 ], |
122 }], | 121 }], |
123 ['chromeos == 1', { | 122 ['chromeos == 1', { |
124 'dependencies': [ | 123 'dependencies': [ |
125 'display_types', | 124 'display_types', |
126 ], | 125 ], |
127 }], | 126 }], |
128 ], | 127 ], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'display', | 199 'display', |
201 'display_test_support', | 200 'display_test_support', |
202 'display_test_util', | 201 'display_test_util', |
203 'display_types', | 202 'display_types', |
204 ], | 203 ], |
205 }], | 204 }], |
206 ], | 205 ], |
207 }, | 206 }, |
208 ], | 207 ], |
209 } | 208 } |
OLD | NEW |