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

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

Issue 2147333002: Re-reland: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: diff (attempt to fix GYP) 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "//build/config:precompiled_headers", 441 "//build/config:precompiled_headers",
442 "//build/config/compiler:no_size_t_to_int_warning", 442 "//build/config/compiler:no_size_t_to_int_warning",
443 ] 443 ]
444 444
445 deps = [ 445 deps = [
446 ":browsertest_base", 446 ":browsertest_base",
447 ":browsertest_support", 447 ":browsertest_support",
448 ":content_test_mojo_bindings", 448 ":content_test_mojo_bindings",
449 ":web_ui_test_mojo_bindings", 449 ":web_ui_test_mojo_bindings",
450 "//base/test:test_support", 450 "//base/test:test_support",
451 "//components/memory_coordinator/browser",
451 "//components/scheduler", 452 "//components/scheduler",
452 "//content:resources", 453 "//content:resources",
453 "//content/app:both_for_content_tests", 454 "//content/app:both_for_content_tests",
454 "//content/browser:for_content_tests", 455 "//content/browser:for_content_tests",
455 "//content/browser/background_sync:background_sync_proto", 456 "//content/browser/background_sync:background_sync_proto",
456 "//content/common:mojo_bindings", 457 "//content/common:mojo_bindings",
457 "//content/gpu", 458 "//content/gpu",
458 "//content/public/browser", 459 "//content/public/browser",
459 "//content/public/child", 460 "//content/public/child",
460 "//content/public/common", 461 "//content/public/common",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 fuzzer_test("renderer_fuzzer") { 923 fuzzer_test("renderer_fuzzer") {
923 sources = [ 924 sources = [
924 "renderer_fuzzer.cc", 925 "renderer_fuzzer.cc",
925 ] 926 ]
926 deps = [ 927 deps = [
927 ":test_support", 928 ":test_support",
928 "//content/shell:content_shell_lib", 929 "//content/shell:content_shell_lib",
929 ] 930 ]
930 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict" 931 dict = "data/fuzzer_dictionaries/renderer_fuzzer.dict"
931 } 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