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

Side by Side Diff: ash/ash.gyp

Issue 12209026: Fix the crash of DisplayErrorDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/display/display_error_dialog.h » ('j') | ash/display/display_error_dialog.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 'includes': [ 10 'includes': [
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'sources': [ 557 'sources': [
558 '../ui/views/test/test_views_delegate.cc', 558 '../ui/views/test/test_views_delegate.cc',
559 '../ui/views/test/test_views_delegate.h', 559 '../ui/views/test/test_views_delegate.h',
560 'accelerators/accelerator_controller_unittest.cc', 560 'accelerators/accelerator_controller_unittest.cc',
561 'accelerators/accelerator_filter_unittest.cc', 561 'accelerators/accelerator_filter_unittest.cc',
562 'accelerators/accelerator_table_unittest.cc', 562 'accelerators/accelerator_table_unittest.cc',
563 'accelerators/nested_dispatcher_controller_unittest.cc', 563 'accelerators/nested_dispatcher_controller_unittest.cc',
564 'desktop_background/desktop_background_controller_unittest.cc', 564 'desktop_background/desktop_background_controller_unittest.cc',
565 'dip_unittest.cc', 565 'dip_unittest.cc',
566 'display/display_controller_unittest.cc', 566 'display/display_controller_unittest.cc',
567 'display/display_error_dialog_unittest.cc',
567 'display/mouse_cursor_event_filter_unittest.cc', 568 'display/mouse_cursor_event_filter_unittest.cc',
568 'display/display_manager_unittest.cc', 569 'display/display_manager_unittest.cc',
569 'display/screen_position_controller_unittest.cc', 570 'display/screen_position_controller_unittest.cc',
570 'drag_drop/drag_drop_controller_unittest.cc', 571 'drag_drop/drag_drop_controller_unittest.cc',
571 'drag_drop/drag_drop_tracker_unittest.cc', 572 'drag_drop/drag_drop_tracker_unittest.cc',
572 'extended_desktop_unittest.cc', 573 'extended_desktop_unittest.cc',
573 'focus_cycler_unittest.cc', 574 'focus_cycler_unittest.cc',
574 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 575 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
575 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 576 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
576 'launcher/launcher_model_unittest.cc', 577 'launcher/launcher_model_unittest.cc',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'shell/cocoa/app-Info.plist', 753 'shell/cocoa/app-Info.plist',
753 ], 754 ],
754 'xcode_settings': { 755 'xcode_settings': {
755 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 756 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
756 }, 757 },
757 }], 758 }],
758 ], 759 ],
759 }, 760 },
760 ], 761 ],
761 } 762 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_error_dialog.h » ('j') | ash/display/display_error_dialog.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698