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

Side by Side Diff: chrome/browser/DEPS

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specify both paths in chrome.release Created 4 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 15 matching lines...) Expand all
26 "+extensions/test", 26 "+extensions/test",
27 "+gin", 27 "+gin",
28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 28 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
29 "+google_apis", 29 "+google_apis",
30 "+google_update", 30 "+google_update",
31 "+grit", # TODO(thestig) Remove. For generated headers 31 "+grit", # TODO(thestig) Remove. For generated headers
32 "+installer_util_strings", # For generated headers 32 "+installer_util_strings", # For generated headers
33 "+jni", 33 "+jni",
34 "+media/audio", # For media audio hang monitor. 34 "+media/audio", # For media audio hang monitor.
35 "+media/base", # For media switches 35 "+media/base", # For media switches
36 "+media/cdm/cdm_paths.h",
36 "+media/midi", # For midi switches 37 "+media/midi", # For midi switches
37 "+media/mojo", # For mojo media services. 38 "+media/mojo", # For mojo media services.
38 "+mojo/converters", 39 "+mojo/converters",
39 "+mojo/runner/child", 40 "+mojo/runner/child",
40 "+services/shell/public/cpp", 41 "+services/shell/public/cpp",
41 "+policy", # For generated headers and source 42 "+policy", # For generated headers and source
42 "+ppapi/c", # For various types. 43 "+ppapi/c", # For various types.
43 "+ppapi/host", 44 "+ppapi/host",
44 "+ppapi/proxy", 45 "+ppapi/proxy",
45 "+ppapi/shared_impl", 46 "+ppapi/shared_impl",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 104 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
104 "+third_party/WebKit/public/web/WebCache.h", 105 "+third_party/WebKit/public/web/WebCache.h",
105 "+third_party/WebKit/public/web/WebContextMenuData.h", 106 "+third_party/WebKit/public/web/WebContextMenuData.h",
106 "+third_party/WebKit/public/web/WebFindOptions.h", 107 "+third_party/WebKit/public/web/WebFindOptions.h",
107 "+third_party/WebKit/public/web/WebInputEvent.h", 108 "+third_party/WebKit/public/web/WebInputEvent.h",
108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
109 "+third_party/WebKit/public/web/WebPluginAction.h", 110 "+third_party/WebKit/public/web/WebPluginAction.h",
110 "+third_party/WebKit/public/web/WebTextDirection.h", 111 "+third_party/WebKit/public/web/WebTextDirection.h",
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", 112 "+third_party/WebKit/public/web/WebWindowFeatures.h",
112 ] 113 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698