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

Side by Side Diff: ui/compositor/compositor.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/compositor/BUILD.gn ('k') | ui/compositor/test/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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'type': 'static_library', 104 'type': 'static_library',
105 'dependencies': [ 105 'dependencies': [
106 '<(DEPTH)/base/base.gyp:base', 106 '<(DEPTH)/base/base.gyp:base',
107 '<(DEPTH)/cc/cc.gyp:cc', 107 '<(DEPTH)/cc/cc.gyp:cc',
108 '<(DEPTH)/cc/cc.gyp:cc_surfaces', 108 '<(DEPTH)/cc/cc.gyp:cc_surfaces',
109 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', 109 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
110 '<(DEPTH)/skia/skia.gyp:skia', 110 '<(DEPTH)/skia/skia.gyp:skia',
111 '<(DEPTH)/testing/gtest.gyp:gtest', 111 '<(DEPTH)/testing/gtest.gyp:gtest',
112 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', 112 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
113 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', 113 '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
114 '<(DEPTH)/ui/display/display.gyp:display',
114 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 115 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
115 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 116 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
116 '<(DEPTH)/ui/gl/gl.gyp:gl', 117 '<(DEPTH)/ui/gl/gl.gyp:gl',
117 'compositor', 118 'compositor',
118 ], 119 ],
119 'sources': [ 120 'sources': [
120 'test/context_factories_for_test.cc', 121 'test/context_factories_for_test.cc',
121 'test/context_factories_for_test.h', 122 'test/context_factories_for_test.h',
122 'test/draw_waiter_for_test.cc', 123 'test/draw_waiter_for_test.cc',
123 'test/draw_waiter_for_test.h', 124 'test/draw_waiter_for_test.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'variables': { 234 'variables': {
234 'test_suite_name': 'compositor_unittests', 235 'test_suite_name': 'compositor_unittests',
235 }, 236 },
236 'includes': [ 237 'includes': [
237 '../../build/apk_test.gypi', 238 '../../build/apk_test.gypi',
238 ], 239 ],
239 }, 240 },
240 ]}] 241 ]}]
241 ], 242 ],
242 } 243 }
OLDNEW
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698