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

Unified Diff: components/autofill/DEPS

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Uses format string for expiration date label. Consistently returns 0 as default (non-experiment) va… Created 4 years 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: components/autofill/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index bed4f0afd3c310a5cb7cb852b475ef52493fd06c..98e34f4968af827287aded94e0fbd7a555f955f6 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+grit", # For generated headers
"+jni",
"+net",
+ "+third_party/skia", # For SkColor in autofill_experiments
Mathieu 2016/12/01 21:59:47 nit: wouldn't necessarily say why here
csashi 2016/12/02 05:15:29 Done.
"+third_party/zlib/google",
"+ui",
# Autofill is a layered component; subdirectories must explicitly introduce

Powered by Google App Engine
This is Rietveld 408576698