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

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

Issue 2734193002: memory-infra: Finish moving to Mojo (2nd attempt) (Closed)
Patch Set: rebase 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 | « content/public/common/child_process_host.h ('k') | services/resource_coordinator/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 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 "//media", 734 "//media",
735 "//media:test_support", 735 "//media:test_support",
736 "//media/audio:test_support", 736 "//media/audio:test_support",
737 "//media/base:test_support", 737 "//media/base:test_support",
738 "//mojo/edk/system", 738 "//mojo/edk/system",
739 "//mojo/public/cpp/bindings", 739 "//mojo/public/cpp/bindings",
740 "//mojo/public/js", 740 "//mojo/public/js",
741 "//net:test_support", 741 "//net:test_support",
742 "//ppapi/features", 742 "//ppapi/features",
743 "//services/catalog:lib", 743 "//services/catalog:lib",
744 "//services/resource_coordinator:lib",
744 "//services/service_manager/public/cpp", 745 "//services/service_manager/public/cpp",
745 "//services/ui/gpu/interfaces", 746 "//services/ui/gpu/interfaces",
746 "//services/ui/public/cpp/gpu", 747 "//services/ui/public/cpp/gpu",
747 "//storage/browser", 748 "//storage/browser",
748 "//testing/gmock", 749 "//testing/gmock",
749 "//testing/gtest", 750 "//testing/gtest",
750 "//third_party/WebKit/public:blink", 751 "//third_party/WebKit/public:blink",
751 "//third_party/leveldatabase", 752 "//third_party/leveldatabase",
752 "//third_party/mesa:osmesa", 753 "//third_party/mesa:osmesa",
753 "//third_party/zlib", 754 "//third_party/zlib",
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 if (is_android) { 1833 if (is_android) {
1833 deps += [ "//testing/android/native_test:native_test_native_code" ] 1834 deps += [ "//testing/android/native_test:native_test_native_code" ]
1834 } 1835 }
1835 } 1836 }
1836 1837
1837 group("fuzzers") { 1838 group("fuzzers") {
1838 deps = [ 1839 deps = [
1839 "//content/test/fuzzer", 1840 "//content/test/fuzzer",
1840 ] 1841 ]
1841 } 1842 }
OLDNEW
« no previous file with comments | « content/public/common/child_process_host.h ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698