diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 01:48:52 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 01:48:52 +0000 |
commit | 73c9fd0c41a31aab0be7a31e173f3a90f7b588f7 (patch) | |
tree | 0becd035d0e5424fc115a5e84d3b86cf218fe648 /athena/screen/DEPS | |
parent | eab395117ab90f0a26b2c0335c3619e459973fe6 (diff) | |
download | chromium_src-73c9fd0c41a31aab0be7a31e173f3a90f7b588f7.zip chromium_src-73c9fd0c41a31aab0be7a31e173f3a90f7b588f7.tar.gz chromium_src-73c9fd0c41a31aab0be7a31e173f3a90f7b588f7.tar.bz2 |
Cleanups for aura/test/event_generator.h (resolve TODOs)
Some purely mechanical changes left over from r283694, now that
aura::test::EventGenerator has moved to ui::test in src/ui/events.
Moves aura/test/event_generator.* to event_generator_delegate_aura.*
Removes `using ui::test::EventGenerator;` declaration and redirects
includes that don't extend the delegate to include the ui/test
event_generator.h directly
BUG=378134
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285209
Review URL: https://codereview.chromium.org/406413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'athena/screen/DEPS')
-rw-r--r-- | athena/screen/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/athena/screen/DEPS b/athena/screen/DEPS index 0dbb68d..2497d27 100644 --- a/athena/screen/DEPS +++ b/athena/screen/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+athena/input/public", "+ui/aura", "+ui/compositor", + "+ui/events", "+ui/gfx", "+ui/views", "+ui/wm", |