diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 20:26:46 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 20:26:46 +0000 |
commit | 48dea153e61257611ed56ccf0b2d8402e647b1ea (patch) | |
tree | fed248e1210c9e6816d8c10c6fa4705fc74d1a86 /content/shell/DEPS | |
parent | c67b8a0ff961757fd9d390757e4c27f7a0536890 (diff) | |
download | chromium_src-48dea153e61257611ed56ccf0b2d8402e647b1ea.zip chromium_src-48dea153e61257611ed56ccf0b2d8402e647b1ea.tar.gz chromium_src-48dea153e61257611ed56ccf0b2d8402e647b1ea.tar.bz2 |
Move aura shared and desktop classes to the views target. Note that the files don't actually move, that'll come later. I'm just moving them from one target to another.
http://crbug.com/158115
R=scottmg@chromium.org
TBR=jam@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=165719
Review URL: https://codereview.chromium.org/11368010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 64bcfea..b7fd438 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -19,6 +19,8 @@ include_rules = [ # The content_shell for aura must work with the views and aura "+ui/aura", "+ui/views", + # Ash is needed for ScreenAsh on ChromeOS. + "+ash", # For WebTestRunner library "+third_party/WebKit/Tools/DumpRenderTree/chromium/TestRunner/public", |