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

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

Issue 1913613002: Add place holder to move gfx::Display/Screen to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/display.h ('k') | ui/display/display_observer.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'chromeos/x11/display_mode_x11.cc', 64 'chromeos/x11/display_mode_x11.cc',
65 'chromeos/x11/display_mode_x11.h', 65 'chromeos/x11/display_mode_x11.h',
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_export.h', 75 'display_export.h',
76 'display_observer.h',
75 'display_switches.cc', 77 'display_switches.cc',
76 'display_switches.h', 78 'display_switches.h',
77 'manager/display_layout.cc', 79 'manager/display_layout.cc',
78 'manager/display_layout.h', 80 'manager/display_layout.h',
79 'manager/display_layout_builder.cc', 81 'manager/display_layout_builder.cc',
80 'manager/display_layout_builder.h', 82 'manager/display_layout_builder.h',
83 'screen.h',
81 'win/display_info.cc', 84 'win/display_info.cc',
82 'win/display_info.h', 85 'win/display_info.h',
83 'win/dpi.cc', 86 'win/dpi.cc',
84 'win/dpi.h', 87 'win/dpi.h',
85 'win/screen_win.cc', 88 'win/screen_win.cc',
86 'win/screen_win.h', 89 'win/screen_win.h',
87 'win/screen_win_display.cc', 90 'win/screen_win_display.cc',
88 'win/screen_win_display.h', 91 'win/screen_win_display.h',
89 ], 92 ],
90 'conditions': [ 93 'conditions': [
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../../build/isolate.gypi', 248 '../../build/isolate.gypi',
246 ], 249 ],
247 'sources': [ 250 'sources': [
248 'display_unittests.isolate', 251 'display_unittests.isolate',
249 ], 252 ],
250 }, 253 },
251 ], 254 ],
252 }], 255 }],
253 ], 256 ],
254 } 257 }
OLDNEW
« no previous file with comments | « ui/display/display.h ('k') | ui/display/display_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698