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

Unified Diff: components/BUILD.gn

Issue 1374653003: scheduler: Add a base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn clobber build. Created 5 years, 3 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 | « no previous file | 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 a9cff1c9c7cd95d5eccab716b39d7a4be092bcba..75239e6dfcbadc02c1baaf590ff2edf929376042 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -576,7 +576,9 @@ test("components_browsertests") {
test("components_perftests") {
sources = [
- "scheduler/child/task_queue_manager_perftest.cc",
+ "scheduler/base/nestable_task_runner_for_test.cc",
+ "scheduler/base/nestable_task_runner_for_test.h",
+ "scheduler/base/task_queue_manager_perftest.cc",
"visitedlink/test/visitedlink_perftest.cc",
]
« no previous file with comments | « no previous file | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698