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

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

Issue 2143353004: Revert of Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/renderer/render_thread_impl.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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "//build/config:precompiled_headers", 442 "//build/config:precompiled_headers",
443 "//build/config/compiler:no_size_t_to_int_warning", 443 "//build/config/compiler:no_size_t_to_int_warning",
444 ] 444 ]
445 445
446 deps = [ 446 deps = [
447 ":browsertest_base", 447 ":browsertest_base",
448 ":browsertest_support", 448 ":browsertest_support",
449 ":content_test_mojo_bindings", 449 ":content_test_mojo_bindings",
450 ":web_ui_test_mojo_bindings", 450 ":web_ui_test_mojo_bindings",
451 "//base/test:test_support", 451 "//base/test:test_support",
452 "//components/memory_coordinator/browser",
453 "//components/scheduler", 452 "//components/scheduler",
454 "//content:resources", 453 "//content:resources",
455 "//content/app:both_for_content_tests", 454 "//content/app:both_for_content_tests",
456 "//content/browser:for_content_tests", 455 "//content/browser:for_content_tests",
457 "//content/browser/background_sync:background_sync_proto", 456 "//content/browser/background_sync:background_sync_proto",
458 "//content/common:mojo_bindings", 457 "//content/common:mojo_bindings",
459 "//content/gpu", 458 "//content/gpu",
460 "//content/public/browser", 459 "//content/public/browser",
461 "//content/public/child", 460 "//content/public/child",
462 "//content/public/common", 461 "//content/public/common",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 fuzzer_test("renderer_fuzzer") { 923 fuzzer_test("renderer_fuzzer") {
925 sources = [ 924 sources = [
926 "renderer_fuzzer.cc", 925 "renderer_fuzzer.cc",
927 ] 926 ]
928 deps = [ 927 deps = [
929 ":test_support", 928 ":test_support",
930 "//content/shell:content_shell_lib", 929 "//content/shell:content_shell_lib",
931 ] 930 ]
932 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" 931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
933 } 932 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698