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

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

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 7 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/ozone/common/gpu/ozone_gpu_messages.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 # Normally, the external_ozone_platform* variables below can be 8 # Normally, the external_ozone_platform* variables below can be
9 # overridden by supplement.gypi which must exist exactly one level 9 # overridden by supplement.gypi which must exist exactly one level
10 # below the top-level src directory. They can now also be set in 10 # below the top-level src directory. They can now also be set in
(...skipping 18 matching lines...) Expand all
29 # GN version: //ui/ozone:ozone_base 29 # GN version: //ui/ozone:ozone_base
30 'target_name': 'ozone_base', 30 'target_name': 'ozone_base',
31 'type': '<(component)', 31 'type': '<(component)',
32 'dependencies': [ 32 'dependencies': [
33 '<(DEPTH)/base/base.gyp:base', 33 '<(DEPTH)/base/base.gyp:base',
34 '<(DEPTH)/ipc/ipc.gyp:ipc', 34 '<(DEPTH)/ipc/ipc.gyp:ipc',
35 '<(DEPTH)/skia/skia.gyp:skia', 35 '<(DEPTH)/skia/skia.gyp:skia',
36 '<(DEPTH)/ui/display/display.gyp:display_types', 36 '<(DEPTH)/ui/display/display.gyp:display_types',
37 '<(DEPTH)/ui/display/display.gyp:display_util', 37 '<(DEPTH)/ui/display/display.gyp:display_util',
38 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 38 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
39 '<(DEPTH)/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
39 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 40 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
40 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 41 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
41 ], 42 ],
42 'defines': [ 43 'defines': [
43 'OZONE_BASE_IMPLEMENTATION', 44 'OZONE_BASE_IMPLEMENTATION',
44 ], 45 ],
45 'sources': [ 46 'sources': [
46 'public/client_native_pixmap.h', 47 'public/client_native_pixmap.h',
47 'public/cursor_factory_ozone.cc', 48 'public/cursor_factory_ozone.cc',
48 'public/cursor_factory_ozone.h', 49 'public/cursor_factory_ozone.h',
(...skipping 22 matching lines...) Expand all
71 'target_name': 'ozone_common', 72 'target_name': 'ozone_common',
72 'type': 'static_library', 73 'type': 'static_library',
73 'dependencies': [ 74 'dependencies': [
74 'ozone_base', 75 'ozone_base',
75 '<(DEPTH)/base/base.gyp:base', 76 '<(DEPTH)/base/base.gyp:base',
76 '<(DEPTH)/ipc/ipc.gyp:ipc', 77 '<(DEPTH)/ipc/ipc.gyp:ipc',
77 '<(DEPTH)/skia/skia.gyp:skia', 78 '<(DEPTH)/skia/skia.gyp:skia',
78 '<(DEPTH)/ui/display/display.gyp:display_types', 79 '<(DEPTH)/ui/display/display.gyp:display_types',
79 '<(DEPTH)/ui/display/display.gyp:display_util', 80 '<(DEPTH)/ui/display/display.gyp:display_util',
80 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 81 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
82 '<(DEPTH)/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
81 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 83 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
82 ], 84 ],
83 'sources': [ 85 'sources': [
84 'common/display_mode_proxy.cc', 86 'common/display_mode_proxy.cc',
85 'common/display_mode_proxy.h', 87 'common/display_mode_proxy.h',
86 'common/display_snapshot_proxy.cc', 88 'common/display_snapshot_proxy.cc',
87 'common/display_snapshot_proxy.h', 89 'common/display_snapshot_proxy.h',
88 'common/display_util.cc', 90 'common/display_util.cc',
89 'common/display_util.h', 91 'common/display_util.h',
90 'common/egl_util.cc', 92 'common/egl_util.cc',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'platform/headless/headless.gypi', 281 'platform/headless/headless.gypi',
280 ], 282 ],
281 }], 283 }],
282 ['<(ozone_platform_wayland) == 1', { 284 ['<(ozone_platform_wayland) == 1', {
283 'includes': [ 285 'includes': [
284 'platform/wayland/wayland.gypi', 286 'platform/wayland/wayland.gypi',
285 ], 287 ],
286 }], 288 }],
287 ], 289 ],
288 } 290 }
OLDNEW
« no previous file with comments | « ui/ozone/common/gpu/ozone_gpu_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698