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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11773036: ObsoleteOSInfoBar -> ObsoleteOSInfoBarDelegate, for consistency with other infobar delegates. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/startup/startup_browser_creator_impl.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 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'browser/ui/singleton_tabs.cc', 1318 'browser/ui/singleton_tabs.cc',
1319 'browser/ui/singleton_tabs.h', 1319 'browser/ui/singleton_tabs.h',
1320 'browser/ui/startup/autolaunch_prompt.cc', 1320 'browser/ui/startup/autolaunch_prompt.cc',
1321 'browser/ui/startup/autolaunch_prompt_win.cc', 1321 'browser/ui/startup/autolaunch_prompt_win.cc',
1322 'browser/ui/startup/autolaunch_prompt.h', 1322 'browser/ui/startup/autolaunch_prompt.h',
1323 'browser/ui/startup/bad_flags_prompt.cc', 1323 'browser/ui/startup/bad_flags_prompt.cc',
1324 'browser/ui/startup/bad_flags_prompt.h', 1324 'browser/ui/startup/bad_flags_prompt.h',
1325 'browser/ui/startup/default_browser_prompt.cc', 1325 'browser/ui/startup/default_browser_prompt.cc',
1326 'browser/ui/startup/default_browser_prompt.h', 1326 'browser/ui/startup/default_browser_prompt.h',
1327 'browser/ui/startup/default_browser_prompt_win.cc', 1327 'browser/ui/startup/default_browser_prompt_win.cc',
1328 'browser/ui/startup/obsolete_os_info_bar.cc', 1328 'browser/ui/startup/obsolete_os_infobar_delegate.cc',
1329 'browser/ui/startup/obsolete_os_info_bar.h', 1329 'browser/ui/startup/obsolete_os_infobar_delegate.h',
1330 'browser/ui/startup/session_crashed_prompt.cc', 1330 'browser/ui/startup/session_crashed_prompt.cc',
1331 'browser/ui/startup/session_crashed_prompt.h', 1331 'browser/ui/startup/session_crashed_prompt.h',
1332 'browser/ui/startup/startup_browser_creator.cc', 1332 'browser/ui/startup/startup_browser_creator.cc',
1333 'browser/ui/startup/startup_browser_creator.h', 1333 'browser/ui/startup/startup_browser_creator.h',
1334 'browser/ui/startup/startup_browser_creator_impl.cc', 1334 'browser/ui/startup/startup_browser_creator_impl.cc',
1335 'browser/ui/startup/startup_browser_creator_impl.h', 1335 'browser/ui/startup/startup_browser_creator_impl.h',
1336 'browser/ui/startup/startup_browser_creator_win.cc', 1336 'browser/ui/startup/startup_browser_creator_win.cc',
1337 'browser/ui/startup/startup_browser_creator_win.h', 1337 'browser/ui/startup/startup_browser_creator_win.h',
1338 'browser/ui/startup/startup_tab.cc', 1338 'browser/ui/startup/startup_tab.cc',
1339 'browser/ui/startup/startup_tab.h', 1339 'browser/ui/startup/startup_tab.h',
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
2880 }], 2880 }],
2881 ['enable_message_center==1', { 2881 ['enable_message_center==1', {
2882 'dependencies': [ 2882 'dependencies': [
2883 '../ui/message_center/message_center.gyp:message_center', 2883 '../ui/message_center/message_center.gyp:message_center',
2884 ], 2884 ],
2885 }], 2885 }],
2886 ], 2886 ],
2887 }, 2887 },
2888 ], 2888 ],
2889 } 2889 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698