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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/DEPS

Issue 2969253002: Remove components/variations include from blink test. (Closed)
Patch Set: Created 3 years, 5 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 include_rules = [ 1 include_rules = [
2 "+base/atomic_sequence_num.h", 2 "+base/atomic_sequence_num.h",
3 "+base/atomicops.h", 3 "+base/atomicops.h",
4 "+base/bind_helpers.h", 4 "+base/bind_helpers.h",
5 "+base/callback.h", 5 "+base/callback.h",
6 "+base/cancelable_callback.h", 6 "+base/cancelable_callback.h",
7 "+base/command_line.h", 7 "+base/command_line.h",
8 "+base/compiler_specific.h", 8 "+base/compiler_specific.h",
9 "+base/debug/stack_trace.h", 9 "+base/debug/stack_trace.h",
10 "+base/debug/task_annotator.h", 10 "+base/debug/task_annotator.h",
(...skipping 11 matching lines...) Expand all
22 "+base/single_thread_task_runner.h", 22 "+base/single_thread_task_runner.h",
23 "+base/strings/string_number_conversions.h", 23 "+base/strings/string_number_conversions.h",
24 "+base/synchronization/lock.h", 24 "+base/synchronization/lock.h",
25 "+base/threading/platform_thread.h", 25 "+base/threading/platform_thread.h",
26 "+base/threading/thread.h", 26 "+base/threading/thread.h",
27 "+base/threading/thread_checker.h", 27 "+base/threading/thread_checker.h",
28 ] 28 ]
29 29
30 specific_include_rules = { 30 specific_include_rules = {
31 ".*test\.cc": [ 31 ".*test\.cc": [
32 "+base/metrics/field_trial_param_associator.h",
32 "+testing", 33 "+testing",
33 "+components/variations/variations_associated_data.h",
34 ], 34 ],
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698