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

Side by Side Diff: ui/aura/aura.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/aura/BUILD.gn ('k') | ui/aura/demo/DEPS » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'type': 'executable', 206 'type': 'executable',
207 'dependencies': [ 207 'dependencies': [
208 '../../base/base.gyp:base', 208 '../../base/base.gyp:base',
209 '../../base/base.gyp:base_i18n', 209 '../../base/base.gyp:base_i18n',
210 '../../skia/skia.gyp:skia', 210 '../../skia/skia.gyp:skia',
211 '../../third_party/icu/icu.gyp:icui18n', 211 '../../third_party/icu/icu.gyp:icui18n',
212 '../../third_party/icu/icu.gyp:icuuc', 212 '../../third_party/icu/icu.gyp:icuuc',
213 '../base/ui_base.gyp:ui_base', 213 '../base/ui_base.gyp:ui_base',
214 '../compositor/compositor.gyp:compositor', 214 '../compositor/compositor.gyp:compositor',
215 '../compositor/compositor.gyp:compositor_test_support', 215 '../compositor/compositor.gyp:compositor_test_support',
216 '../display/display.gyp:display',
216 '../events/events.gyp:events', 217 '../events/events.gyp:events',
217 '../gfx/gfx.gyp:gfx', 218 '../gfx/gfx.gyp:gfx',
218 '../gfx/gfx.gyp:gfx_geometry', 219 '../gfx/gfx.gyp:gfx_geometry',
219 'aura', 220 'aura',
220 'aura_test_support', 221 'aura_test_support',
221 ], 222 ],
222 'include_dirs': [ 223 'include_dirs': [
223 '..', 224 '..',
224 ], 225 ],
225 'sources': [ 226 'sources': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'dependencies': [ 295 'dependencies': [
295 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
296 ], 297 ],
297 }], 298 }],
298 ], 299 ],
299 }, 300 },
300 ], 301 ],
301 }], 302 }],
302 ], 303 ],
303 } 304 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698