diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-20 06:49:12 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-20 06:49:12 +0000 |
commit | c01a3358ee69a603d993ffd47def1d70b4823508 (patch) | |
tree | 0010516a7f0f98db598e5bfea74345629b2f593c /content/shell/DEPS | |
parent | 0b99515150201b93515e01b3d3a0b6398f83378d (diff) | |
download | chromium_src-c01a3358ee69a603d993ffd47def1d70b4823508.zip chromium_src-c01a3358ee69a603d993ffd47def1d70b4823508.tar.gz chromium_src-c01a3358ee69a603d993ffd47def1d70b4823508.tar.bz2 |
Revert r229671 "aura: Allow creating content_shell without views."
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder%20%28deps%29/builds/74852/steps/compile/logs/stdio
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 0943fd0..cd6dea8 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -25,7 +25,7 @@ include_rules = [ ] specific_include_rules = { - "shell_views\.cc": [ + "shell_aura\.cc": [ "+ui/shell" ], } |