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

Unified Diff: chrome/chrome_browser.gypi

Issue 10698106: Switch about box to web ui on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adapted to install_util API change. Created 8 years, 5 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 b001200244f03e3bab5a3e84c1d26c56e1514423..cd82fe698acf1c0286a127bcdd3351f7772ffdd6 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1096,9 +1096,9 @@
'browser/google/google_search_counter.h',
'browser/google/google_search_metrics.cc',
'browser/google/google_search_metrics.h',
- 'browser/google/google_update.cc',
- 'browser/google/google_update.h',
'browser/google/google_update_settings_posix.cc',
+ 'browser/google/google_update_win.cc',
+ 'browser/google/google_update_win.h',
'browser/google/google_url_tracker.cc',
'browser/google/google_url_tracker.h',
'browser/google/google_url_tracker_factory.cc',
@@ -3969,6 +3969,7 @@
'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/history_ui.cc',
'browser/ui/webui/history_ui.h',
'browser/ui/webui/inspect_ui.cc',
@@ -4610,8 +4611,8 @@
['exclude', '^browser/automation/testing_automation_provider_win.cc'],
['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
- ['exclude', '^browser/google/google_update.cc'],
- ['exclude', '^browser/google/google_update.h'],
+ ['exclude', '^browser/google/google_update_win.cc'],
+ ['exclude', '^browser/google/google_update_win.h'],
['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
@@ -5128,6 +5129,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_basic.cc',
+ 'browser/ui/webui/help/version_updater_basic.h',
'browser/ui/webui/tab_modal_confirm_dialog_webui.cc',
'browser/ui/webui/tab_modal_confirm_dialog_webui.h',
],
@@ -5143,7 +5146,6 @@
# Exclude files that should be excluded for all non-Windows platforms.
['exclude', '^browser/first_run/try_chrome_dialog_view.cc'],
['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
- ['exclude', '^browser/google/google_update.cc'],
['exclude', '^browser/importer/ie_importer.cc'],
['exclude', '^browser/ui/network_profile_bubble.cc'],
['exclude', '^browser/ui/network_profile_bubble.h'],
@@ -5170,8 +5172,6 @@
'<(INTERMEDIATE_DIR)/chrome',
],
'sources/': [
- ['exclude', '^browser/google/google_update.cc'],
- ['exclude', '^browser/google/google_update.h'],
['exclude', '^browser/platform_util_common_linux.cc'],
['exclude', '^browser/ui/views/frame/app_panel_browser_frame_view.cc'],
['exclude', '^browser/ui/views/frame/app_panel_browser_frame_view.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