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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11644059: Change infobar creation to use a public static Create() method on the infobar delegate classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
===================================================================
--- chrome/chrome_browser_ui.gypi (revision 175396)
+++ chrome/chrome_browser_ui.gypi (working copy)
@@ -1240,9 +1240,8 @@
'browser/ui/startup/default_browser_prompt.cc',
'browser/ui/startup/default_browser_prompt.h',
'browser/ui/startup/default_browser_prompt_win.cc',
- 'browser/ui/startup/obsolete_os_prompt.cc',
- 'browser/ui/startup/obsolete_os_prompt.h',
- 'browser/ui/startup/obsolete_os_prompt_gtk.cc',
+ 'browser/ui/startup/obsolete_os_info_bar.cc',
+ 'browser/ui/startup/obsolete_os_info_bar.h',
'browser/ui/startup/session_crashed_prompt.cc',
'browser/ui/startup/session_crashed_prompt.h',
'browser/ui/startup/startup_browser_creator.cc',
@@ -2470,10 +2469,6 @@
'../dbus/dbus.gyp:dbus',
'../third_party/undoview/undoview.gyp:undoview',
],
- 'sources': [
- 'browser/ui/startup/obsolete_os_info_bar.cc',
- 'browser/ui/startup/obsolete_os_info_bar.h',
- ],
}],
['enable_web_intents==0', {
'sources/': [
@@ -2643,9 +2638,6 @@
'../third_party/mozilla/NSScreen+Utils.m',
'../third_party/mozilla/NSWorkspace+Utils.h',
'../third_party/mozilla/NSWorkspace+Utils.m',
- # Additional files for use only on Mac and Gtk.
- 'browser/ui/startup/obsolete_os_info_bar.cc',
- 'browser/ui/startup/obsolete_os_info_bar.h',
],
'include_dirs': [
'../third_party/apple',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698