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

Side by Side Diff: android_webview/renderer/DEPS

Issue 246033002: Store SupportedCodecs in KeySystemInfo and KeySystems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android build. Created 6 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
ddorwin 2014/04/22 21:24:41 Interesting: The OWNERS inherits DEPS=* from src/.
xhwang 2014/04/23 17:29:14 ok
2 "-android_webview", 2 "-android_webview",
3 "+android_webview/common", 3 "+android_webview/common",
4 "+android_webview/renderer", 4 "+android_webview/renderer",
5 5
6 "+components/autofill/content/renderer", 6 "+components/autofill/content/renderer",
7 "+components/visitedlink/renderer", 7 "+components/visitedlink/renderer",
8 8
9 "+content/public/renderer", 9 "+content/public/renderer",
10 10
11 "+media/cdm",
12
11 "+printing", 13 "+printing",
12 14
13 "+third_party/WebKit/public/platform", 15 "+third_party/WebKit/public/platform",
14 "+third_party/WebKit/public/web", 16 "+third_party/WebKit/public/web",
15 17
16 "+third_party/widevine/cdm/widevine_cdm_common.h", 18 "+third_party/widevine/cdm/widevine_cdm_common.h",
17 19
18 "+ui/gfx", 20 "+ui/gfx",
19 "+ui/gl/gpu_memory_buffer.h", 21 "+ui/gl/gpu_memory_buffer.h",
20 ] 22 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698