summaryrefslogtreecommitdiffstats
path: root/ui/app_list/DEPS
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 02:26:56 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-07 02:26:56 +0000
commit1233572cc709dabbd9f39004d0a6f630361f0800 (patch)
tree76c871836a7bd09470883755b17b6f61cfeeae3c /ui/app_list/DEPS
parenteac5bc9fe37b482ab109666e16ab057e95cc8703 (diff)
downloadchromium_src-1233572cc709dabbd9f39004d0a6f630361f0800.zip
chromium_src-1233572cc709dabbd9f39004d0a6f630361f0800.tar.gz
chromium_src-1233572cc709dabbd9f39004d0a6f630361f0800.tar.bz2
Revert 140878 - cleanup: Remove applist v1 code.
- Remove obsolete v1 code and test; - Grid rid of selected_ in AppListItemModel and solely use selected_item_index_ in AppsGridView; - Fix a bug that highlighted item might not be visible and add test to cover it; - Update DEPS; BUG=125964 TEST=Verify app list always show up as bubble and app_list_unittests should pass. Review URL: https://chromiumcodereview.appspot.com/10533032 TBR=xiyuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10536046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140935 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/DEPS')
-rw-r--r--ui/app_list/DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app_list/DEPS b/ui/app_list/DEPS
index 376f8b4..428414c 100644
--- a/ui/app_list/DEPS
+++ b/ui/app_list/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+base",
- "+skia",
- "+third_party/skia",
"+ui",
+ "+testing",
+ "+third_party/skia",
]