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

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

Issue 2757463004: Restrict use of GN target //media/base/android:android (Closed)
Patch Set: changes Created 3 years, 9 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/blink/BUILD.gn ('k') | no next file » | 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "avda_codec_allocator_unittest.cc", 442 "avda_codec_allocator_unittest.cc",
443 "surface_texture_gl_owner_unittest.cc", 443 "surface_texture_gl_owner_unittest.cc",
444 ] 444 ]
445 if (enable_media_codec_video_decoder) { 445 if (enable_media_codec_video_decoder) {
446 sources += [ "android/media_codec_video_decoder_unittest.cc" ] 446 sources += [ "android/media_codec_video_decoder_unittest.cc" ]
447 } 447 }
448 deps = [ 448 deps = [
449 ":gpu", 449 ":gpu",
450 "//base/test:test_support", 450 "//base/test:test_support",
451 "//gpu:test_support", 451 "//gpu:test_support",
452 "//media/base/android", 452 "//media",
453 "//testing/gmock", 453 "//testing/gmock",
454 "//testing/gtest", 454 "//testing/gtest",
455 ] 455 ]
456 } 456 }
457 } 457 }
458 458
459 if (is_chromeos || is_mac || is_win) { 459 if (is_chromeos || is_mac || is_win) {
460 test("video_encode_accelerator_unittest") { 460 test("video_encode_accelerator_unittest") {
461 deps = [ 461 deps = [
462 "//base", 462 "//base",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "//base/test:test_support", 535 "//base/test:test_support",
536 "//gpu:test_support", 536 "//gpu:test_support",
537 "//media/gpu/ipc/common", 537 "//media/gpu/ipc/common",
538 "//media/gpu/ipc/service", 538 "//media/gpu/ipc/service",
539 "//testing/gmock", 539 "//testing/gmock",
540 "//testing/gtest", 540 "//testing/gtest",
541 "//ui/gfx:test_support", 541 "//ui/gfx:test_support",
542 "//ui/gfx/geometry", 542 "//ui/gfx/geometry",
543 ] 543 ]
544 } 544 }
OLDNEW
« no previous file with comments | « media/blink/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698