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

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

Issue 341253002: Revert of Revert of ozone: gpu: Add plumbing for platform-specific gpu messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | ui/ozone/ozone_platform.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 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 'external_ozone_platforms': [], 8 'external_ozone_platforms': [],
9 'external_ozone_platform_files': [], 9 'external_ozone_platform_files': [],
10 'external_ozone_platform_deps': [], 10 'external_ozone_platform_deps': [],
(...skipping 12 matching lines...) Expand all
23 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 23 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
24 ], 24 ],
25 'defines': [ 25 'defines': [
26 'OZONE_BASE_IMPLEMENTATION', 26 'OZONE_BASE_IMPLEMENTATION',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'public/cursor_factory_ozone.cc', 29 'public/cursor_factory_ozone.cc',
30 'public/cursor_factory_ozone.h', 30 'public/cursor_factory_ozone.h',
31 'public/event_factory_ozone.cc', 31 'public/event_factory_ozone.cc',
32 'public/event_factory_ozone.h', 32 'public/event_factory_ozone.h',
33 'public/gpu_platform_support.cc',
34 'public/gpu_platform_support.h',
35 'public/gpu_platform_support_host.cc',
36 'public/gpu_platform_support_host.h',
33 'public/overlay_candidates_ozone.cc', 37 'public/overlay_candidates_ozone.cc',
34 'public/overlay_candidates_ozone.h', 38 'public/overlay_candidates_ozone.h',
35 'public/surface_factory_ozone.cc', 39 'public/surface_factory_ozone.cc',
36 'public/surface_factory_ozone.h', 40 'public/surface_factory_ozone.h',
37 'public/surface_ozone_canvas.h', 41 'public/surface_ozone_canvas.h',
38 'public/surface_ozone_egl.h', 42 'public/surface_ozone_egl.h',
39 ], 43 ],
40 }, 44 },
41 { 45 {
42 'target_name': 'ozone', 46 'target_name': 'ozone',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'platform/dri/gbm.gypi', 190 'platform/dri/gbm.gypi',
187 ], 191 ],
188 }], 192 }],
189 ['<(ozone_platform_test) == 1', { 193 ['<(ozone_platform_test) == 1', {
190 'includes': [ 194 'includes': [
191 'platform/test/test.gypi', 195 'platform/test/test.gypi',
192 ], 196 ],
193 }], 197 }],
194 ], 198 ],
195 } 199 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698