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

Unified Diff: chrome/chrome_browser.gypi

Issue 10699039: Switch to using the WebUI About screen on Windows. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/browser/ui/webui/help/version_updater_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 79be2b7e722ec669f13456153e649da308c4b2c9..0edd0b4aeeea11e5ee323eb78541fd81f1418c5a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3901,6 +3901,10 @@
'browser/ui/webui/help/version_updater_chromeos.h',
'browser/ui/webui/help/version_updater_mac.mm',
'browser/ui/webui/help/version_updater_mac.h',
+ 'browser/ui/webui/help/version_updater_win.cc',
+ 'browser/ui/webui/help/version_updater_win.h',
+ 'browser/ui/webui/help/version_updater_unimplemented.cc',
+ 'browser/ui/webui/help/version_updater_unimplemented.h',
'browser/ui/webui/history_ui.cc',
'browser/ui/webui/history_ui.h',
'browser/ui/webui/inspect_ui.cc',
@@ -5035,6 +5039,8 @@
'browser/ui/views/keyboard_overlay_delegate.cc',
'browser/ui/views/keyboard_overlay_dialog_view.cc',
'browser/ui/views/simple_message_box_views.cc',
+ 'browser/ui/webui/help/version_updater_unimplemented.cc',
+ 'browser/ui/webui/help/version_updater_unimplemented.h',
'browser/ui/webui/tab_modal_confirm_dialog_webui.cc',
'browser/ui/webui/tab_modal_confirm_dialog_webui.h',
],
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698