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

Unified Diff: chrome/chrome_browser.gypi

Issue 262543002: android: add ThumbnailCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codec
Patch Set: added DEPS file Created 6 years, 5 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
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail_store.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index c31246a6aacadd050b2a343f26f6e3d91d7eb8f0..73324664dbd9e240f69a191a83f6626daccdcd5e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -99,6 +99,10 @@
'browser/android/tab_android.cc',
'browser/android/tab_android.h',
'browser/android/tab_load_status.h',
+ 'browser/android/thumbnail/thumbnail.cc',
+ 'browser/android/thumbnail/thumbnail.h',
+ 'browser/android/thumbnail/thumbnail_store.cc',
+ 'browser/android/thumbnail/thumbnail_store.h',
'browser/android/uma_bridge.cc',
'browser/android/uma_bridge.h',
'browser/android/uma_utils.cc',
@@ -3260,6 +3264,7 @@
'dependencies': [
'../components/components.gyp:cdm_browser',
'../components/components.gyp:web_contents_delegate_android',
+ '../third_party/android_opengl/etc1/etc1.gyp:etc1',
'chrome_browser_jni_headers',
],
'dependencies!': [
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail_store.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698