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

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

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android missed dep Created 4 years, 6 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/renderer/renderer.gni") 7 import("//content/renderer/renderer.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//device/bluetooth", 51 "//device/bluetooth",
52 "//device/usb/public/interfaces", 52 "//device/usb/public/interfaces",
53 "//device/vibration:mojo_bindings", 53 "//device/vibration:mojo_bindings",
54 "//gin", 54 "//gin",
55 "//gpu", 55 "//gpu",
56 "//gpu/command_buffer/client:gles2_interface", 56 "//gpu/command_buffer/client:gles2_interface",
57 "//ipc/mojo", 57 "//ipc/mojo",
58 "//jingle:jingle_glue", 58 "//jingle:jingle_glue",
59 "//media", 59 "//media",
60 "//media/blink", 60 "//media/blink",
61 "//media/capture",
61 "//media/gpu", 62 "//media/gpu",
62 "//media/gpu/ipc/client", 63 "//media/gpu/ipc/client",
63 "//media/gpu/ipc/common", 64 "//media/gpu/ipc/common",
64 "//media/midi", 65 "//media/midi",
65 "//mojo/common", 66 "//mojo/common",
66 "//mojo/edk/js", 67 "//mojo/edk/js",
67 "//mojo/public/cpp/bindings", 68 "//mojo/public/cpp/bindings",
68 "//mojo/public/js", 69 "//mojo/public/js",
69 "//net", 70 "//net",
70 "//sandbox", 71 "//sandbox",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 # For the defines in mojo_media_config. 259 # For the defines in mojo_media_config.
259 public_configs = [ "//media/mojo/services:mojo_media_config" ] 260 public_configs = [ "//media/mojo/services:mojo_media_config" ]
260 } 261 }
261 262
262 if (!is_component_build) { 263 if (!is_component_build) {
263 public_deps = [ 264 public_deps = [
264 ":renderer", 265 ":renderer",
265 ] 266 ]
266 } 267 }
267 } 268 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | media/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698