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

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

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: Pass VideoCaptureObserver as ctor parameter Created 3 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
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 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "net/arc_net_host_impl.cc", 50 "net/arc_net_host_impl.cc",
51 "net/arc_net_host_impl.h", 51 "net/arc_net_host_impl.h",
52 "obb_mounter/arc_obb_mounter_bridge.cc", 52 "obb_mounter/arc_obb_mounter_bridge.cc",
53 "obb_mounter/arc_obb_mounter_bridge.h", 53 "obb_mounter/arc_obb_mounter_bridge.h",
54 "power/arc_power_bridge.cc", 54 "power/arc_power_bridge.cc",
55 "power/arc_power_bridge.h", 55 "power/arc_power_bridge.h",
56 "storage_manager/arc_storage_manager.cc", 56 "storage_manager/arc_storage_manager.cc",
57 "storage_manager/arc_storage_manager.h", 57 "storage_manager/arc_storage_manager.h",
58 "video_accelerator/video_accelerator_struct_traits.cc", 58 "video_accelerator/video_accelerator_struct_traits.cc",
59 "video_accelerator/video_accelerator_struct_traits.h", 59 "video_accelerator/video_accelerator_struct_traits.h",
60 "video_facing.h",
60 ] 61 ]
61 62
62 public_deps = [ 63 public_deps = [
63 ":arc_base", 64 ":arc_base",
64 ] 65 ]
65 66
66 deps = [ 67 deps = [
67 "//ash:ash", 68 "//ash:ash",
68 "//ash/public/interfaces", 69 "//ash/public/interfaces",
69 "//base", 70 "//base",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "//testing/gtest", 219 "//testing/gtest",
219 "//ui/aura", 220 "//ui/aura",
220 "//ui/aura:test_support", 221 "//ui/aura:test_support",
221 "//ui/base:test_support", 222 "//ui/base:test_support",
222 "//ui/base/ime", 223 "//ui/base/ime",
223 "//ui/events", 224 "//ui/events",
224 "//ui/events:dom_keycode_converter", 225 "//ui/events:dom_keycode_converter",
225 "//url:url", 226 "//url:url",
226 ] 227 ]
227 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698