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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12843009: Replace screen capture confirmation infobar with a message box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « chrome/browser/ui/screen_capture_infobar_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'browser/ui/prefs/prefs_tab_helper.cc', 1254 'browser/ui/prefs/prefs_tab_helper.cc',
1255 'browser/ui/prefs/prefs_tab_helper.h', 1255 'browser/ui/prefs/prefs_tab_helper.h',
1256 'browser/ui/profile_error_dialog.cc', 1256 'browser/ui/profile_error_dialog.cc',
1257 'browser/ui/profile_error_dialog.h', 1257 'browser/ui/profile_error_dialog.h',
1258 'browser/ui/protocol_dialog_delegate.h', 1258 'browser/ui/protocol_dialog_delegate.h',
1259 'browser/ui/sad_tab.cc', 1259 'browser/ui/sad_tab.cc',
1260 'browser/ui/sad_tab.h', 1260 'browser/ui/sad_tab.h',
1261 'browser/ui/sad_tab_helper.cc', 1261 'browser/ui/sad_tab_helper.cc',
1262 'browser/ui/sad_tab_helper.h', 1262 'browser/ui/sad_tab_helper.h',
1263 'browser/ui/sad_tab_types.h', 1263 'browser/ui/sad_tab_types.h',
1264 'browser/ui/screen_capture_infobar_delegate.cc',
1265 'browser/ui/screen_capture_infobar_delegate.h',
1266 'browser/ui/screen_capture_notification_ui.h', 1264 'browser/ui/screen_capture_notification_ui.h',
1267 'browser/ui/screen_capture_notification_ui_stub.cc', 1265 'browser/ui/screen_capture_notification_ui_stub.cc',
1268 'browser/ui/screen_capture_notification_ui_win.cc', 1266 'browser/ui/screen_capture_notification_ui_win.cc',
1269 'browser/ui/search/instant_commit_type.h', 1267 'browser/ui/search/instant_commit_type.h',
1270 'browser/ui/search/instant_controller.cc', 1268 'browser/ui/search/instant_controller.cc',
1271 'browser/ui/search/instant_controller.h', 1269 'browser/ui/search/instant_controller.h',
1272 'browser/ui/search/instant_loader.cc', 1270 'browser/ui/search/instant_loader.cc',
1273 'browser/ui/search/instant_loader.h', 1271 'browser/ui/search/instant_loader.h',
1274 'browser/ui/search/instant_ntp.cc', 1272 'browser/ui/search/instant_ntp.cc',
1275 'browser/ui/search/instant_ntp.h', 1273 'browser/ui/search/instant_ntp.h',
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 }], 2878 }],
2881 ['enable_message_center==1', { 2879 ['enable_message_center==1', {
2882 'dependencies': [ 2880 'dependencies': [
2883 '../ui/message_center/message_center.gyp:message_center', 2881 '../ui/message_center/message_center.gyp:message_center',
2884 ], 2882 ],
2885 }], 2883 }],
2886 ], 2884 ],
2887 }, 2885 },
2888 ], 2886 ],
2889 } 2887 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/screen_capture_infobar_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698