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

Side by Side Diff: content/shell/DEPS

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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/shell/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('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 "+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 10 matching lines...) Expand all
21 21
22 # The content_shell for aura must work with the views and aura 22 # The content_shell for aura must work with the views and aura
23 "+ui/aura", 23 "+ui/aura",
24 "+ui/views", 24 "+ui/views",
25 25
26 # Content Shell can depend on more components than content/, since: 26 # Content Shell can depend on more components than content/, since:
27 # 1) it's an example browser 27 # 1) it's an example browser
28 # 2) it's not linked into the content library 28 # 2) it's not linked into the content library
29 "+components/crash", 29 "+components/crash",
30 "+components/url_formatter", 30 "+components/url_formatter",
31
32 # For the Mus service and demo to run on Android.
33 "+services/ui",
34 "+ui/platform_window/android",
31 ] 35 ]
32 36
33 specific_include_rules = { 37 specific_include_rules = {
34 "shell_views\.cc": [ 38 "shell_views\.cc": [
35 "+ui/wm/test" 39 "+ui/wm/test"
36 ], 40 ],
37 } 41 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698