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

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

Issue 2190353003: Delete old Ozone surface creation API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/egl_util.cc ('k') | ui/ozone/platform/cast/surface_factory_cast.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 # 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'public/input_controller.h', 56 'public/input_controller.h',
57 'public/native_pixmap.h', 57 'public/native_pixmap.h',
58 'public/overlay_candidates_ozone.cc', 58 'public/overlay_candidates_ozone.cc',
59 'public/overlay_candidates_ozone.h', 59 'public/overlay_candidates_ozone.h',
60 'public/overlay_manager_ozone.h', 60 'public/overlay_manager_ozone.h',
61 'public/ozone_switches.cc', 61 'public/ozone_switches.cc',
62 'public/ozone_switches.h', 62 'public/ozone_switches.h',
63 'public/surface_factory_ozone.cc', 63 'public/surface_factory_ozone.cc',
64 'public/surface_factory_ozone.h', 64 'public/surface_factory_ozone.h',
65 'public/surface_ozone_canvas.h', 65 'public/surface_ozone_canvas.h',
66 'public/surface_ozone_egl.cc', 66 'public/swap_completion_callback.h',
67 'public/surface_ozone_egl.h',
68 'public/system_input_injector.h', 67 'public/system_input_injector.h',
69 ], 68 ],
70 }, 69 },
71 { 70 {
72 # GN version: //ui/ozone/common 71 # GN version: //ui/ozone/common
73 'target_name': 'ozone_common', 72 'target_name': 'ozone_common',
74 'type': 'static_library', 73 'type': 'static_library',
75 'dependencies': [ 74 'dependencies': [
76 'ozone_base', 75 'ozone_base',
77 '<(DEPTH)/base/base.gyp:base', 76 '<(DEPTH)/base/base.gyp:base',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'platform/headless/headless.gypi', 277 'platform/headless/headless.gypi',
279 ], 278 ],
280 }], 279 }],
281 ['<(ozone_platform_wayland) == 1', { 280 ['<(ozone_platform_wayland) == 1', {
282 'includes': [ 281 'includes': [
283 'platform/wayland/wayland.gypi', 282 'platform/wayland/wayland.gypi',
284 ], 283 ],
285 }], 284 }],
286 ], 285 ],
287 } 286 }
OLDNEW
« no previous file with comments | « ui/ozone/common/egl_util.cc ('k') | ui/ozone/platform/cast/surface_factory_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698