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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell_unittest.cc » ('j') | ash/shell_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '../chrome/chrome_resources.gyp:packed_resources', 376 '../chrome/chrome_resources.gyp:packed_resources',
377 '../content/content.gyp:content_browser', 377 '../content/content.gyp:content_browser',
378 '../content/content.gyp:test_support_content', 378 '../content/content.gyp:test_support_content',
379 '../build/temp_gyp/googleurl.gyp:googleurl', 379 '../build/temp_gyp/googleurl.gyp:googleurl',
380 '../skia/skia.gyp:skia', 380 '../skia/skia.gyp:skia',
381 '../testing/gtest.gyp:gtest', 381 '../testing/gtest.gyp:gtest',
382 '../third_party/icu/icu.gyp:icui18n', 382 '../third_party/icu/icu.gyp:icui18n',
383 '../third_party/icu/icu.gyp:icuuc', 383 '../third_party/icu/icu.gyp:icuuc',
384 '../ui/aura/aura.gyp:aura', 384 '../ui/aura/aura.gyp:aura',
385 '../ui/aura/aura.gyp:test_support_aura', 385 '../ui/aura/aura.gyp:test_support_aura',
386 '../ui/app_list/app_list.gyp:app_list',
386 '../ui/compositor/compositor.gyp:compositor', 387 '../ui/compositor/compositor.gyp:compositor',
387 '../ui/compositor/compositor.gyp:compositor_test_support', 388 '../ui/compositor/compositor.gyp:compositor_test_support',
388 '../ui/ui.gyp:ui', 389 '../ui/ui.gyp:ui',
389 '../ui/ui.gyp:ui_resources', 390 '../ui/ui.gyp:ui_resources',
390 '../ui/ui.gyp:ui_test_support', 391 '../ui/ui.gyp:ui_test_support',
391 '../ui/views/views.gyp:views', 392 '../ui/views/views.gyp:views',
393 '../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
392 '../ui/views/views.gyp:test_support_views', 394 '../ui/views/views.gyp:test_support_views',
393 'ash', 395 'ash',
394 ], 396 ],
395 'sources': [ 397 'sources': [
396 '../ui/views/test/test_views_delegate.cc', 398 '../ui/views/test/test_views_delegate.cc',
397 '../ui/views/test/test_views_delegate.h', 399 '../ui/views/test/test_views_delegate.h',
400 '../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.
398 'accelerators/accelerator_controller_unittest.cc', 401 'accelerators/accelerator_controller_unittest.cc',
399 'accelerators/accelerator_filter_unittest.cc', 402 'accelerators/accelerator_filter_unittest.cc',
400 'accelerators/accelerator_table_unittest.cc', 403 'accelerators/accelerator_table_unittest.cc',
401 'accelerators/nested_dispatcher_controller_unittest.cc', 404 'accelerators/nested_dispatcher_controller_unittest.cc',
402 'dip_unittest.cc', 405 'dip_unittest.cc',
403 'display/display_controller_unittest.cc', 406 'display/display_controller_unittest.cc',
404 'display/multi_display_manager_unittest.cc', 407 'display/multi_display_manager_unittest.cc',
405 'drag_drop/drag_drop_controller_unittest.cc', 408 'drag_drop/drag_drop_controller_unittest.cc',
406 'extended_desktop_unittest.cc', 409 'extended_desktop_unittest.cc',
407 'focus_cycler_unittest.cc', 410 'focus_cycler_unittest.cc',
408 'launcher/launcher_context_menu_unittest.cc', 411 'launcher/launcher_context_menu_unittest.cc',
409 'launcher/launcher_model_unittest.cc', 412 'launcher/launcher_model_unittest.cc',
410 'launcher/launcher_navigator_unittest.cc', 413 'launcher/launcher_navigator_unittest.cc',
411 'launcher/launcher_tooltip_manager_unittest.cc', 414 'launcher/launcher_tooltip_manager_unittest.cc',
412 'launcher/launcher_unittest.cc', 415 'launcher/launcher_unittest.cc',
413 'launcher/launcher_view_unittest.cc', 416 'launcher/launcher_view_unittest.cc',
414 'root_window_controller_unittest.cc', 417 'root_window_controller_unittest.cc',
415 'screen_ash_unittest.cc', 418 'screen_ash_unittest.cc',
416 'screensaver/screensaver_view_unittest.cc', 419 'screensaver/screensaver_view_unittest.cc',
417 'shell_unittest.cc', 420 'shell_unittest.cc',
421 'shell/app_list.cc',
422 'shell/bubble.cc',
423 'shell/launcher_delegate_impl.cc',
424 'shell/lock_view.cc',
425 'shell/panel_window.cc',
426 'shell/shell_delegate_impl.cc',
427 'shell/toplevel_window.cc',
428 'shell/widgets.cc',
429 'shell/window_type_launcher.cc',
430 'shell/window_watcher.cc',
418 'system/tray/system_tray_unittest.cc', 431 'system/tray/system_tray_unittest.cc',
419 'system/web_notification/web_notification_tray_unittest.cc', 432 'system/web_notification/web_notification_tray_unittest.cc',
420 'test/ash_test_base.cc', 433 'test/ash_test_base.cc',
421 'test/ash_test_base.h', 434 'test/ash_test_base.h',
422 'test/ash_unittests.cc', 435 'test/ash_unittests.cc',
423 'test/capture_tracking_view.cc', 436 'test/capture_tracking_view.cc',
424 'test/capture_tracking_view.h', 437 'test/capture_tracking_view.h',
425 'test/launcher_view_test_api.cc', 438 'test/launcher_view_test_api.cc',
426 'test/launcher_view_test_api.h', 439 'test/launcher_view_test_api.h',
427 'test/test_activation_delegate.cc', 440 'test/test_activation_delegate.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'shell/cocoa/app-Info.plist', 622 'shell/cocoa/app-Info.plist',
610 ], 623 ],
611 'xcode_settings': { 624 'xcode_settings': {
612 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 625 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
613 }, 626 },
614 }], 627 }],
615 ], 628 ],
616 }, 629 },
617 ], 630 ],
618 } 631 }
OLDNEW
« 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