diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-09 04:11:45 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-09 04:11:45 +0000 |
commit | 0039db9b4f365a4c6b1bbd72b4ca4e2aeb65c354 (patch) | |
tree | 5a50f8caa29ce4038da05b20f18161887c3c8fc3 /ui/app_list/DEPS | |
parent | eb951d02de207130faca3a648d481108c97a8525 (diff) | |
download | chromium_src-0039db9b4f365a4c6b1bbd72b4ca4e2aeb65c354.zip chromium_src-0039db9b4f365a4c6b1bbd72b4ca4e2aeb65c354.tar.gz chromium_src-0039db9b4f365a4c6b1bbd72b4ca4e2aeb65c354.tar.bz2 |
Move app list from ash to ui.
The goal is to make app list an independent component so that it could be reused in elsewhere.
BUG=none.
TEST=none.
Review URL: https://chromiumcodereview.appspot.com/10388032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/DEPS')
-rw-r--r-- | ui/app_list/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app_list/DEPS b/ui/app_list/DEPS new file mode 100644 index 0000000..428414c --- /dev/null +++ b/ui/app_list/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+base", + "+ui", + "+testing", + "+third_party/skia", +] |