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

Side by Side Diff: ash/ash.gyp

Issue 10986087: Adds DisplayErrorDialog to show the error message of the failure of mirroring to the users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/ash_strings.grd » ('j') | ash/display/display_error_dialog.h » ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'desktop_background/desktop_background_controller.cc', 67 'desktop_background/desktop_background_controller.cc',
68 'desktop_background/desktop_background_controller.h', 68 'desktop_background/desktop_background_controller.h',
69 'desktop_background/desktop_background_resources.cc', 69 'desktop_background/desktop_background_resources.cc',
70 'desktop_background/desktop_background_resources.h', 70 'desktop_background/desktop_background_resources.h',
71 'desktop_background/desktop_background_view.cc', 71 'desktop_background/desktop_background_view.cc',
72 'desktop_background/desktop_background_view.h', 72 'desktop_background/desktop_background_view.h',
73 'desktop_background/desktop_background_widget_controller.cc', 73 'desktop_background/desktop_background_widget_controller.cc',
74 'desktop_background/desktop_background_widget_controller.h', 74 'desktop_background/desktop_background_widget_controller.h',
75 'display/display_controller.cc', 75 'display/display_controller.cc',
76 'display/display_controller.h', 76 'display/display_controller.h',
77 'display/display_error_dialog.cc',
78 'display/display_error_dialog.h',
77 'display/mouse_cursor_event_filter.cc', 79 'display/mouse_cursor_event_filter.cc',
78 'display/mouse_cursor_event_filter.h', 80 'display/mouse_cursor_event_filter.h',
79 'display/multi_display_manager.cc', 81 'display/multi_display_manager.cc',
80 'display/multi_display_manager.h', 82 'display/multi_display_manager.h',
81 'display/output_configurator_animation.cc', 83 'display/output_configurator_animation.cc',
82 'display/output_configurator_animation.h', 84 'display/output_configurator_animation.h',
83 'display/screen_position_controller.cc', 85 'display/screen_position_controller.cc',
84 'display/screen_position_controller.h', 86 'display/screen_position_controller.h',
85 'display/secondary_display_view.cc', 87 'display/secondary_display_view.cc',
86 'display/secondary_display_view.h', 88 'display/secondary_display_view.h',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'shell/cocoa/app-Info.plist', 668 'shell/cocoa/app-Info.plist',
667 ], 669 ],
668 'xcode_settings': { 670 'xcode_settings': {
669 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 671 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
670 }, 672 },
671 }], 673 }],
672 ], 674 ],
673 }, 675 },
674 ], 676 ],
675 } 677 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/display/display_error_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698