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

Side by Side Diff: media/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 | « ipc/ipc.gyp ('k') | media/cast/cast_testing_tools.gypi » ('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/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
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
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 }
OLDNEW
« no previous file with comments | « ipc/ipc.gyp ('k') | media/cast/cast_testing_tools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698