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

Unified Diff: chrome/browser/android/DEPS

Issue 262543002: android: add ThumbnailCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codec
Patch Set: addressed comments 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/DEPS
diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS
index 20699e08ce34c73d7eb9ee3feca6f02c30d837ae..e87e76f4a26e93af9c34e709c7f1eb47ae9fcf69 100644
--- a/chrome/browser/android/DEPS
+++ b/chrome/browser/android/DEPS
@@ -1,3 +1,12 @@
include_rules = [
"+components/web_contents_delegate_android",
]
+specific_include_rules = {
+ "thumbnail_cache\.cc": [
+ "+third_party/android_opengl/etc1",
+ "+cc/resources",
+ ],
+ "thumbnail\.h": [
+ "+cc/resources",
+ ],
+}
« no previous file with comments | « no previous file | chrome/browser/android/thumbnail/lru_expiring_cache.h » ('j') | chrome/browser/android/thumbnail/thumbnail.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698