Commit 5322218a authored by ben@chromium.org's avatar ben@chromium.org

Tighten up the DEPS file in aura to prevent inclusion of higher level bits of ui/

BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10272027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134713 0039d316-1c4b-4281-b951-d872f2087c98
parent 66d074f6
...@@ -2,5 +2,7 @@ include_rules = [ ...@@ -2,5 +2,7 @@ include_rules = [
"+grit/ui_resources.h", "+grit/ui_resources.h",
"+grit/ui_strings.h", "+grit/ui_strings.h",
"+skia/ext", "+skia/ext",
"+ui", "+ui/base",
"+ui/gfx",
"+ui/ui_controls", # this should probably move into a DEPS file under test.
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment