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

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
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/pdf/pdf_unsupported_feature.h', 1254 'browser/ui/pdf/pdf_unsupported_feature.h',
1255 'browser/ui/prefs/prefs_tab_helper.cc', 1255 'browser/ui/prefs/prefs_tab_helper.cc',
1256 'browser/ui/prefs/prefs_tab_helper.h', 1256 'browser/ui/prefs/prefs_tab_helper.h',
1257 'browser/ui/profile_error_dialog.cc', 1257 'browser/ui/profile_error_dialog.cc',
1258 'browser/ui/profile_error_dialog.h', 1258 'browser/ui/profile_error_dialog.h',
1259 'browser/ui/protocol_dialog_delegate.h', 1259 'browser/ui/protocol_dialog_delegate.h',
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_confirmation_ui.h',
1265 'browser/ui/screen_capture_confirmation_ui_infobar.cc',
1266 'browser/ui/screen_capture_confirmation_ui_infobar.h',
1264 'browser/ui/screen_capture_infobar_delegate.cc', 1267 'browser/ui/screen_capture_infobar_delegate.cc',
1265 'browser/ui/screen_capture_infobar_delegate.h', 1268 'browser/ui/screen_capture_infobar_delegate.h',
1266 'browser/ui/search/instant_commit_type.h', 1269 'browser/ui/search/instant_commit_type.h',
1267 'browser/ui/search/instant_controller.cc', 1270 'browser/ui/search/instant_controller.cc',
1268 'browser/ui/search/instant_controller.h', 1271 'browser/ui/search/instant_controller.h',
1269 'browser/ui/search/instant_loader.cc', 1272 'browser/ui/search/instant_loader.cc',
1270 'browser/ui/search/instant_loader.h', 1273 'browser/ui/search/instant_loader.h',
1271 'browser/ui/search/instant_ntp.cc', 1274 'browser/ui/search/instant_ntp.cc',
1272 'browser/ui/search/instant_ntp.h', 1275 'browser/ui/search/instant_ntp.h',
1273 'browser/ui/search/instant_overlay.cc', 1276 'browser/ui/search/instant_overlay.cc',
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 }], 2876 }],
2874 ['enable_message_center==1', { 2877 ['enable_message_center==1', {
2875 'dependencies': [ 2878 'dependencies': [
2876 '../ui/message_center/message_center.gyp:message_center', 2879 '../ui/message_center/message_center.gyp:message_center',
2877 ], 2880 ],
2878 }], 2881 }],
2879 ], 2882 ],
2880 }, 2883 },
2881 ], 2884 ],
2882 } 2885 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698