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

Side by Side Diff: content/test/DEPS

Issue 1132943002: bluetooth: Move mock creation out of BluetoothDispatcherHost to LayoutTestBluetoothAdapterProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-testing-layout-tests
Patch Set: Update documentation. Created 5 years, 7 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. 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 5
6 "+cc/blink", 6 "+cc/blink",
7 "+chromeos/audio", # For WebRTC tests. 7 "+chromeos/audio", # For WebRTC tests.
8 # Testing utilities can access anything in content/ 8 # Testing utilities can access anything in content/
9 "+content", 9 "+content",
10 "+device/bluetooth", # For WebBluetooth tests
10 # For loading V8's initial snapshot from external files. 11 # For loading V8's initial snapshot from external files.
11 "+gin/v8_initializer.h", 12 "+gin/v8_initializer.h",
12 "+media/audio", # For AudioParameters in WebRTC tests. 13 "+media/audio", # For AudioParameters in WebRTC tests.
13 "+media/base", # For ChannelLayout in WebRTC tests. 14 "+media/base", # For ChannelLayout in WebRTC tests.
14 "+ui/base/resource/data_pack.h", 15 "+ui/base/resource/data_pack.h",
15 "+ui/base/resource/resource_bundle.h", 16 "+ui/base/resource/resource_bundle.h",
16 "!v8/include/v8.h", 17 "!v8/include/v8.h",
17 ] 18 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698