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

Side by Side Diff: ash/ash.gyp

Issue 15329005: Adding new general bubble error message consisting of icon, message and caption. Using this message… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git status Created 7 years, 7 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/popup_message.h » ('j') | ash/popup_message.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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'launcher/overflow_bubble.h', 152 'launcher/overflow_bubble.h',
153 'launcher/overflow_button.cc', 153 'launcher/overflow_button.cc',
154 'launcher/overflow_button.h', 154 'launcher/overflow_button.h',
155 'launcher/tabbed_launcher_button.cc', 155 'launcher/tabbed_launcher_button.cc',
156 'launcher/tabbed_launcher_button.h', 156 'launcher/tabbed_launcher_button.h',
157 'magnifier/magnification_controller.cc', 157 'magnifier/magnification_controller.cc',
158 'magnifier/magnification_controller.h', 158 'magnifier/magnification_controller.h',
159 'magnifier/magnifier_constants.h', 159 'magnifier/magnifier_constants.h',
160 'magnifier/partial_magnification_controller.cc', 160 'magnifier/partial_magnification_controller.cc',
161 'magnifier/partial_magnification_controller.h', 161 'magnifier/partial_magnification_controller.h',
162 'popup_message.cc',
163 'popup_message.h',
162 'root_window_controller.cc', 164 'root_window_controller.cc',
163 'root_window_controller.h', 165 'root_window_controller.h',
164 'rotator/screen_rotation.cc', 166 'rotator/screen_rotation.cc',
165 'rotator/screen_rotation.h', 167 'rotator/screen_rotation.h',
166 'screen_ash.cc', 168 'screen_ash.cc',
167 'screen_ash.h', 169 'screen_ash.h',
168 'screensaver/screensaver_view.cc', 170 'screensaver/screensaver_view.cc',
169 'screensaver/screensaver_view.h', 171 'screensaver/screensaver_view.h',
170 'screenshot_delegate.h', 172 'screenshot_delegate.h',
171 'session_state_delegate.h', 173 'session_state_delegate.h',
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'shell/cocoa/app-Info.plist', 846 'shell/cocoa/app-Info.plist',
845 ], 847 ],
846 'xcode_settings': { 848 'xcode_settings': {
847 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 849 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
848 }, 850 },
849 }], 851 }],
850 ], 852 ],
851 }, 853 },
852 ], 854 ],
853 } 855 }
OLDNEW
« no previous file with comments | « no previous file | ash/popup_message.h » ('j') | ash/popup_message.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698