summaryrefslogtreecommitdiffstats
path: root/ui/aura/aura.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/aura.gyp')
-rw-r--r--ui/aura/aura.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 3a31af9..144069c 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -23,10 +23,11 @@
'AURA_IMPLEMENTATION',
],
'sources': [
- 'aura_constants.cc',
- 'aura_constants.h',
'aura_switches.cc',
'aura_switches.h',
+ 'client/aura_constants.cc',
+ 'client/aura_constants.h',
+ 'client/stacking_client.h',
'cursor.h',
'desktop_host.h',
'desktop_host_linux.cc',
@@ -34,7 +35,6 @@
'desktop_host_win.h',
'desktop.cc',
'desktop.h',
- 'desktop_delegate.h',
'event.cc',
'event.h',
'event_filter.cc',
@@ -71,8 +71,8 @@
'test/aura_test_base.h',
'test/event_generator.cc',
'test/event_generator.h',
- 'test/test_desktop_delegate.cc',
- 'test/test_desktop_delegate.h',
+ 'test/test_stacking_client.cc',
+ 'test/test_stacking_client.h',
'test/test_window_delegate.cc',
'test/test_window_delegate.h',
],