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

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

Issue 1889423002: Move Windows DPI Code from ui/gfx to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a TODO 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/win/dpi.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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'chromeos/x11/native_display_event_dispatcher_x11.h', 73 'chromeos/x11/native_display_event_dispatcher_x11.h',
74 'display_export.h', 74 'display_export.h',
75 'display_switches.cc', 75 'display_switches.cc',
76 'display_switches.h', 76 'display_switches.h',
77 'manager/display_layout.cc', 77 'manager/display_layout.cc',
78 'manager/display_layout.h', 78 'manager/display_layout.h',
79 'manager/display_layout_builder.cc', 79 'manager/display_layout_builder.cc',
80 'manager/display_layout_builder.h', 80 'manager/display_layout_builder.h',
81 'win/display_info.cc', 81 'win/display_info.cc',
82 'win/display_info.h', 82 'win/display_info.h',
83 'win/dpi.cc',
84 'win/dpi.h',
83 'win/screen_win.cc', 85 'win/screen_win.cc',
84 'win/screen_win.h', 86 'win/screen_win.h',
85 'win/screen_win_display.cc', 87 'win/screen_win_display.cc',
86 'win/screen_win_display.h', 88 'win/screen_win_display.h',
87 ], 89 ],
88 'conditions': [ 90 'conditions': [
89 ['use_x11 == 1', { 91 ['use_x11 == 1', {
90 'dependencies': [ 92 'dependencies': [
91 '../../build/linux/system.gyp:x11', 93 '../../build/linux/system.gyp:x11',
92 '../../build/linux/system.gyp:xext', 94 '../../build/linux/system.gyp:xext',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 '../../build/isolate.gypi', 245 '../../build/isolate.gypi',
244 ], 246 ],
245 'sources': [ 247 'sources': [
246 'display_unittests.isolate', 248 'display_unittests.isolate',
247 ], 249 ],
248 }, 250 },
249 ], 251 ],
250 }], 252 }],
251 ], 253 ],
252 } 254 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/display/win/dpi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698