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

Unified Diff: components/enhanced_bookmarks/DEPS

Issue 305963004: Add GetStoreSize() to ImageStore to know the actual db size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: size += bitmap.getSize(); Created 6 years, 7 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 | « no previous file | components/enhanced_bookmarks/image_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/enhanced_bookmarks/DEPS
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS
index 34abc9901577d7b75a7754b2d1fbbe0f190fdff0..b3cce4858a85d618f912a2a1ba5b621b910d74dc 100644
--- a/components/enhanced_bookmarks/DEPS
+++ b/components/enhanced_bookmarks/DEPS
@@ -8,4 +8,7 @@ specific_include_rules = {
"image_store_unittest\.cc": [
"+third_party/skia"
],
+ "test_image_store\.cc": [
+ "+third_party/skia"
+ ],
}
« no previous file with comments | « no previous file | components/enhanced_bookmarks/image_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698