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

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

Issue 2545523007: Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Created 4 years 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/renderer/render_thread_impl_browsertest.cc ('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 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 } 883 }
884 884
885 if (enable_web_speech) { 885 if (enable_web_speech) {
886 sources += [ "../browser/speech/speech_recognition_browsertest.cc" ] 886 sources += [ "../browser/speech/speech_recognition_browsertest.cc" ]
887 } 887 }
888 888
889 if (!is_chrome_branded) { 889 if (!is_chrome_branded) {
890 # These tests depend on single process mode, which is disabled 890 # These tests depend on single process mode, which is disabled
891 # in official builds. 891 # in official builds.
892 sources += [ 892 sources += [
893 "../child/child_thread_impl_browsertest.cc",
893 "../renderer/browser_render_view_browsertest.cc", 894 "../renderer/browser_render_view_browsertest.cc",
894 "../renderer/dom_serializer_browsertest.cc", 895 "../renderer/dom_serializer_browsertest.cc",
895 "../renderer/resource_fetcher_browsertest.cc", 896 "../renderer/resource_fetcher_browsertest.cc",
896 "../renderer/savable_resources_browsertest.cc", 897 "../renderer/savable_resources_browsertest.cc",
897 ] 898 ]
898 899
899 deps += [ 900 deps += [
900 "//components/discardable_memory/client", 901 "//components/discardable_memory/client",
901 "//components/discardable_memory/common", 902 "//components/discardable_memory/common",
902 "//components/discardable_memory/service", 903 "//components/discardable_memory/service",
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 if (is_android) { 1721 if (is_android) {
1721 deps += [ "//testing/android/native_test:native_test_native_code" ] 1722 deps += [ "//testing/android/native_test:native_test_native_code" ]
1722 } 1723 }
1723 } 1724 }
1724 1725
1725 group("fuzzers") { 1726 group("fuzzers") {
1726 deps = [ 1727 deps = [
1727 "//content/test/fuzzer", 1728 "//content/test/fuzzer",
1728 ] 1729 ]
1729 } 1730 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698