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

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

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header Created 5 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//tools/generate_library_loader/generate_library_loader.gni")
6
7 source_set("egltest") {
8 sources = [
9 "ozone_platform_egltest.cc",
10 "ozone_platform_egltest.h",
11 ]
12
13 deps = [
14 ":eglplatform_shim",
15 "//base",
16 "//ui/events/devices",
17 "//ui/ozone:ozone_base",
18 "//ui/events",
19 "//ui/events/ozone:events_ozone",
20 "//ui/events/ozone:events_ozone_evdev",
21 "//ui/events/ozone:events_ozone_layout",
22 "//ui/events/platform",
23 "//ui/gfx",
24 "//ui/platform_window",
25 ]
26 }
27
28 generate_library_loader("eglplatform_shim") {
29 name = "LibeglplatformShimLoader"
30 output_h = "libeglplatform_shim.h"
31 output_cc = "libeglplatform_shim_loader.cc"
32 header = "\"ui/ozone/platform/egltest/eglplatform_shim.h\""
33
34 functions = [
35 "ShimQueryString",
36 "ShimInitialize",
37 "ShimTerminate",
38 "ShimCreateWindow",
39 "ShimQueryWindow",
40 "ShimDestroyWindow",
41 "ShimGetNativeDisplay",
42 "ShimGetNativeWindow",
43 "ShimReleaseNativeWindow",
44 ]
45 }
46 # TODO(spang): eglplatform_shim_x11 once support lands: http://crbug.com/380327
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/test/mock_drm_device.cc ('k') | ui/ozone/platform/egltest/eglplatform_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698