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

Side by Side Diff: content/test/BUILD.gn

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: style: auto must not deduce to raw pointer 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
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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 "//media", 731 "//media",
732 "//media:test_support", 732 "//media:test_support",
733 "//media/audio:test_support", 733 "//media/audio:test_support",
734 "//media/base:test_support", 734 "//media/base:test_support",
735 "//mojo/edk/system", 735 "//mojo/edk/system",
736 "//mojo/public/cpp/bindings", 736 "//mojo/public/cpp/bindings",
737 "//mojo/public/js", 737 "//mojo/public/js",
738 "//net:test_support", 738 "//net:test_support",
739 "//ppapi/features", 739 "//ppapi/features",
740 "//services/catalog:lib", 740 "//services/catalog:lib",
741 "//services/resource_coordinator:lib",
741 "//services/service_manager/public/cpp", 742 "//services/service_manager/public/cpp",
742 "//services/ui/public/cpp/gpu", 743 "//services/ui/public/cpp/gpu",
743 "//storage/browser", 744 "//storage/browser",
744 "//testing/gmock", 745 "//testing/gmock",
745 "//testing/gtest", 746 "//testing/gtest",
746 "//third_party/WebKit/public:blink", 747 "//third_party/WebKit/public:blink",
747 "//third_party/leveldatabase", 748 "//third_party/leveldatabase",
748 "//third_party/mesa:osmesa", 749 "//third_party/mesa:osmesa",
749 "//third_party/zlib", 750 "//third_party/zlib",
750 "//ui/accessibility", 751 "//ui/accessibility",
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 if (is_android) { 1821 if (is_android) {
1821 deps += [ "//testing/android/native_test:native_test_native_code" ] 1822 deps += [ "//testing/android/native_test:native_test_native_code" ]
1822 } 1823 }
1823 } 1824 }
1824 1825
1825 group("fuzzers") { 1826 group("fuzzers") {
1826 deps = [ 1827 deps = [
1827 "//content/test/fuzzer", 1828 "//content/test/fuzzer",
1828 ] 1829 ]
1829 } 1830 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698