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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell/window_watcher_unittest.cc » ('j') | no next file with comments »
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../chrome/chrome_resources.gyp:packed_resources', 388 '../chrome/chrome_resources.gyp:packed_resources',
389 '../content/content.gyp:content_browser', 389 '../content/content.gyp:content_browser',
390 '../content/content.gyp:test_support_content', 390 '../content/content.gyp:test_support_content',
391 '../build/temp_gyp/googleurl.gyp:googleurl', 391 '../build/temp_gyp/googleurl.gyp:googleurl',
392 '../skia/skia.gyp:skia', 392 '../skia/skia.gyp:skia',
393 '../testing/gtest.gyp:gtest', 393 '../testing/gtest.gyp:gtest',
394 '../third_party/icu/icu.gyp:icui18n', 394 '../third_party/icu/icu.gyp:icui18n',
395 '../third_party/icu/icu.gyp:icuuc', 395 '../third_party/icu/icu.gyp:icuuc',
396 '../ui/aura/aura.gyp:aura', 396 '../ui/aura/aura.gyp:aura',
397 '../ui/aura/aura.gyp:test_support_aura', 397 '../ui/aura/aura.gyp:test_support_aura',
398 '../ui/app_list/app_list.gyp:app_list',
398 '../ui/compositor/compositor.gyp:compositor', 399 '../ui/compositor/compositor.gyp:compositor',
399 '../ui/compositor/compositor.gyp:compositor_test_support', 400 '../ui/compositor/compositor.gyp:compositor_test_support',
400 '../ui/ui.gyp:ui', 401 '../ui/ui.gyp:ui',
401 '../ui/ui.gyp:ui_resources', 402 '../ui/ui.gyp:ui_resources',
402 '../ui/ui.gyp:ui_test_support', 403 '../ui/ui.gyp:ui_test_support',
403 '../ui/views/views.gyp:views', 404 '../ui/views/views.gyp:views',
405 '../ui/views/views.gyp:views_examples_lib',
404 '../ui/views/views.gyp:test_support_views', 406 '../ui/views/views.gyp:test_support_views',
405 'ash', 407 'ash',
406 ], 408 ],
407 'sources': [ 409 'sources': [
408 '../ui/views/test/test_views_delegate.cc', 410 '../ui/views/test/test_views_delegate.cc',
409 '../ui/views/test/test_views_delegate.h', 411 '../ui/views/test/test_views_delegate.h',
410 'accelerators/accelerator_controller_unittest.cc', 412 'accelerators/accelerator_controller_unittest.cc',
411 'accelerators/accelerator_filter_unittest.cc', 413 'accelerators/accelerator_filter_unittest.cc',
412 'accelerators/accelerator_table_unittest.cc', 414 'accelerators/accelerator_table_unittest.cc',
413 'accelerators/nested_dispatcher_controller_unittest.cc', 415 'accelerators/nested_dispatcher_controller_unittest.cc',
414 'dip_unittest.cc', 416 'dip_unittest.cc',
415 'display/display_controller_unittest.cc', 417 'display/display_controller_unittest.cc',
416 'display/multi_display_manager_unittest.cc', 418 'display/multi_display_manager_unittest.cc',
417 'drag_drop/drag_drop_controller_unittest.cc', 419 'drag_drop/drag_drop_controller_unittest.cc',
418 'extended_desktop_unittest.cc', 420 'extended_desktop_unittest.cc',
419 'focus_cycler_unittest.cc', 421 'focus_cycler_unittest.cc',
420 'launcher/launcher_context_menu_unittest.cc', 422 'launcher/launcher_context_menu_unittest.cc',
421 'launcher/launcher_model_unittest.cc', 423 'launcher/launcher_model_unittest.cc',
422 'launcher/launcher_navigator_unittest.cc', 424 'launcher/launcher_navigator_unittest.cc',
423 'launcher/launcher_tooltip_manager_unittest.cc', 425 'launcher/launcher_tooltip_manager_unittest.cc',
424 'launcher/launcher_unittest.cc', 426 'launcher/launcher_unittest.cc',
425 'launcher/launcher_view_unittest.cc', 427 'launcher/launcher_view_unittest.cc',
426 'root_window_controller_unittest.cc', 428 'root_window_controller_unittest.cc',
427 'screen_ash_unittest.cc', 429 'screen_ash_unittest.cc',
428 'screensaver/screensaver_view_unittest.cc', 430 'screensaver/screensaver_view_unittest.cc',
429 'shell_unittest.cc', 431 'shell_unittest.cc',
432 'shell/app_list.cc',
433 'shell/bubble.cc',
434 'shell/launcher_delegate_impl.cc',
435 'shell/lock_view.cc',
436 'shell/panel_window.cc',
437 'shell/shell_delegate_impl.cc',
438 'shell/toplevel_window.cc',
439 'shell/widgets.cc',
440 'shell/window_type_launcher.cc',
441 'shell/window_watcher.cc',
442 'shell/window_watcher_unittest.cc',
430 'system/tray/system_tray_unittest.cc', 443 'system/tray/system_tray_unittest.cc',
431 'system/web_notification/web_notification_tray_unittest.cc', 444 'system/web_notification/web_notification_tray_unittest.cc',
432 'test/ash_test_base.cc', 445 'test/ash_test_base.cc',
433 'test/ash_test_base.h', 446 'test/ash_test_base.h',
434 'test/ash_unittests.cc', 447 'test/ash_unittests.cc',
435 'test/capture_tracking_view.cc', 448 'test/capture_tracking_view.cc',
436 'test/capture_tracking_view.h', 449 'test/capture_tracking_view.h',
437 'test/launcher_view_test_api.cc', 450 'test/launcher_view_test_api.cc',
438 'test/launcher_view_test_api.h', 451 'test/launcher_view_test_api.h',
439 'test/test_activation_delegate.cc', 452 'test/test_activation_delegate.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'shell/cocoa/app-Info.plist', 602 'shell/cocoa/app-Info.plist',
590 ], 603 ],
591 'xcode_settings': { 604 'xcode_settings': {
592 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 605 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
593 }, 606 },
594 }], 607 }],
595 ], 608 ],
596 }, 609 },
597 ], 610 ],
598 } 611 }
OLDNEW
« 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