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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2634263002: Pass camera facing info to audio client (Closed)
Patch Set: rebase Created 3 years, 10 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "//ui/surface", 255 "//ui/surface",
256 "//url/ipc:url_ipc", 256 "//url/ipc:url_ipc",
257 ] 257 ]
258 deps = [ 258 deps = [
259 # This looks needless as we have //content/common in public_deps, but it's 259 # This looks needless as we have //content/common in public_deps, but it's
260 # needed because of allow_circular_includes_from. 260 # needed because of allow_circular_includes_from.
261 "//components/mime_util", 261 "//components/mime_util",
262 "//content/common:mojo_bindings", 262 "//content/common:mojo_bindings",
263 "//ipc", 263 "//ipc",
264 "//media", 264 "//media",
265 "//media/base:video_facing",
nasko 2017/02/15 19:13:47 Why does content/public get another dependency whe
shenghao 2017/02/15 22:46:49 Because //content/public/common/media_stream_reque
265 "//mojo/common", 266 "//mojo/common",
266 "//net", 267 "//net",
267 "//ppapi/c", 268 "//ppapi/c",
268 "//ppapi/features", 269 "//ppapi/features",
269 "//services/service_manager/public/cpp", 270 "//services/service_manager/public/cpp",
270 "//skia", 271 "//skia",
271 "//storage/common", 272 "//storage/common",
272 "//third_party/icu", 273 "//third_party/icu",
273 "//ui/accessibility", 274 "//ui/accessibility",
274 "//ui/base", 275 "//ui/base",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 sources = [ 326 sources = [
326 "window_container_type.mojom", 327 "window_container_type.mojom",
327 ] 328 ]
328 } 329 }
329 330
330 mojom("service_names") { 331 mojom("service_names") {
331 sources = [ 332 sources = [
332 "service_names.mojom", 333 "service_names.mojom",
333 ] 334 ]
334 } 335 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698