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

Side by Side Diff: content/shell/DEPS

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gn check Created 4 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('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 16 matching lines...) Expand all
27 "+components/devtools_discovery", 27 "+components/devtools_discovery",
28 "+components/devtools_http_handler", 28 "+components/devtools_http_handler",
29 "+components/test_runner/layout_dump_flags.h", # POD only. 29 "+components/test_runner/layout_dump_flags.h", # POD only.
30 "+components/url_formatter", 30 "+components/url_formatter",
31 31
32 # For enabling media related features. 32 # For enabling media related features.
33 "+media/base/media_switches.h", 33 "+media/base/media_switches.h",
34 34
35 # For media::RemoveProprietaryMediaTypesAndCodecsForTests. 35 # For media::RemoveProprietaryMediaTypesAndCodecsForTests.
36 "+media/base/mime_util.h", 36 "+media/base/mime_util.h",
37
38 # For enabling mojo media services.
39 "+media/mojo/services",
37 ] 40 ]
38 41
39 specific_include_rules = { 42 specific_include_rules = {
40 "shell_views\.cc": [ 43 "shell_views\.cc": [
41 "+ui/wm/test" 44 "+ui/wm/test"
42 ], 45 ],
43 "content_browser_tests_android\.cc": [ 46 "content_browser_tests_android\.cc": [
44 "+media/base" 47 "+media/base"
45 ], 48 ],
46 # Test hook. 49 # Test hook.
47 "shell_mojo_test_utils_android\.cc": [ 50 "shell_mojo_test_utils_android\.cc": [
48 "+content/browser/mojo", 51 "+content/browser/mojo",
49 "+content/common/mojo", 52 "+content/common/mojo",
50 ], 53 ],
51 } 54 }
OLDNEW
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698