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

Side by Side Diff: content/shell/DEPS

Issue 944913002: Transfer v8 snapshot files as file descriptors to child processes on Posix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix iOS Created 5 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 "+gin/public",
2 "+v8/include", 3 "+v8/include",
3 4
4 # For chromeos build config 5 # For chromeos build config
5 "+chromeos/dbus", 6 "+chromeos/dbus",
6 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. 7 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown.
7 8
8 # The content_shell is the canonical sample embedder, so it only uses 9 # The content_shell is the canonical sample embedder, so it only uses
9 # content's public API. 10 # content's public API.
10 "+content/app/strings/grit", # For generated headers 11 "+content/app/strings/grit", # For generated headers
11 "+content/public", 12 "+content/public",
(...skipping 21 matching lines...) Expand all
33 ], 34 ],
34 "content_browser_tests_android\.cc": [ 35 "content_browser_tests_android\.cc": [
35 "+media/base" 36 "+media/base"
36 ], 37 ],
37 # Test hook. 38 # Test hook.
38 "shell_mojo_test_utils_android\.cc": [ 39 "shell_mojo_test_utils_android\.cc": [
39 "+content/browser/mojo", 40 "+content/browser/mojo",
40 "+content/common/mojo", 41 "+content/common/mojo",
41 ], 42 ],
42 } 43 }
OLDNEW
« no previous file with comments | « content/public/common/content_descriptors.h ('k') | content/shell/browser/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698