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

Side by Side Diff: chrome/browser/android/DEPS

Issue 262543002: android: add ThumbnailCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codec
Patch Set: separate into multiple files Created 6 years, 6 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 "+components/web_contents_delegate_android", 2 "+components/web_contents_delegate_android",
3 ] 3 ]
4 specific_include_rules = {
5 "thumbnail_impl\.cc": [
6 "+third_party/android_opengl/etc1",
7 "+cc/resources",
8 ],
9 "thumbnail\.h": [
10 "+cc/resources",
11 ],
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698