Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2050)

Unified Diff: ash/ash.gyp

Issue 10834185: A unit test that creates a situation that crashed (bug 130306) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shell_unittest.cc » ('j') | ash/shell_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | ash/shell_unittest.cc » ('j') | ash/shell_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698