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

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

Issue 1567623006: Implement GpuArcVideoService::AcceleratorStub using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-1-video-service
Patch Set: rebase, update interface 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/common/video_accelerator.mojom » ('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",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "common/app.mojom", 55 "common/app.mojom",
56 "common/arc_bridge.mojom", 56 "common/arc_bridge.mojom",
57 "common/auth.mojom", 57 "common/auth.mojom",
58 "common/clipboard.mojom", 58 "common/clipboard.mojom",
59 "common/input.mojom", 59 "common/input.mojom",
60 "common/notifications.mojom", 60 "common/notifications.mojom",
61 "common/power.mojom", 61 "common/power.mojom",
62 "common/process.mojom", 62 "common/process.mojom",
63 "common/settings.mojom", 63 "common/settings.mojom",
64 "common/video.mojom", 64 "common/video.mojom",
65 "common/video_accelerator.mojom",
65 ] 66 ]
66 } 67 }
67 68
68 static_library("arc_test_support") { 69 static_library("arc_test_support") {
69 testonly = true 70 testonly = true
70 sources = [ 71 sources = [
71 "test/fake_app_instance.cc", 72 "test/fake_app_instance.cc",
72 "test/fake_app_instance.h", 73 "test/fake_app_instance.h",
73 "test/fake_arc_bridge_instance.cc", 74 "test/fake_arc_bridge_instance.cc",
74 "test/fake_arc_bridge_instance.h", 75 "test/fake_arc_bridge_instance.h",
(...skipping 23 matching lines...) Expand all
98 "//chromeos", 99 "//chromeos",
99 "//ipc/mojo:mojo", 100 "//ipc/mojo:mojo",
100 "//mojo/public/cpp/environment:environment", 101 "//mojo/public/cpp/environment:environment",
101 "//mojo/public/cpp/system:system", 102 "//mojo/public/cpp/system:system",
102 "//testing/gtest", 103 "//testing/gtest",
103 "//ui/aura", 104 "//ui/aura",
104 "//ui/events", 105 "//ui/events",
105 "//ui/events:dom_keycode_converter", 106 "//ui/events:dom_keycode_converter",
106 ] 107 ]
107 } 108 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/arc/common/video_accelerator.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698