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

Side by Side Diff: android_webview/DEPS

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the findbugs warning. Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes
boliu 2014/02/20 23:43:10 Turns out joi/erikwright were added to coordinate
ycheo (away) 2014/02/21 01:25:11 Thank for letting me know this.
2 # to DEPS files under android_webview/ 2 # to DEPS files under android_webview/
3 3
4 # Do not add any includes under chrome/ anywhere in android_webview. 4 # Do not add any includes under chrome/ anywhere in android_webview.
5 5
6 include_rules = [ 6 include_rules = [
7 # lib is the top-level target, and must remain a leaf in the dependency tree. 7 # lib is the top-level target, and must remain a leaf in the dependency tree.
8 "-android_webview/lib", 8 "-android_webview/lib",
9 9
10 "+content/public/common", 10 "+content/public/common",
11 "+gpu", 11 "+gpu",
12 "+jni", 12 "+jni",
13 "+media/base/media_switches.h", # For media command line switches.
boliu 2014/02/20 23:43:10 move this to android_webview/lib/DEPS
ycheo (away) 2014/02/21 01:25:11 Done.
13 "+net", 14 "+net",
14 "+skia", 15 "+skia",
15 "+third_party/skia/include", 16 "+third_party/skia/include",
16 "+ui/android", 17 "+ui/android",
17 "+ui/base", 18 "+ui/base",
18 "+webkit", 19 "+webkit",
19 ] 20 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698