| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'chromeos/x11/display_snapshot_x11.h', | 69 'chromeos/x11/display_snapshot_x11.h', |
| 70 'chromeos/x11/display_util_x11.cc', | 70 'chromeos/x11/display_util_x11.cc', |
| 71 'chromeos/x11/display_util_x11.h', | 71 'chromeos/x11/display_util_x11.h', |
| 72 'chromeos/x11/native_display_delegate_x11.cc', | 72 'chromeos/x11/native_display_delegate_x11.cc', |
| 73 'chromeos/x11/native_display_delegate_x11.h', | 73 'chromeos/x11/native_display_delegate_x11.h', |
| 74 'chromeos/x11/native_display_event_dispatcher_x11.cc', | 74 'chromeos/x11/native_display_event_dispatcher_x11.cc', |
| 75 'chromeos/x11/native_display_event_dispatcher_x11.h', | 75 'chromeos/x11/native_display_event_dispatcher_x11.h', |
| 76 'display_export.h', | 76 'display_export.h', |
| 77 'display_switches.cc', | 77 'display_switches.cc', |
| 78 'display_switches.h', | 78 'display_switches.h', |
| 79 'manager/display_layout.cc', |
| 80 'manager/display_layout.h', |
| 81 'manager/display_layout_builder.cc', |
| 82 'manager/display_layout_builder.h', |
| 79 'win/display_info.cc', | 83 'win/display_info.cc', |
| 80 'win/display_info.h', | 84 'win/display_info.h', |
| 81 'win/screen_win.cc', | 85 'win/screen_win.cc', |
| 82 'win/screen_win.h', | 86 'win/screen_win.h', |
| 83 'win/screen_win_display.cc', | 87 'win/screen_win_display.cc', |
| 84 'win/screen_win_display.h', | 88 'win/screen_win_display.h', |
| 85 ], | 89 ], |
| 86 'conditions': [ | 90 'conditions': [ |
| 87 ['use_x11 == 1', { | 91 ['use_x11 == 1', { |
| 88 'dependencies': [ | 92 'dependencies': [ |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 '../..', | 213 '../..', |
| 210 ], | 214 ], |
| 211 'sources': [ | 215 'sources': [ |
| 212 'chromeos/apply_content_protection_task_unittest.cc', | 216 'chromeos/apply_content_protection_task_unittest.cc', |
| 213 'chromeos/configure_displays_task_unittest.cc', | 217 'chromeos/configure_displays_task_unittest.cc', |
| 214 'chromeos/display_configurator_unittest.cc', | 218 'chromeos/display_configurator_unittest.cc', |
| 215 'chromeos/query_content_protection_task_unittest.cc', | 219 'chromeos/query_content_protection_task_unittest.cc', |
| 216 'chromeos/update_display_configuration_task_unittest.cc', | 220 'chromeos/update_display_configuration_task_unittest.cc', |
| 217 'chromeos/x11/display_util_x11_unittest.cc', | 221 'chromeos/x11/display_util_x11_unittest.cc', |
| 218 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', | 222 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', |
| 223 'manager/display_layout_builder_unittest.cc', |
| 219 'util/display_util_unittest.cc', | 224 'util/display_util_unittest.cc', |
| 220 'util/edid_parser_unittest.cc', | 225 'util/edid_parser_unittest.cc', |
| 221 'win/screen_win_unittest.cc', | 226 'win/screen_win_unittest.cc', |
| 222 ], | 227 ], |
| 223 'conditions': [ | 228 'conditions': [ |
| 224 ['chromeos == 1', { | 229 ['chromeos == 1', { |
| 225 'dependencies': [ | 230 'dependencies': [ |
| 226 'display', | 231 'display', |
| 227 'display_test_support', | 232 'display_test_support', |
| 228 'display_test_util', | 233 'display_test_util', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 245 '../../build/isolate.gypi', | 250 '../../build/isolate.gypi', |
| 246 ], | 251 ], |
| 247 'sources': [ | 252 'sources': [ |
| 248 'display_unittests.isolate', | 253 'display_unittests.isolate', |
| 249 ], | 254 ], |
| 250 }, | 255 }, |
| 251 ], | 256 ], |
| 252 }], | 257 }], |
| 253 ], | 258 ], |
| 254 } | 259 } |
| OLD | NEW |