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

Unified Diff: components/BUILD.gn

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WATCHLISTS ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index c0f6ad8b14d66ea32533b97494e9e07b92e5f1f1..ee6bca2c1cf193837689fae4439067733aaeeda6 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -224,6 +224,7 @@ group("all_components") {
deps += [
"//components/app_modal",
"//components/browsing_data",
+ "//components/scheduler",
]
}
@@ -306,6 +307,10 @@ test("components_unittests") {
if (is_ios) {
deps -= [ "//components/devtools_http_handler:unit_tests" ]
}
+
+ if (!is_ios) {
+ deps += [ "//components/scheduler:unit_tests" ]
+ }
}
repack("components_tests_pak") {
@@ -379,6 +384,7 @@ test("components_browsertests") {
test("components_perftests") {
sources = [
+ "scheduler/child/task_queue_manager_perftest.cc",
"visitedlink/test/visitedlink_perftest.cc",
]
@@ -389,6 +395,7 @@ test("components_perftests") {
"//base",
"//base/test:test_support_perf",
"//testing/gtest",
+ "//testing/perf",
"//content/test:test_support",
"//components/visitedlink/browser",
]
« no previous file with comments | « WATCHLISTS ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698