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

Side by Side Diff: content/test/DEPS

Issue 1152623008: scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remember the message loop binding. Created 5 years, 6 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/test/BUILD.gn ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/scheduler/renderer", 4 "+components/scheduler/renderer",
5 "+components/scheduler/test",
5 6
6 "+cc/blink", 7 "+cc/blink",
7 "+chromeos/audio", # For WebRTC tests. 8 "+chromeos/audio", # For WebRTC tests.
8 # Testing utilities can access anything in content/ 9 # Testing utilities can access anything in content/
9 "+content", 10 "+content",
10 "+device/bluetooth", # For WebBluetooth tests 11 "+device/bluetooth", # For WebBluetooth tests
11 # For loading V8's initial snapshot from external files. 12 # For loading V8's initial snapshot from external files.
12 "+gin/v8_initializer.h", 13 "+gin/v8_initializer.h",
13 "+media/audio", # For AudioParameters in WebRTC tests. 14 "+media/audio", # For AudioParameters in WebRTC tests.
14 "+media/base", # For ChannelLayout in WebRTC tests. 15 "+media/base", # For ChannelLayout in WebRTC tests.
15 "+ui/base/resource/data_pack.h", 16 "+ui/base/resource/data_pack.h",
16 "+ui/base/resource/resource_bundle.h", 17 "+ui/base/resource/resource_bundle.h",
17 "!v8/include/v8.h", 18 "!v8/include/v8.h",
18 ] 19 ]
19 20
20 specific_include_rules = { 21 specific_include_rules = {
21 "layouttest_support.cc": [ 22 "layouttest_support.cc": [
22 "+components/test_runner", 23 "+components/test_runner",
23 ], 24 ],
24 } 25 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | content/test/test_blink_web_unit_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698