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

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

Issue 1634443002: Revert "Implement GpuArcVideoService for arc video accelerator" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/arc.gypi ('k') | components/arc/arc_bridge_service.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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 static_library("arc") { 7 static_library("arc") {
8 sources = [ 8 sources = [
9 "arc_bridge_bootstrap.cc", 9 "arc_bridge_bootstrap.cc",
10 "arc_bridge_bootstrap.h", 10 "arc_bridge_bootstrap.h",
11 "arc_bridge_service.cc", 11 "arc_bridge_service.cc",
12 "arc_bridge_service.h", 12 "arc_bridge_service.h",
13 "arc_bridge_service_impl.cc", 13 "arc_bridge_service_impl.cc",
14 "arc_bridge_service_impl.h", 14 "arc_bridge_service_impl.h",
15 "arc_service.cc", 15 "arc_service.cc",
16 "arc_service.h", 16 "arc_service.h",
17 "arc_service_manager.cc", 17 "arc_service_manager.cc",
18 "arc_service_manager.h", 18 "arc_service_manager.h",
19 "clipboard/arc_clipboard_bridge.cc", 19 "clipboard/arc_clipboard_bridge.cc",
20 "clipboard/arc_clipboard_bridge.h", 20 "clipboard/arc_clipboard_bridge.h",
21 "ime/arc_ime_bridge.cc", 21 "ime/arc_ime_bridge.cc",
22 "ime/arc_ime_bridge.h", 22 "ime/arc_ime_bridge.h",
23 "ime/arc_ime_ipc_host.h", 23 "ime/arc_ime_ipc_host.h",
24 "ime/arc_ime_ipc_host_impl.cc", 24 "ime/arc_ime_ipc_host_impl.cc",
25 "ime/arc_ime_ipc_host_impl.h", 25 "ime/arc_ime_ipc_host_impl.h",
26 "input/arc_input_bridge.cc", 26 "input/arc_input_bridge.cc",
27 "input/arc_input_bridge.h", 27 "input/arc_input_bridge.h",
28 "power/arc_power_bridge.cc", 28 "power/arc_power_bridge.cc",
29 "power/arc_power_bridge.h", 29 "power/arc_power_bridge.h",
30 "video/arc_video_bridge.cc",
31 "video/arc_video_bridge.h",
32 "video/video_host_delegate.h",
33 ] 30 ]
34 31
35 deps = [ 32 deps = [
36 "//base", 33 "//base",
37 "//base:prefs", 34 "//base:prefs",
38 "//chromeos", 35 "//chromeos",
39 "//chromeos:power_manager_proto", 36 "//chromeos:power_manager_proto",
40 "//components/signin/core/account_id", 37 "//components/signin/core/account_id",
41 "//ipc:ipc", 38 "//ipc:ipc",
42 "//ipc/mojo:mojo", 39 "//ipc/mojo:mojo",
(...skipping 17 matching lines...) Expand all
60 "common/arc_bridge.mojom", 57 "common/arc_bridge.mojom",
61 "common/auth.mojom", 58 "common/auth.mojom",
62 "common/clipboard.mojom", 59 "common/clipboard.mojom",
63 "common/ime.mojom", 60 "common/ime.mojom",
64 "common/input.mojom", 61 "common/input.mojom",
65 "common/intent_helper.mojom", 62 "common/intent_helper.mojom",
66 "common/notifications.mojom", 63 "common/notifications.mojom",
67 "common/power.mojom", 64 "common/power.mojom",
68 "common/process.mojom", 65 "common/process.mojom",
69 "common/settings.mojom", 66 "common/settings.mojom",
70 "common/video.mojom",
71 ] 67 ]
72 } 68 }
73 69
74 static_library("arc_test_support") { 70 static_library("arc_test_support") {
75 testonly = true 71 testonly = true
76 sources = [ 72 sources = [
77 "test/fake_app_instance.cc", 73 "test/fake_app_instance.cc",
78 "test/fake_app_instance.h", 74 "test/fake_app_instance.h",
79 "test/fake_arc_bridge_instance.cc", 75 "test/fake_arc_bridge_instance.cc",
80 "test/fake_arc_bridge_instance.h", 76 "test/fake_arc_bridge_instance.h",
(...skipping 25 matching lines...) Expand all
106 "//ipc/mojo:mojo", 102 "//ipc/mojo:mojo",
107 "//mojo/public/cpp/environment:environment", 103 "//mojo/public/cpp/environment:environment",
108 "//mojo/public/cpp/system:system", 104 "//mojo/public/cpp/system:system",
109 "//testing/gtest", 105 "//testing/gtest",
110 "//ui/aura", 106 "//ui/aura",
111 "//ui/base/ime", 107 "//ui/base/ime",
112 "//ui/events", 108 "//ui/events",
113 "//ui/events:dom_keycode_converter", 109 "//ui/events:dom_keycode_converter",
114 ] 110 ]
115 } 111 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_bridge_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698