| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'chromeos/x11/display_snapshot_x11.cc', | 66 'chromeos/x11/display_snapshot_x11.cc', |
| 67 'chromeos/x11/display_snapshot_x11.h', | 67 'chromeos/x11/display_snapshot_x11.h', |
| 68 'chromeos/x11/display_util_x11.cc', | 68 'chromeos/x11/display_util_x11.cc', |
| 69 'chromeos/x11/display_util_x11.h', | 69 'chromeos/x11/display_util_x11.h', |
| 70 'chromeos/x11/native_display_delegate_x11.cc', | 70 'chromeos/x11/native_display_delegate_x11.cc', |
| 71 'chromeos/x11/native_display_delegate_x11.h', | 71 'chromeos/x11/native_display_delegate_x11.h', |
| 72 'chromeos/x11/native_display_event_dispatcher_x11.cc', | 72 'chromeos/x11/native_display_event_dispatcher_x11.cc', |
| 73 'chromeos/x11/native_display_event_dispatcher_x11.h', | 73 'chromeos/x11/native_display_event_dispatcher_x11.h', |
| 74 'display.h', | 74 'display.h', |
| 75 'display_export.h', | 75 'display_export.h', |
| 76 'display_finder.cc', |
| 77 'display_finder.h', |
| 76 'display_observer.h', | 78 'display_observer.h', |
| 77 'display_switches.cc', | 79 'display_switches.cc', |
| 78 'display_switches.h', | 80 'display_switches.h', |
| 79 'manager/display_layout.cc', | 81 'manager/display_layout.cc', |
| 80 'manager/display_layout.h', | 82 'manager/display_layout.h', |
| 81 'manager/display_layout_builder.cc', | 83 'manager/display_layout_builder.cc', |
| 82 'manager/display_layout_builder.h', | 84 'manager/display_layout_builder.h', |
| 83 'screen.h', | 85 'screen.h', |
| 84 'win/display_info.cc', | 86 'win/display_info.cc', |
| 85 'win/display_info.h', | 87 'win/display_info.h', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ], | 188 ], |
| 187 'sources': [ | 189 'sources': [ |
| 188 'chromeos/test/action_logger.cc', | 190 'chromeos/test/action_logger.cc', |
| 189 'chromeos/test/action_logger.h', | 191 'chromeos/test/action_logger.h', |
| 190 'chromeos/test/action_logger_util.cc', | 192 'chromeos/test/action_logger_util.cc', |
| 191 'chromeos/test/action_logger_util.h', | 193 'chromeos/test/action_logger_util.h', |
| 192 'chromeos/test/test_display_layout_manager.cc', | 194 'chromeos/test/test_display_layout_manager.cc', |
| 193 'chromeos/test/test_display_layout_manager.h', | 195 'chromeos/test/test_display_layout_manager.h', |
| 194 'chromeos/test/test_native_display_delegate.cc', | 196 'chromeos/test/test_native_display_delegate.cc', |
| 195 'chromeos/test/test_native_display_delegate.h', | 197 'chromeos/test/test_native_display_delegate.h', |
| 198 'test/display_util.h', |
| 196 'test/test_screen.cc', | 199 'test/test_screen.cc', |
| 197 'test/test_screen.h', | 200 'test/test_screen.h', |
| 198 ], | 201 ], |
| 199 }, | 202 }, |
| 200 { | 203 { |
| 201 # GN version: //ui/display:display_unittests | 204 # GN version: //ui/display:display_unittests |
| 202 'target_name': 'display_unittests', | 205 'target_name': 'display_unittests', |
| 203 'type': 'executable', | 206 'type': 'executable', |
| 204 'dependencies': [ | 207 'dependencies': [ |
| 205 '../../base/base.gyp:run_all_unittests', | 208 '../../base/base.gyp:run_all_unittests', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../../build/isolate.gypi', | 254 '../../build/isolate.gypi', |
| 252 ], | 255 ], |
| 253 'sources': [ | 256 'sources': [ |
| 254 'display_unittests.isolate', | 257 'display_unittests.isolate', |
| 255 ], | 258 ], |
| 256 }, | 259 }, |
| 257 ], | 260 ], |
| 258 }], | 261 }], |
| 259 ], | 262 ], |
| 260 } | 263 } |
| OLD | NEW |