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

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: include ordering 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/window_watcher_unittest.cc » ('j') | no next file with comments »
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 076b5ee1dfb8ca66e67fdbf14ff789d6f6a4ae97..3f89198a4b1b48ca599660267e405c598a618579 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -395,12 +395,14 @@
'../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',
'../ui/views/views.gyp:test_support_views',
'ash',
],
@@ -427,6 +429,17 @@
'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',
+ 'shell/window_watcher_unittest.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/window_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698