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

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

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "//third_party/WebKit/public:test_support", 57 "//third_party/WebKit/public:test_support",
58 ] 58 ]
59 deps = [ 59 deps = [
60 ":content_test_mojo_bindings", 60 ":content_test_mojo_bindings",
61 "//base/third_party/dynamic_annotations", 61 "//base/third_party/dynamic_annotations",
62 "//cc:test_support", 62 "//cc:test_support",
63 "//cc/blink", 63 "//cc/blink",
64 "//cc/ipc", 64 "//cc/ipc",
65 "//cc/surfaces", 65 "//cc/surfaces",
66 "//components/display_compositor", 66 "//components/display_compositor",
67 "//components/scheduler:scheduler",
68 "//components/scheduler:test_support",
69 "//content/app:both_for_content_tests", 67 "//content/app:both_for_content_tests",
70 "//content/browser:for_content_tests", 68 "//content/browser:for_content_tests",
71 "//content/browser/speech/proto", 69 "//content/browser/speech/proto",
72 "//content/child:for_content_tests", 70 "//content/child:for_content_tests",
73 "//content/gpu", 71 "//content/gpu",
74 "//content/public/browser", 72 "//content/public/browser",
75 "//content/public/child", 73 "//content/public/child",
76 "//content/public/renderer", 74 "//content/public/renderer",
77 "//content/public/utility", 75 "//content/public/utility",
78 "//content/renderer:for_content_tests", 76 "//content/renderer:for_content_tests",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 288
291 sources = 289 sources =
292 rebase_path(content_tests_gypi_values.layouttest_support_content_sources, 290 rebase_path(content_tests_gypi_values.layouttest_support_content_sources,
293 ".", 291 ".",
294 "//content") 292 "//content")
295 293
296 deps = [ 294 deps = [
297 ":test_support", 295 ":test_support",
298 "//cc", 296 "//cc",
299 "//cc/blink", 297 "//cc/blink",
300 "//components/scheduler:test_support",
301 "//components/test_runner:test_runner", 298 "//components/test_runner:test_runner",
302 "//content/browser:for_content_tests", 299 "//content/browser:for_content_tests",
303 "//content/child:for_content_tests", 300 "//content/child:for_content_tests",
304 "//content/public/common", 301 "//content/public/common",
305 "//content/renderer:for_content_tests", 302 "//content/renderer:for_content_tests",
306 "//device/bluetooth", 303 "//device/bluetooth",
307 "//skia", 304 "//skia",
308 "//ui/accessibility:ax_gen", 305 "//ui/accessibility:ax_gen",
309 "//v8", 306 "//v8",
310 ] 307 ]
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ] 416 ]
420 417
421 deps = [ 418 deps = [
422 ":browsertest_support", 419 ":browsertest_support",
423 ":content_test_mojo_bindings", 420 ":content_test_mojo_bindings",
424 ":layouttest_support", 421 ":layouttest_support",
425 ":test_support", 422 ":test_support",
426 ":web_ui_test_mojo_bindings", 423 ":web_ui_test_mojo_bindings",
427 "//base/test:test_support", 424 "//base/test:test_support",
428 "//components/memory_coordinator/browser", 425 "//components/memory_coordinator/browser",
429 "//components/scheduler",
430 "//content:resources", 426 "//content:resources",
431 "//content/app:both_for_content_tests", 427 "//content/app:both_for_content_tests",
432 "//content/browser:for_content_tests", 428 "//content/browser:for_content_tests",
433 "//content/browser/background_sync:background_sync_proto", 429 "//content/browser/background_sync:background_sync_proto",
434 "//content/child:for_content_tests", 430 "//content/child:for_content_tests",
435 "//content/common:mojo_bindings", 431 "//content/common:mojo_bindings",
436 "//content/gpu", 432 "//content/gpu",
437 "//content/public/browser", 433 "//content/public/browser",
438 "//content/public/child", 434 "//content/public/child",
439 "//content/public/common", 435 "//content/public/common",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 deps = [ 622 deps = [
627 ":content_test_mojo_bindings", 623 ":content_test_mojo_bindings",
628 ":test_support", 624 ":test_support",
629 "//base/test:test_support", 625 "//base/test:test_support",
630 "//base/third_party/dynamic_annotations", 626 "//base/third_party/dynamic_annotations",
631 "//cc", 627 "//cc",
632 "//cc:test_support", 628 "//cc:test_support",
633 "//cc/ipc", 629 "//cc/ipc",
634 "//cc/surfaces", 630 "//cc/surfaces",
635 "//components/display_compositor", 631 "//components/display_compositor",
636 "//components/scheduler",
637 "//content:resources", 632 "//content:resources",
638 "//content/app:both_for_content_tests", 633 "//content/app:both_for_content_tests",
639 "//content/browser:for_content_tests", 634 "//content/browser:for_content_tests",
640 "//content/browser/cache_storage:cache_storage_proto", 635 "//content/browser/cache_storage:cache_storage_proto",
641 "//content/browser/notifications:notification_proto", 636 "//content/browser/notifications:notification_proto",
642 "//content/browser/service_worker:service_worker_proto", 637 "//content/browser/service_worker:service_worker_proto",
643 "//content/browser/speech/proto", 638 "//content/browser/speech/proto",
644 "//content/child:for_content_tests", 639 "//content/child:for_content_tests",
645 "//content/common:mojo_bindings", 640 "//content/common:mojo_bindings",
646 "//content/gpu", 641 "//content/gpu",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 if (is_android) { 896 if (is_android) {
902 deps += [ "//testing/android/native_test:native_test_native_code" ] 897 deps += [ "//testing/android/native_test:native_test_native_code" ]
903 } 898 }
904 } 899 }
905 900
906 group("fuzzers") { 901 group("fuzzers") {
907 deps = [ 902 deps = [
908 "//content/test/fuzzer", 903 "//content/test/fuzzer",
909 ] 904 ]
910 } 905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698