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

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

Issue 2058023004: Clean up Mojo C API dependent targets (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 | « mash/example/window_type_launcher/BUILD.gn ('k') | media/mojo/common/BUILD.gn » ('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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 configs += [ "//third_party/libva:libva_config" ] 380 configs += [ "//third_party/libva:libva_config" ]
381 } 381 }
382 382
383 if (is_android) { 383 if (is_android) {
384 sources += [ "android_video_decode_accelerator_unittest.cc" ] 384 sources += [ "android_video_decode_accelerator_unittest.cc" ]
385 deps += [ 385 deps += [
386 "//gpu:test_support", 386 "//gpu:test_support",
387 "//media/base/android", 387 "//media/base/android",
388 "//media/base/android:media_java", 388 "//media/base/android:media_java",
389 "//media/capture/video/android:capture_java", 389 "//media/capture/video/android:capture_java",
390 "//mojo/public/c/system:for_shared_library",
391 "//testing/gmock", 390 "//testing/gmock",
392 "//ui/android:ui_java", 391 "//ui/android:ui_java",
393 ] 392 ]
394 } else { 393 } else {
395 sources += [ 394 sources += [
396 "rendering_helper.cc", 395 "rendering_helper.cc",
397 "rendering_helper.h", 396 "rendering_helper.h",
398 "video_decode_accelerator_unittest.cc", 397 "video_decode_accelerator_unittest.cc",
399 ] 398 ]
400 deps += [ 399 deps += [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "video_encode_accelerator_unittest.cc", 446 "video_encode_accelerator_unittest.cc",
448 ] 447 ]
449 if (use_x11) { 448 if (use_x11) {
450 deps += [ "//ui/gfx/x" ] 449 deps += [ "//ui/gfx/x" ]
451 } 450 }
452 if (use_ozone) { 451 if (use_ozone) {
453 deps += [ "//ui/ozone" ] 452 deps += [ "//ui/ozone" ]
454 } 453 }
455 } 454 }
456 } 455 }
OLDNEW
« no previous file with comments | « mash/example/window_type_launcher/BUILD.gn ('k') | media/mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698