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

Side by Side Diff: content/shell/DEPS

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing #ifdef in V8Initializer::Initialize. Created 5 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 "+v8/include", 4 "+v8/include",
4 5
5 # For chromeos build config 6 # For chromeos build config
6 "+chromeos/dbus", 7 "+chromeos/dbus",
7 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown. 8 "+device/bluetooth", # BluetoothAdapterFactory::Shutdown.
8 9
9 # 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
10 # content's public API. 11 # content's public API.
11 "+content/app/strings/grit", # For generated headers 12 "+content/app/strings/grit", # For generated headers
12 "+content/public", 13 "+content/public",
(...skipping 21 matching lines...) Expand all
34 ], 35 ],
35 "content_browser_tests_android\.cc": [ 36 "content_browser_tests_android\.cc": [
36 "+media/base" 37 "+media/base"
37 ], 38 ],
38 # Test hook. 39 # Test hook.
39 "shell_mojo_test_utils_android\.cc": [ 40 "shell_mojo_test_utils_android\.cc": [
40 "+content/browser/mojo", 41 "+content/browser/mojo",
41 "+content/common/mojo", 42 "+content/common/mojo",
42 ], 43 ],
43 } 44 }
OLDNEW
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698