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

Unified Diff: core/fxge/skia/DEPS

Issue 2064753002: add local caching for skia draws (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 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: core/fxge/skia/DEPS
diff --git a/core/fxge/skia/DEPS b/core/fxge/skia/DEPS
index 6492756b7ef48aae8a59044ec1b6cc87551d8abd..da24b1efec942a9452b0ae1a33d85f953d94d84a 100644
--- a/core/fxge/skia/DEPS
+++ b/core/fxge/skia/DEPS
@@ -1,3 +1,5 @@
include_rules = [
- '+third_party/skia/include'
+ '+fpdfsdk/include',
Lei Zhang 2016/06/29 18:53:50 This is a layering violation. core/ should not dep
caryclark 2016/06/29 19:25:40 Sounds good. If unit tests belong in core director
+ '+public',
+ '+third_party/skia/include',
]

Powered by Google App Engine
This is Rietveld 408576698