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

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

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 30 matching lines...) Expand all
41 "//base/third_party/dynamic_annotations", 41 "//base/third_party/dynamic_annotations",
42 "//build/util:webkit_version", 42 "//build/util:webkit_version",
43 "//cc", 43 "//cc",
44 "//cc/ipc", 44 "//cc/ipc",
45 "//cc/surfaces", 45 "//cc/surfaces",
46 "//components/tracing", 46 "//components/tracing",
47 "//components/tracing:startup_tracing", 47 "//components/tracing:startup_tracing",
48 "//content:resources", 48 "//content:resources",
49 "//content/app/resources", 49 "//content/app/resources",
50 "//device/bluetooth", 50 "//device/bluetooth",
51 "//device/capture",
51 "//gpu", 52 "//gpu",
52 "//gpu/command_buffer/client:gles2_c_lib", 53 "//gpu/command_buffer/client:gles2_c_lib",
53 "//gpu/command_buffer/client:gles2_cmd_helper", 54 "//gpu/command_buffer/client:gles2_cmd_helper",
54 "//gpu/command_buffer/client:gles2_implementation", 55 "//gpu/command_buffer/client:gles2_implementation",
55 "//gpu/command_buffer/client:gles2_interface", 56 "//gpu/command_buffer/client:gles2_interface",
56 "//gpu/command_buffer/common:gles2_utils", 57 "//gpu/command_buffer/common:gles2_utils",
57 "//gpu/command_buffer/service", 58 "//gpu/command_buffer/service",
58 "//gpu/ipc/client", 59 "//gpu/ipc/client",
59 "//gpu/ipc/common", 60 "//gpu/ipc/common",
60 "//gpu/skia_bindings", 61 "//gpu/skia_bindings",
61 "//ipc", 62 "//ipc",
62 "//media", 63 "//media",
63 "//media:shared_memory_support", 64 "//media:shared_memory_support",
64 "//media/base/ipc", 65 "//media/base/ipc",
65 "//media/capture",
66 "//media/gpu/ipc/client", 66 "//media/gpu/ipc/client",
67 "//media/gpu/ipc/common", 67 "//media/gpu/ipc/common",
68 "//media/midi", 68 "//media/midi",
69 "//mojo/common:common_base", 69 "//mojo/common:common_base",
70 "//mojo/edk/system", 70 "//mojo/edk/system",
71 "//net", 71 "//net",
72 "//sandbox", 72 "//sandbox",
73 "//services/shell", 73 "//services/shell",
74 "//services/shell/public/cpp", 74 "//services/shell/public/cpp",
75 "//services/shell/public/interfaces", 75 "//services/shell/public/interfaces",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "//services/ui/public/interfaces", 260 "//services/ui/public/interfaces",
261 "//skia/public/interfaces", 261 "//skia/public/interfaces",
262 "//third_party/WebKit/public:mojo_bindings", 262 "//third_party/WebKit/public:mojo_bindings",
263 "//ui/gfx/geometry/mojo", 263 "//ui/gfx/geometry/mojo",
264 "//url/mojo:url_mojom_gurl", 264 "//url/mojo:url_mojom_gurl",
265 "//url/mojo:url_mojom_origin", 265 "//url/mojo:url_mojom_origin",
266 ] 266 ]
267 267
268 use_new_wrapper_types = false 268 use_new_wrapper_types = false
269 } 269 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager_unittest.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698