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

Side by Side Diff: content/test/DEPS

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 years, 10 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 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/leveldb", 4 "+components/leveldb",
5 "+components/scheduler/renderer", 5 "+components/scheduler/renderer",
6 "+components/scheduler/test", 6 "+components/scheduler/test",
7 7
8 "+cc/blink", 8 "+cc/blink",
9 "+chromeos/audio", # For WebRTC tests. 9 "+chromeos/audio", # For WebRTC tests.
10 # Testing utilities can access anything in content/ 10 # Testing utilities can access anything in content/
11 "+content", 11 "+content",
12 "+device/bluetooth", # For WebBluetooth tests 12 "+device/bluetooth", # For WebBluetooth tests
13 # For loading V8's initial snapshot from external files. 13 # For loading V8's initial snapshot from external files.
14 "+gin/v8_initializer.h", 14 "+gin/v8_initializer.h",
15 "+services/catalog", 15 "+services/catalog",
16 "+ui/base/resource/data_pack.h", 16 "+ui/base/resource/data_pack.h",
17 "+ui/base/resource/resource_bundle.h", 17 "+ui/base/resource/resource_bundle.h",
18 "!v8/include/v8.h", 18 "!v8/include/v8.h",
19 ] 19 ]
20 20
21 specific_include_rules = { 21 specific_include_rules = {
22 "layouttest_support.cc": [ 22 "layouttest_support.cc": [
23 "+components/test_runner", 23 "+content/shell/test_runner",
24 "+content/shell/common/shell_switches.h", 24 "+content/shell/common/shell_switches.h",
25 "+services/ui/public/cpp/gpu", 25 "+services/ui/public/cpp/gpu",
26 ], 26 ],
27 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698