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

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

Issue 1641353003: GpuArcVideoService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arc-4-owen-ArcGpuVideoDecodeAccelerator
Patch Set: update ArcVideoAccelerator api Created 4 years, 9 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
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "common/auth.mojom", 67 "common/auth.mojom",
68 "common/clipboard.mojom", 68 "common/clipboard.mojom",
69 "common/ime.mojom", 69 "common/ime.mojom",
70 "common/input.mojom", 70 "common/input.mojom",
71 "common/intent_helper.mojom", 71 "common/intent_helper.mojom",
72 "common/net.mojom", 72 "common/net.mojom",
73 "common/notifications.mojom", 73 "common/notifications.mojom",
74 "common/power.mojom", 74 "common/power.mojom",
75 "common/process.mojom", 75 "common/process.mojom",
76 "common/video.mojom", 76 "common/video.mojom",
77 "common/video_accelerator.mojom",
77 ] 78 ]
78 } 79 }
79 80
80 static_library("arc_test_support") { 81 static_library("arc_test_support") {
81 testonly = true 82 testonly = true
82 sources = [ 83 sources = [
83 "test/fake_app_instance.cc", 84 "test/fake_app_instance.cc",
84 "test/fake_app_instance.h", 85 "test/fake_app_instance.h",
85 "test/fake_arc_bridge_instance.cc", 86 "test/fake_arc_bridge_instance.cc",
86 "test/fake_arc_bridge_instance.h", 87 "test/fake_arc_bridge_instance.h",
(...skipping 26 matching lines...) Expand all
113 "//mojo/public/cpp/environment:environment", 114 "//mojo/public/cpp/environment:environment",
114 "//mojo/public/cpp/system:system", 115 "//mojo/public/cpp/system:system",
115 "//testing/gtest", 116 "//testing/gtest",
116 "//ui/aura", 117 "//ui/aura",
117 "//ui/base:test_support", 118 "//ui/base:test_support",
118 "//ui/base/ime", 119 "//ui/base/ime",
119 "//ui/events", 120 "//ui/events",
120 "//ui/events:dom_keycode_converter", 121 "//ui/events:dom_keycode_converter",
121 ] 122 ]
122 } 123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698