| OLD | NEW |
| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/android/config.gni") | 6 import("//build/config/android/config.gni") |
| 7 import("//build/config/arm.gni") | 7 import("//build/config/arm.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/linux/pkg_config.gni") | 9 import("//build/config/linux/pkg_config.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 "test/data/", | 682 "test/data/", |
| 683 ] | 683 ] |
| 684 | 684 |
| 685 # TODO(wolenetz): Fix size_t to int truncation in win64. | 685 # TODO(wolenetz): Fix size_t to int truncation in win64. |
| 686 # See http://crbug.com/171009 | 686 # See http://crbug.com/171009 |
| 687 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 687 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 688 | 688 |
| 689 deps = [ | 689 deps = [ |
| 690 ":media", | 690 ":media", |
| 691 ":test_support", | 691 ":test_support", |
| 692 "//base/allocator", | |
| 693 "//base/test:test_support", | 692 "//base/test:test_support", |
| 694 "//gpu:test_support", | 693 "//gpu:test_support", |
| 695 "//gpu/command_buffer/common", | 694 "//gpu/command_buffer/common", |
| 696 "//media/audio:test_support", | 695 "//media/audio:test_support", |
| 697 "//media/audio:unittests", | 696 "//media/audio:unittests", |
| 698 "//media/base:test_support", | 697 "//media/base:test_support", |
| 699 "//media/base:unittests", | 698 "//media/base:unittests", |
| 700 "//media/test:pipeline_integration_tests", | 699 "//media/test:pipeline_integration_tests", |
| 701 "//skia", # Direct dependency required to inherit config. | 700 "//skia", # Direct dependency required to inherit config. |
| 702 "//testing/gmock", | 701 "//testing/gmock", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 "//media/base:test_support", | 927 "//media/base:test_support", |
| 929 "//media/test:pipeline_integration_tests", | 928 "//media/test:pipeline_integration_tests", |
| 930 "//testing/gmock", | 929 "//testing/gmock", |
| 931 "//testing/gtest", | 930 "//testing/gtest", |
| 932 "//third_party/ffmpeg", | 931 "//third_party/ffmpeg", |
| 933 "//ui/gfx:test_support", | 932 "//ui/gfx:test_support", |
| 934 "//ui/gfx/geometry", | 933 "//ui/gfx/geometry", |
| 935 ] | 934 ] |
| 936 } | 935 } |
| 937 } | 936 } |
| OLD | NEW |