Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Side by Side Diff: ui/display/display.gyp

Issue 1838833002: Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screenwinmove
Patch Set: Fix comment Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/display/manager/display_layout.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/display/manager/display_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698