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

Side by Side Diff: ui/ozone/BUILD.gn

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/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_util.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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 assert(use_ozone) 9 assert(use_ozone)
10 10
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "public/input_controller.h", 75 "public/input_controller.h",
76 "public/native_pixmap.h", 76 "public/native_pixmap.h",
77 "public/overlay_candidates_ozone.cc", 77 "public/overlay_candidates_ozone.cc",
78 "public/overlay_candidates_ozone.h", 78 "public/overlay_candidates_ozone.h",
79 "public/overlay_manager_ozone.h", 79 "public/overlay_manager_ozone.h",
80 "public/ozone_switches.cc", 80 "public/ozone_switches.cc",
81 "public/ozone_switches.h", 81 "public/ozone_switches.h",
82 "public/surface_factory_ozone.cc", 82 "public/surface_factory_ozone.cc",
83 "public/surface_factory_ozone.h", 83 "public/surface_factory_ozone.h",
84 "public/surface_ozone_canvas.h", 84 "public/surface_ozone_canvas.h",
85 "public/surface_ozone_egl.cc", 85 "public/swap_completion_callback.h",
86 "public/surface_ozone_egl.h",
87 "public/system_input_injector.h", 86 "public/system_input_injector.h",
88 ] 87 ]
89 88
90 defines = [ "OZONE_BASE_IMPLEMENTATION" ] 89 defines = [ "OZONE_BASE_IMPLEMENTATION" ]
91 90
92 public_deps = [ 91 public_deps = [
93 "//base", 92 "//base",
94 "//ipc", 93 "//ipc",
95 "//skia", 94 "//skia",
96 "//ui/display/types", 95 "//ui/display/types",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "//ui/gfx/geometry", 231 "//ui/gfx/geometry",
233 ] 232 ]
234 233
235 # Add tests of platform internals. 234 # Add tests of platform internals.
236 deps += ozone_platform_test_deps 235 deps += ozone_platform_test_deps
237 236
238 # Platform tests link ozone statically. Make sure we're not getting a 237 # Platform tests link ozone statically. Make sure we're not getting a
239 # 2nd copy of any code via the component. 238 # 2nd copy of any code via the component.
240 assert_no_deps = [ "//ui/ozone" ] 239 assert_no_deps = [ "//ui/ozone" ]
241 } 240 }
OLDNEW
« no previous file with comments | « ui/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698