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

Side by Side Diff: components/exo/BUILD.gn

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments Created 3 years, 8 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 | « no previous file | components/exo/gaming_seat.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("exo") { 8 source_set("exo") {
9 sources = [ 9 sources = [
10 "buffer.cc", 10 "buffer.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ] 49 ]
50 50
51 deps = [ 51 deps = [
52 "//ash", 52 "//ash",
53 "//ash/public/cpp:ash_public_cpp", 53 "//ash/public/cpp:ash_public_cpp",
54 "//base", 54 "//base",
55 "//cc", 55 "//cc",
56 "//cc/ipc:interfaces", 56 "//cc/ipc:interfaces",
57 "//cc/surfaces", 57 "//cc/surfaces",
58 "//device/gamepad", 58 "//device/gamepad",
59 "//device/gamepad/public/cpp:shared_with_blink",
59 "//gpu", 60 "//gpu",
60 "//gpu/command_buffer/client:gles2_interface", 61 "//gpu/command_buffer/client:gles2_interface",
61 "//skia", 62 "//skia",
62 "//ui/aura", 63 "//ui/aura",
63 "//ui/compositor", 64 "//ui/compositor",
64 "//ui/display/manager", 65 "//ui/display/manager",
65 "//ui/events/devices:devices", 66 "//ui/events/devices:devices",
66 "//ui/gfx", 67 "//ui/gfx",
67 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
68 "//ui/gl", 69 "//ui/gl",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 data_deps = [ 179 data_deps = [
179 "//ash/strings:ash_test_strings", 180 "//ash/strings:ash_test_strings",
180 "//ash/resources:ash_test_resources_100_percent", 181 "//ash/resources:ash_test_resources_100_percent",
181 "//ash/resources:ash_test_resources_200_percent", 182 "//ash/resources:ash_test_resources_200_percent",
182 ] 183 ]
183 184
184 if (is_linux) { 185 if (is_linux) {
185 deps += [ "//components/exo/wayland:unit_tests" ] 186 deps += [ "//components/exo/wayland:unit_tests" ]
186 } 187 }
187 } 188 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/gaming_seat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698