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

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

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 6 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/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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "//build/config:precompiled_headers", 439 "//build/config:precompiled_headers",
440 "//build/config/compiler:no_size_t_to_int_warning", 440 "//build/config/compiler:no_size_t_to_int_warning",
441 ] 441 ]
442 442
443 deps = [ 443 deps = [
444 ":browsertest_base", 444 ":browsertest_base",
445 ":browsertest_support", 445 ":browsertest_support",
446 ":content_test_mojo_bindings", 446 ":content_test_mojo_bindings",
447 ":web_ui_test_mojo_bindings", 447 ":web_ui_test_mojo_bindings",
448 "//base/test:test_support", 448 "//base/test:test_support",
449 "//components/memory_coordinator/browser",
449 "//components/scheduler", 450 "//components/scheduler",
450 "//content:resources", 451 "//content:resources",
451 "//content/app:both_for_content_tests", 452 "//content/app:both_for_content_tests",
452 "//content/browser:for_content_tests", 453 "//content/browser:for_content_tests",
453 "//content/browser/background_sync:background_sync_proto", 454 "//content/browser/background_sync:background_sync_proto",
454 "//content/common:mojo_bindings", 455 "//content/common:mojo_bindings",
455 "//content/gpu", 456 "//content/gpu",
456 "//content/public/browser", 457 "//content/public/browser",
457 "//content/public/child", 458 "//content/public/child",
458 "//content/public/common", 459 "//content/public/common",
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 918
918 fuzzer_test("renderer_fuzzer") { 919 fuzzer_test("renderer_fuzzer") {
919 sources = [ 920 sources = [
920 "renderer_fuzzer.cc", 921 "renderer_fuzzer.cc",
921 ] 922 ]
922 deps = [ 923 deps = [
923 ":test_support", 924 ":test_support",
924 "//content/shell:content_shell_lib", 925 "//content/shell:content_shell_lib",
925 ] 926 ]
926 } 927 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698