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

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

Issue 1464873002: Run gn --format over all .gn files (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
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 source_set("headless") { 5 source_set("headless") {
6 sources = [ 6 sources = [
7 "client_native_pixmap_factory_headless.cc", 7 "client_native_pixmap_factory_headless.cc",
8 "client_native_pixmap_factory_headless.h", 8 "client_native_pixmap_factory_headless.h",
9 "headless_surface_factory.cc", 9 "headless_surface_factory.cc",
10 "headless_surface_factory.h", 10 "headless_surface_factory.h",
11 "headless_window.cc", 11 "headless_window.cc",
12 "headless_window.h", 12 "headless_window.h",
13 "headless_window_manager.cc", 13 "headless_window_manager.cc",
14 "headless_window_manager.h", 14 "headless_window_manager.h",
15 "ozone_platform_headless.cc", 15 "ozone_platform_headless.cc",
16 "ozone_platform_headless.h", 16 "ozone_platform_headless.h",
17 ] 17 ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//skia", 21 "//skia",
22 "//ui/base", 22 "//ui/base",
23 "//ui/gfx/geometry",
24 "//ui/events/ozone:events_ozone_layout", 23 "//ui/events/ozone:events_ozone_layout",
25 "//ui/events/platform", 24 "//ui/events/platform",
25 "//ui/gfx/geometry",
26 ] 26 ]
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698