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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'chromeos/x11/display_mode_x11.cc', | 65 'chromeos/x11/display_mode_x11.cc', |
66 'chromeos/x11/display_mode_x11.h', | 66 'chromeos/x11/display_mode_x11.h', |
67 'chromeos/x11/display_snapshot_x11.cc', | 67 'chromeos/x11/display_snapshot_x11.cc', |
68 'chromeos/x11/display_snapshot_x11.h', | 68 'chromeos/x11/display_snapshot_x11.h', |
69 'chromeos/x11/display_util_x11.cc', | 69 'chromeos/x11/display_util_x11.cc', |
70 'chromeos/x11/display_util_x11.h', | 70 'chromeos/x11/display_util_x11.h', |
71 'chromeos/x11/native_display_delegate_x11.cc', | 71 'chromeos/x11/native_display_delegate_x11.cc', |
72 'chromeos/x11/native_display_delegate_x11.h', | 72 'chromeos/x11/native_display_delegate_x11.h', |
73 'chromeos/x11/native_display_event_dispatcher_x11.cc', | 73 'chromeos/x11/native_display_event_dispatcher_x11.cc', |
74 'chromeos/x11/native_display_event_dispatcher_x11.h', | 74 'chromeos/x11/native_display_event_dispatcher_x11.h', |
| 75 'display.cc', |
75 'display.h', | 76 'display.h', |
76 'display_change_notifier.cc', | 77 'display_change_notifier.cc', |
77 'display_change_notifier.h', | 78 'display_change_notifier.h', |
78 'display_export.h', | 79 'display_export.h', |
79 'display_finder.cc', | 80 'display_finder.cc', |
80 'display_finder.h', | 81 'display_finder.h', |
81 'display_observer.cc', | 82 'display_observer.cc', |
82 'display_observer.h', | 83 'display_observer.h', |
83 'display_switches.cc', | 84 'display_switches.cc', |
84 'display_switches.h', | 85 'display_switches.h', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 ], | 202 ], |
202 'sources': [ | 203 'sources': [ |
203 'chromeos/test/action_logger.cc', | 204 'chromeos/test/action_logger.cc', |
204 'chromeos/test/action_logger.h', | 205 'chromeos/test/action_logger.h', |
205 'chromeos/test/action_logger_util.cc', | 206 'chromeos/test/action_logger_util.cc', |
206 'chromeos/test/action_logger_util.h', | 207 'chromeos/test/action_logger_util.h', |
207 'chromeos/test/test_display_layout_manager.cc', | 208 'chromeos/test/test_display_layout_manager.cc', |
208 'chromeos/test/test_display_layout_manager.h', | 209 'chromeos/test/test_display_layout_manager.h', |
209 'chromeos/test/test_native_display_delegate.cc', | 210 'chromeos/test/test_native_display_delegate.cc', |
210 'chromeos/test/test_native_display_delegate.h', | 211 'chromeos/test/test_native_display_delegate.h', |
| 212 'test/display_test_util.h', |
211 'test/test_screen.cc', | 213 'test/test_screen.cc', |
212 'test/test_screen.h', | 214 'test/test_screen.h', |
213 ], | 215 ], |
214 }, | 216 }, |
215 { | 217 { |
216 # GN version: //ui/display:display_unittests | 218 # GN version: //ui/display:display_unittests |
217 'target_name': 'display_unittests', | 219 'target_name': 'display_unittests', |
218 'type': 'executable', | 220 'type': 'executable', |
219 'dependencies': [ | 221 'dependencies': [ |
220 '../../base/base.gyp:run_all_unittests', | 222 '../../base/base.gyp:run_all_unittests', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 '../../build/isolate.gypi', | 276 '../../build/isolate.gypi', |
275 ], | 277 ], |
276 'sources': [ | 278 'sources': [ |
277 'display_unittests.isolate', | 279 'display_unittests.isolate', |
278 ], | 280 ], |
279 }, | 281 }, |
280 ], | 282 ], |
281 }], | 283 }], |
282 ], | 284 ], |
283 } | 285 } |
OLD | NEW |