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

Side by Side Diff: content/shell/DEPS

Issue 1900903002: Fix content/shell including internals of content for service worker test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gin/public", 2 "+gin/public",
3 "+gin/v8_initializer.h", 3 "+gin/v8_initializer.h",
4 "+v8/include", 4 "+v8/include",
5 5
6 # For chromeos build config 6 # For chromeos build config
7 "+chromeos/dbus", 7 "+chromeos/dbus",
8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown.
9 9
10 # The content_shell is the canonical sample embedder, so it only uses 10 # The content_shell is the canonical sample embedder, so it only uses
(...skipping 27 matching lines...) Expand all
38 "+media/mojo/services", 38 "+media/mojo/services",
39 ] 39 ]
40 40
41 specific_include_rules = { 41 specific_include_rules = {
42 "shell_views\.cc": [ 42 "shell_views\.cc": [
43 "+ui/wm/test" 43 "+ui/wm/test"
44 ], 44 ],
45 "content_browser_tests_android\.cc": [ 45 "content_browser_tests_android\.cc": [
46 "+media/base" 46 "+media/base"
47 ], 47 ],
48 # Test hook.
49 "shell_mojo_test_utils_android\.cc": [
50 "+content/browser/mojo",
51 "+content/common/mojo",
52 ],
53 } 48 }
OLDNEW
« no previous file with comments | « content/public/common/service_registry.h ('k') | content/shell/browser/shell_mojo_test_utils_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698