| 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 'win/display_info.cc', |
| 80 'win/display_info.h', |
| 81 'win/screen_win.cc', |
| 82 'win/screen_win.h', |
| 83 'win/screen_win_display.cc', |
| 84 'win/screen_win_display.h', |
| 79 ], | 85 ], |
| 80 'conditions': [ | 86 'conditions': [ |
| 81 ['use_x11 == 1', { | 87 ['use_x11 == 1', { |
| 82 'dependencies': [ | 88 'dependencies': [ |
| 83 '../../build/linux/system.gyp:x11', | 89 '../../build/linux/system.gyp:x11', |
| 84 '../../build/linux/system.gyp:xext', | 90 '../../build/linux/system.gyp:xext', |
| 85 '../../build/linux/system.gyp:xi', | 91 '../../build/linux/system.gyp:xi', |
| 86 '../../build/linux/system.gyp:xrandr', | 92 '../../build/linux/system.gyp:xrandr', |
| 87 '../../ui/events/platform/events_platform.gyp:events_platform', | 93 '../../ui/events/platform/events_platform.gyp:events_platform', |
| 88 ], | 94 ], |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 }, | 195 }, |
| 190 { | 196 { |
| 191 # GN version: //ui/display:display_unittests | 197 # GN version: //ui/display:display_unittests |
| 192 'target_name': 'display_unittests', | 198 'target_name': 'display_unittests', |
| 193 'type': 'executable', | 199 'type': 'executable', |
| 194 'dependencies': [ | 200 'dependencies': [ |
| 195 '../../base/base.gyp:run_all_unittests', | 201 '../../base/base.gyp:run_all_unittests', |
| 196 '../../testing/gtest.gyp:gtest', | 202 '../../testing/gtest.gyp:gtest', |
| 197 '../../ui/gfx/gfx.gyp:gfx_geometry', | 203 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| 198 '../../ui/gfx/gfx.gyp:gfx_test_support', | 204 '../../ui/gfx/gfx.gyp:gfx_test_support', |
| 205 'display', |
| 199 'display_util', | 206 'display_util', |
| 200 ], | 207 ], |
| 201 'include_dirs': [ | 208 'include_dirs': [ |
| 202 '../..', | 209 '../..', |
| 203 ], | 210 ], |
| 204 'sources': [ | 211 'sources': [ |
| 205 'chromeos/apply_content_protection_task_unittest.cc', | 212 'chromeos/apply_content_protection_task_unittest.cc', |
| 206 'chromeos/configure_displays_task_unittest.cc', | 213 'chromeos/configure_displays_task_unittest.cc', |
| 207 'chromeos/display_configurator_unittest.cc', | 214 'chromeos/display_configurator_unittest.cc', |
| 208 'chromeos/query_content_protection_task_unittest.cc', | 215 'chromeos/query_content_protection_task_unittest.cc', |
| 209 'chromeos/update_display_configuration_task_unittest.cc', | 216 'chromeos/update_display_configuration_task_unittest.cc', |
| 210 'chromeos/x11/display_util_x11_unittest.cc', | 217 'chromeos/x11/display_util_x11_unittest.cc', |
| 211 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', | 218 'chromeos/x11/native_display_event_dispatcher_x11_unittest.cc', |
| 212 'util/display_util_unittest.cc', | 219 'util/display_util_unittest.cc', |
| 213 'util/edid_parser_unittest.cc', | 220 'util/edid_parser_unittest.cc', |
| 221 'win/screen_win_unittest.cc', |
| 214 ], | 222 ], |
| 215 'conditions': [ | 223 'conditions': [ |
| 216 ['chromeos == 1', { | 224 ['chromeos == 1', { |
| 217 'dependencies': [ | 225 'dependencies': [ |
| 218 'display', | 226 'display', |
| 219 'display_test_support', | 227 'display_test_support', |
| 220 'display_test_util', | 228 'display_test_util', |
| 221 'display_types', | 229 'display_types', |
| 222 ], | 230 ], |
| 223 }], | 231 }], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 237 '../../build/isolate.gypi', | 245 '../../build/isolate.gypi', |
| 238 ], | 246 ], |
| 239 'sources': [ | 247 'sources': [ |
| 240 'display_unittests.isolate', | 248 'display_unittests.isolate', |
| 241 ], | 249 ], |
| 242 }, | 250 }, |
| 243 ], | 251 ], |
| 244 }], | 252 }], |
| 245 ], | 253 ], |
| 246 } | 254 } |
| OLD | NEW |