diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 11:53:13 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 11:53:13 +0000 |
commit | d8e8864b7d39810c3ebab45595bc343def86de7b (patch) | |
tree | 8491f169057459f3f2f54a20a01bf9521fdd08ec /ui/app_list/DEPS | |
parent | f900ab5c21998b9b727a99176428ce3db4f617ee (diff) | |
download | chromium_src-d8e8864b7d39810c3ebab45595bc343def86de7b.zip chromium_src-d8e8864b7d39810c3ebab45595bc343def86de7b.tar.gz chromium_src-d8e8864b7d39810c3ebab45595bc343def86de7b.tar.bz2 |
Make the app list use images for the progress bar.
BUG=152854
Review URL: https://chromiumcodereview.appspot.com/12217129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/DEPS')
-rw-r--r-- | ui/app_list/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app_list/DEPS b/ui/app_list/DEPS index 4bb0b29..494c79b 100644 --- a/ui/app_list/DEPS +++ b/ui/app_list/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+skia", "+third_party/skia", "+ui", + "+grit", # Allow inclusion of third-party code: "+third_party/GTM", # Google Toolbox for Mac. |