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

Side by Side Diff: content/shell/DEPS

Issue 1129643002: Moved media mime type and codec checks to media/base/mime_util.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 5 years, 7 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 11 matching lines...) Expand all
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 "+components/crash", 26 "+components/crash",
27 "+components/devtools_discovery", 27 "+components/devtools_discovery",
28 "+components/devtools_http_handler", 28 "+components/devtools_http_handler",
29 29
30 # For enabling media related features. 30 # For enabling media related features.
31 "+media/base/media_switches.h", 31 "+media/base/media_switches.h",
32
33 # For media::RemoveProprietaryMediaTypesAndCodecsForTests.
34 "+media/base/mime_util.h",
32 ] 35 ]
33 36
34 specific_include_rules = { 37 specific_include_rules = {
35 "shell_views\.cc": [ 38 "shell_views\.cc": [
36 "+ui/wm/test" 39 "+ui/wm/test"
37 ], 40 ],
38 "content_browser_tests_android\.cc": [ 41 "content_browser_tests_android\.cc": [
39 "+media/base" 42 "+media/base"
40 ], 43 ],
41 # Test hook. 44 # Test hook.
42 "shell_mojo_test_utils_android\.cc": [ 45 "shell_mojo_test_utils_android\.cc": [
43 "+content/browser/mojo", 46 "+content/browser/mojo",
44 "+content/common/mojo", 47 "+content/common/mojo",
45 ], 48 ],
46 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698