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

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

Issue 2058743003: PlzNavigate: adds Linux runs of content_browsertests to the CQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates the filter file with latest failures. 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 | « no previous file | testing/buildbot/chromium.linux.json » ('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/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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 ] 413 ]
414 414
415 if (is_mac) { 415 if (is_mac) {
416 data += [ "$root_out_dir/Content Shell.app/" ] 416 data += [ "$root_out_dir/Content Shell.app/" ]
417 } 417 }
418 if (is_win) { 418 if (is_win) {
419 if (symbol_level != 0) { 419 if (symbol_level != 0) {
420 data += [ "$root_out_dir/content_browsertests.exe.pdb" ] 420 data += [ "$root_out_dir/content_browsertests.exe.pdb" ]
421 } 421 }
422 } 422 }
423 if (is_linux) {
424 data += [ "//testing/buildbot/filters/browser-side-navigation.linux.cont ent_browsertests.filter" ]
clamy 2016/06/27 12:45:12 This is different from what is done for site-isola
carlosk 2016/06/27 13:27:35 See comment #8 where dpranke@ suggests to not do t
clamy 2016/06/27 13:29:29 Acknowledged.
425 }
423 } 426 }
424 } 427 }
425 428
426 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 429 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
427 430
428 configs += [ 431 configs += [
429 "//build/config:precompiled_headers", 432 "//build/config:precompiled_headers",
430 "//build/config/compiler:no_size_t_to_int_warning", 433 "//build/config/compiler:no_size_t_to_int_warning",
431 ] 434 ]
432 435
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 910
908 fuzzer_test("renderer_fuzzer") { 911 fuzzer_test("renderer_fuzzer") {
909 sources = [ 912 sources = [
910 "renderer_fuzzer.cc", 913 "renderer_fuzzer.cc",
911 ] 914 ]
912 deps = [ 915 deps = [
913 ":test_support", 916 ":test_support",
914 "//content/shell:content_shell_lib", 917 "//content/shell:content_shell_lib",
915 ] 918 ]
916 } 919 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698