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

Side by Side Diff: ui/base/ui_base.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/base/test/run_all_unittests.cc ('k') | ui/base/ui_base_tests.gyp » ('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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'ui_features', 60 'ui_features',
61 '../../base/base.gyp:base', 61 '../../base/base.gyp:base',
62 '../../base/base.gyp:base_i18n', 62 '../../base/base.gyp:base_i18n',
63 '../../base/base.gyp:base_static', 63 '../../base/base.gyp:base_static',
64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
65 '../../net/net.gyp:net', 65 '../../net/net.gyp:net',
66 '../../skia/skia.gyp:skia', 66 '../../skia/skia.gyp:skia',
67 '../../third_party/icu/icu.gyp:icui18n', 67 '../../third_party/icu/icu.gyp:icui18n',
68 '../../third_party/icu/icu.gyp:icuuc', 68 '../../third_party/icu/icu.gyp:icuuc',
69 '../../url/url.gyp:url_lib', 69 '../../url/url.gyp:url_lib',
70 '../display/display.gyp:display',
70 '../events/events.gyp:events', 71 '../events/events.gyp:events',
71 '../events/events.gyp:events_base', 72 '../events/events.gyp:events_base',
72 '../events/platform/events_platform.gyp:events_platform', 73 '../events/platform/events_platform.gyp:events_platform',
73 '../gfx/gfx.gyp:gfx', 74 '../gfx/gfx.gyp:gfx',
74 '../gfx/gfx.gyp:gfx_geometry', 75 '../gfx/gfx.gyp:gfx_geometry',
75 '../resources/ui_resources.gyp:ui_resources', 76 '../resources/ui_resources.gyp:ui_resources',
76 '../strings/ui_strings.gyp:ui_strings', 77 '../strings/ui_strings.gyp:ui_strings',
77 ], 78 ],
78 'defines': [ 79 'defines': [
79 'UI_BASE_IMPLEMENTATION', 80 'UI_BASE_IMPLEMENTATION',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ], 777 ],
777 'variables': { 778 'variables': {
778 'jni_gen_package': 'ui', 779 'jni_gen_package': 'ui',
779 }, 780 },
780 'includes': [ '../../build/jni_generator.gypi' ], 781 'includes': [ '../../build/jni_generator.gypi' ],
781 }, 782 },
782 ], 783 ],
783 }], 784 }],
784 ], 785 ],
785 } 786 }
OLDNEW
« no previous file with comments | « ui/base/test/run_all_unittests.cc ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698