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

Side by Side Diff: components/scheduler/BUILD.gn

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure blame context is initialized early enough Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/scheduler/base/task_queue.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # GYP version: components/scheduler.gypi:scheduler 5 # GYP version: components/scheduler.gypi:scheduler
6 component("scheduler") { 6 component("scheduler") {
7 sources = [ 7 sources = [
8 "base/cancelable_closure_holder.cc", 8 "base/cancelable_closure_holder.cc",
9 "base/cancelable_closure_holder.h", 9 "base/cancelable_closure_holder.h",
10 "base/enqueue_order.cc", 10 "base/enqueue_order.cc",
11 "base/enqueue_order.h", 11 "base/enqueue_order.h",
12 "base/lazy_now.cc", 12 "base/lazy_now.cc",
13 "base/lazy_now.h", 13 "base/lazy_now.h",
14 "base/pollable_thread_safe_flag.cc", 14 "base/pollable_thread_safe_flag.cc",
15 "base/pollable_thread_safe_flag.h", 15 "base/pollable_thread_safe_flag.h",
16 "base/real_time_domain.cc", 16 "base/real_time_domain.cc",
17 "base/real_time_domain.h", 17 "base/real_time_domain.h",
18 "base/task_queue.cc",
19 "base/task_queue.h", 18 "base/task_queue.h",
20 "base/task_queue_impl.cc", 19 "base/task_queue_impl.cc",
21 "base/task_queue_impl.h", 20 "base/task_queue_impl.h",
22 "base/task_queue_manager.cc", 21 "base/task_queue_manager.cc",
23 "base/task_queue_manager.h", 22 "base/task_queue_manager.h",
24 "base/task_queue_manager_delegate.h", 23 "base/task_queue_manager_delegate.h",
25 "base/task_queue_selector.cc", 24 "base/task_queue_selector.cc",
26 "base/task_queue_selector.h", 25 "base/task_queue_selector.h",
27 "base/time_domain.cc", 26 "base/time_domain.cc",
28 "base/time_domain.h", 27 "base/time_domain.h",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 sources = [ 163 sources = [
165 "test/lazy_scheduler_message_loop_delegate_for_tests.cc", 164 "test/lazy_scheduler_message_loop_delegate_for_tests.cc",
166 "test/lazy_scheduler_message_loop_delegate_for_tests.h", 165 "test/lazy_scheduler_message_loop_delegate_for_tests.h",
167 ] 166 ]
168 167
169 public_deps = [ 168 public_deps = [
170 ":scheduler", 169 ":scheduler",
171 "//base", 170 "//base",
172 ] 171 ]
173 } 172 }
OLDNEW
« no previous file with comments | « no previous file | components/scheduler/base/task_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698