Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 47d6c63eb4867192d50820188a98e4cd398aa753..e3ddfc5527fff49d1a408e07b822fa00447853c7 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -383,18 +383,21 @@ |
'../third_party/icu/icu.gyp:icuuc', |
'../ui/aura/aura.gyp:aura', |
'../ui/aura/aura.gyp:test_support_aura', |
+ '../ui/app_list/app_list.gyp:app_list', |
'../ui/compositor/compositor.gyp:compositor', |
'../ui/compositor/compositor.gyp:compositor_test_support', |
'../ui/ui.gyp:ui', |
'../ui/ui.gyp:ui_resources', |
'../ui/ui.gyp:ui_test_support', |
'../ui/views/views.gyp:views', |
+ '../ui/views/views.gyp:views_examples_lib', |
sky
2012/08/06 21:21:22
Why are you adding this dependency?
Harry McCleave
2012/08/07 18:17:23
as discussed. (window_type_launcher can reference
|
'../ui/views/views.gyp:test_support_views', |
'ash', |
], |
'sources': [ |
'../ui/views/test/test_views_delegate.cc', |
'../ui/views/test/test_views_delegate.h', |
+ '../ui/app_list/app_list_item_model.cc', |
sky
2012/08/06 21:21:22
Why are you explicitly adding this? It should be c
Harry McCleave
2012/08/07 18:17:23
Done.
|
'accelerators/accelerator_controller_unittest.cc', |
'accelerators/accelerator_filter_unittest.cc', |
'accelerators/accelerator_table_unittest.cc', |
@@ -415,6 +418,16 @@ |
'screen_ash_unittest.cc', |
'screensaver/screensaver_view_unittest.cc', |
'shell_unittest.cc', |
+ 'shell/app_list.cc', |
+ 'shell/bubble.cc', |
+ 'shell/launcher_delegate_impl.cc', |
+ 'shell/lock_view.cc', |
+ 'shell/panel_window.cc', |
+ 'shell/shell_delegate_impl.cc', |
+ 'shell/toplevel_window.cc', |
+ 'shell/widgets.cc', |
+ 'shell/window_type_launcher.cc', |
+ 'shell/window_watcher.cc', |
'system/tray/system_tray_unittest.cc', |
'system/web_notification/web_notification_tray_unittest.cc', |
'test/ash_test_base.cc', |