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

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: Rebased 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
« no previous file with comments | « content/renderer/scheduler/resource_dispatch_throttler_unittest.cc ('k') | content/test/OWNERS » ('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("//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/gpu", 431 "//content/gpu",
436 "//content/public/browser", 432 "//content/public/browser",
437 "//content/public/child", 433 "//content/public/child",
438 "//content/public/common", 434 "//content/public/common",
439 "//content/public/renderer", 435 "//content/public/renderer",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 deps = [ 621 deps = [
626 ":content_test_mojo_bindings", 622 ":content_test_mojo_bindings",
627 ":test_support", 623 ":test_support",
628 "//base/test:test_support", 624 "//base/test:test_support",
629 "//base/third_party/dynamic_annotations", 625 "//base/third_party/dynamic_annotations",
630 "//cc", 626 "//cc",
631 "//cc:test_support", 627 "//cc:test_support",
632 "//cc/ipc", 628 "//cc/ipc",
633 "//cc/surfaces", 629 "//cc/surfaces",
634 "//components/display_compositor", 630 "//components/display_compositor",
635 "//components/scheduler",
636 "//content:resources", 631 "//content:resources",
637 "//content/app:both_for_content_tests", 632 "//content/app:both_for_content_tests",
638 "//content/browser:for_content_tests", 633 "//content/browser:for_content_tests",
639 "//content/browser/cache_storage:cache_storage_proto", 634 "//content/browser/cache_storage:cache_storage_proto",
640 "//content/browser/notifications:notification_proto", 635 "//content/browser/notifications:notification_proto",
641 "//content/browser/service_worker:service_worker_proto", 636 "//content/browser/service_worker:service_worker_proto",
642 "//content/browser/speech/proto", 637 "//content/browser/speech/proto",
643 "//content/child:for_content_tests", 638 "//content/child:for_content_tests",
644 "//content/gpu", 639 "//content/gpu",
645 "//content/public/browser", 640 "//content/public/browser",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 if (is_android) { 895 if (is_android) {
901 deps += [ "//testing/android/native_test:native_test_native_code" ] 896 deps += [ "//testing/android/native_test:native_test_native_code" ]
902 } 897 }
903 } 898 }
904 899
905 group("fuzzers") { 900 group("fuzzers") {
906 deps = [ 901 deps = [
907 "//content/test/fuzzer", 902 "//content/test/fuzzer",
908 ] 903 ]
909 } 904 }
OLDNEW
« no previous file with comments | « content/renderer/scheduler/resource_dispatch_throttler_unittest.cc ('k') | content/test/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698