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

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

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.
Sami 2015/10/26 16:47:07 2015
altimin 2015/10/26 17:24:21 Done.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("headless") {
6 sources = [
7 "client_native_pixmap_factory_headless.cc",
8 "client_native_pixmap_factory_headless.h",
9 "headless_surface_factory.cc",
10 "headless_surface_factory.h",
11 "headless_window.cc",
12 "headless_window.h",
13 "headless_window_manager.cc",
14 "headless_window_manager.h",
15 "ozone_platform_headless.cc",
16 "ozone_platform_headless.h",
17 ]
18
19 deps = [
20 "//base",
21 "//skia",
22 "//ui/base",
23 "//ui/gfx/geometry",
24 "//ui/events/ozone:events_ozone_layout",
25 "//ui/events/platform",
26 ]
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698