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

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

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//content/browser/devtools:gen_devtools_protocol_handler", 51 "//content/browser/devtools:gen_devtools_protocol_handler",
52 "//content/browser/devtools:resources", 52 "//content/browser/devtools:resources",
53 "//content/browser/notifications:notification_proto", 53 "//content/browser/notifications:notification_proto",
54 "//content/browser/service_worker:service_worker_proto", 54 "//content/browser/service_worker:service_worker_proto",
55 "//content/browser/speech/proto", 55 "//content/browser/speech/proto",
56 "//content/common", 56 "//content/common",
57 "//content/public/common:common_sources", 57 "//content/public/common:common_sources",
58 "//crypto", 58 "//crypto",
59 "//device/battery", 59 "//device/battery",
60 "//device/bluetooth", 60 "//device/bluetooth",
61 "//device/capture",
61 "//device/gamepad", 62 "//device/gamepad",
62 "//device/power_save_blocker", 63 "//device/power_save_blocker",
63 "//device/vibration", 64 "//device/vibration",
64 "//gin", 65 "//gin",
65 "//google_apis", 66 "//google_apis",
66 "//gpu", 67 "//gpu",
67 "//gpu/command_buffer/client:gles2_implementation", 68 "//gpu/command_buffer/client:gles2_implementation",
68 "//gpu/command_buffer/client:gles2_interface", 69 "//gpu/command_buffer/client:gles2_interface",
69 "//media", 70 "//media",
70 "//media/capture",
71 "//media/gpu/ipc/client", 71 "//media/gpu/ipc/client",
72 "//media/midi", 72 "//media/midi",
73 "//media/mojo/interfaces:image_capture", 73 "//media/mojo/interfaces:image_capture",
74 "//mojo/common", 74 "//mojo/common",
75 "//mojo/edk/system", 75 "//mojo/edk/system",
76 "//mojo/public/cpp/bindings", 76 "//mojo/public/cpp/bindings",
77 "//mojo/public/js", 77 "//mojo/public/js",
78 "//net", 78 "//net",
79 "//net:extras", 79 "//net:extras",
80 "//services/shell", 80 "//services/shell",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 # 'VCLinkerTool': { 235 # 'VCLinkerTool': {
236 # 'DelayLoadDLLs': [ 236 # 'DelayLoadDLLs': [
237 # 'dinput8.dll', 237 # 'dinput8.dll',
238 # 'user32.dll', 238 # 'user32.dll',
239 # 'dwmapi.dll', 239 # 'dwmapi.dll',
240 # ], 240 # ],
241 } 241 }
242 242
243 if (use_udev) { 243 if (use_udev) {
244 deps += [ 244 deps += [
245 "//device/capture",
245 "//device/udev_linux", 246 "//device/udev_linux",
246 "//media/capture",
247 ] 247 ]
248 } 248 }
249 249
250 if (enable_plugins) { 250 if (enable_plugins) {
251 sources += rebase_path(content_browser_gypi_values.plugin_browser_sources, 251 sources += rebase_path(content_browser_gypi_values.plugin_browser_sources,
252 ".", 252 ".",
253 "//content") 253 "//content")
254 deps += [ 254 deps += [
255 "//ppapi/host", 255 "//ppapi/host",
256 "//ppapi/proxy", 256 "//ppapi/proxy",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "speech/endpointer/energy_endpointer_params.cc", 335 "speech/endpointer/energy_endpointer_params.cc",
336 "speech/endpointer/energy_endpointer_params.h", 336 "speech/endpointer/energy_endpointer_params.h",
337 "speech/speech_recognition_engine.cc", 337 "speech/speech_recognition_engine.cc",
338 "speech/speech_recognition_engine.h", 338 "speech/speech_recognition_engine.h",
339 "speech/speech_recognizer_impl.cc", 339 "speech/speech_recognizer_impl.cc",
340 "speech/speech_recognizer_impl.h", 340 "speech/speech_recognizer_impl.h",
341 ] 341 ]
342 deps -= [ "//device/battery" ] 342 deps -= [ "//device/battery" ]
343 deps += [ 343 deps += [
344 "//content/public/android:jni", 344 "//content/public/android:jni",
345 "//device/capture/video/android",
345 "//media", 346 "//media",
346 "//media/capture/video/android",
347 "//media/mojo/interfaces", 347 "//media/mojo/interfaces",
348 "//mojo/android:libsystem_java", 348 "//mojo/android:libsystem_java",
349 "//ui/android", 349 "//ui/android",
350 ] 350 ]
351 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 351 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
352 libs += [ "jnigraphics" ] 352 libs += [ "jnigraphics" ]
353 } 353 }
354 354
355 if (is_mac) { 355 if (is_mac) {
356 sources -= [ 356 sources -= [
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 if (!is_component_build) { 515 if (!is_component_build) {
516 public_deps = [ 516 public_deps = [
517 ":browser", 517 ":browser",
518 ] 518 ]
519 } else { 519 } else {
520 public_deps = [ 520 public_deps = [
521 "//third_party/leveldatabase", 521 "//third_party/leveldatabase",
522 ] 522 ]
523 } 523 }
524 } 524 }
OLDNEW
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698