summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 21:23:07 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-23 21:23:07 +0000
commit474256c05f918b089502cad3f55be862c95cf6ac (patch)
tree171e3f6efe1f518c9ee42786d18b4e52847efc54 /chrome/DEPS
parent521ff2402cf238c0d6b3ec156f35add7f431a368 (diff)
downloadchromium_src-474256c05f918b089502cad3f55be862c95cf6ac.zip
chromium_src-474256c05f918b089502cad3f55be862c95cf6ac.tar.gz
chromium_src-474256c05f918b089502cad3f55be862c95cf6ac.tar.bz2
Add icons support for Mac platform apps
This change adds support for settings icons for Mac platform apps. BUG=112651 TEST= Review URL: https://chromiumcodereview.appspot.com/9374046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS9
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index c9dfbbe..eb0cc95 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -37,10 +37,11 @@ include_rules = [
"+webkit/quota",
# Allow inclusion of third-party code:
- "+third_party/mozilla", # Mozilla interface headers.
- "+third_party/npapi", # NPAPI interface headers.
- "+third_party/tcmalloc", # tcmallo
- "+third_party/GTM", # Google Toolbox for Mac.
+ "+third_party/icon_family", # IconFamily for Mac.
+ "+third_party/mozilla", # Mozilla interface headers.
+ "+third_party/npapi", # NPAPI interface headers.
+ "+third_party/tcmalloc", # tcmallo
+ "+third_party/GTM", # Google Toolbox for Mac.
"+ui",
]