diff options
author | kkimlabs <kkimlabs@chromium.org> | 2015-06-04 16:21:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-04 23:21:39 +0000 |
commit | 5bd609076d410cbaf47ec94ec61414af26134f46 (patch) | |
tree | ad50c21ff5d961485ef401edace2a7d419c9f0e4 /components/enhanced_bookmarks/DEPS | |
parent | 7d0194bc00011f70e32ba23e0864e6e4b6aafe71 (diff) | |
download | chromium_src-5bd609076d410cbaf47ec94ec61414af26134f46.zip chromium_src-5bd609076d410cbaf47ec94ec61414af26134f46.tar.gz chromium_src-5bd609076d410cbaf47ec94ec61414af26134f46.tar.bz2 |
[Android] Add enhanced bookmarks grid/list view experiment
BUG=490717
Review URL: https://codereview.chromium.org/1143153010
Cr-Commit-Position: refs/heads/master@{#332957}
Diffstat (limited to 'components/enhanced_bookmarks/DEPS')
-rw-r--r-- | components/enhanced_bookmarks/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/DEPS b/components/enhanced_bookmarks/DEPS index 114b12c..1a3fa5a 100644 --- a/components/enhanced_bookmarks/DEPS +++ b/components/enhanced_bookmarks/DEPS @@ -4,6 +4,7 @@ include_rules = [ "+components/pref_registry", "+components/signin", "+components/sync_driver", + "+components/variations", "+google_apis/gaia", "+jni", "+net", |