| Index: ui/aura/aura.gyp
 | 
| ===================================================================
 | 
| --- ui/aura/aura.gyp	(revision 114022)
 | 
| +++ ui/aura/aura.gyp	(working copy)
 | 
| @@ -25,6 +25,10 @@
 | 
|        'sources': [
 | 
|          'aura_switches.cc',
 | 
|          'aura_switches.h',
 | 
| +        'client/activation_client.cc',
 | 
| +        'client/activation_client.h',
 | 
| +        'client/activation_delegate.cc',
 | 
| +        'client/activation_delegate.h',
 | 
|          'client/aura_constants.cc',
 | 
|          'client/aura_constants.h',
 | 
|          'client/drag_drop_client.h',
 | 
| @@ -71,6 +75,8 @@
 | 
|          'test/aura_test_base.h',
 | 
|          'test/event_generator.cc',
 | 
|          'test/event_generator.h',
 | 
| +        'test/test_activation_client.cc',
 | 
| +        'test/test_activation_client.h',
 | 
|          'test/test_event_filter.cc',
 | 
|          'test/test_event_filter.h',
 | 
|          'test/test_stacking_client.cc',
 | 
| 
 |