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

Side by Side Diff: media/gpu/BUILD.gn

Issue 2059493002: Revert of Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/capture/video/win/video_capture_device_mf_win.h ('k') | media/media.gyp » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//media/gpu/args.gni") 7 import("//media/gpu/args.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 sources += [ 327 sources += [
328 "dxva_picture_buffer_win.cc", 328 "dxva_picture_buffer_win.cc",
329 "dxva_picture_buffer_win.h", 329 "dxva_picture_buffer_win.h",
330 "dxva_video_decode_accelerator_win.cc", 330 "dxva_video_decode_accelerator_win.cc",
331 "dxva_video_decode_accelerator_win.h", 331 "dxva_video_decode_accelerator_win.h",
332 ] 332 ]
333 configs += [ 333 configs += [
334 "//build/config/compiler:no_size_t_to_int_warning", 334 "//build/config/compiler:no_size_t_to_int_warning",
335 "//third_party/khronos:khronos_headers", 335 "//third_party/khronos:khronos_headers",
336 ] 336 ]
337 public_deps += [ "//media/base/win" ]
338 deps += [ "//third_party/angle:includes" ] 337 deps += [ "//third_party/angle:includes" ]
339 libs += [ 338 libs += [
340 "d3d9.lib", 339 "d3d9.lib",
341 "d3d11.lib", 340 "d3d11.lib",
342 "dxva2.lib", 341 "dxva2.lib",
343 "strmiids.lib", 342 "strmiids.lib",
344 "mf.lib", 343 "mf.lib",
345 "mfplat.lib", 344 "mfplat.lib",
346 "mfuuid.lib", 345 "mfuuid.lib",
347 ] 346 ]
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "video_encode_accelerator_unittest.cc", 447 "video_encode_accelerator_unittest.cc",
449 ] 448 ]
450 if (use_x11) { 449 if (use_x11) {
451 deps += [ "//ui/gfx/x" ] 450 deps += [ "//ui/gfx/x" ]
452 } 451 }
453 if (use_ozone) { 452 if (use_ozone) {
454 deps += [ "//ui/ozone" ] 453 deps += [ "//ui/ozone" ]
455 } 454 }
456 } 455 }
457 } 456 }
OLDNEW
« no previous file with comments | « media/capture/video/win/video_capture_device_mf_win.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698