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

Unified Diff: chrome/chrome_browser.gypi

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update after owners' review. 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/set_as_default_browser_ui.cc ('k') | chrome/common/pref_names.h » ('j') | 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 970361f417242d0edee8d064ebd9909110ba2d51..4e072dab9bb2b09bc4fe52b9dd7f2d2a8a10136a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3268,6 +3268,7 @@
'browser/ui/startup/bad_flags_prompt.h',
'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',
@@ -3872,6 +3873,8 @@
'browser/ui/webui/media/media_internals_ui.h',
'browser/ui/webui/metrics_handler.cc',
'browser/ui/webui/metrics_handler.h',
+ 'browser/ui/webui/set_as_default_browser_ui.cc',
+ 'browser/ui/webui/set_as_default_browser_ui.h',
'browser/ui/webui/net_internals/net_internals_ui.cc',
'browser/ui/webui/net_internals/net_internals_ui.h',
'browser/ui/webui/ntp/app_launcher_handler.cc',
@@ -4996,6 +4999,8 @@
['exclude', '^browser/first_run/try_chrome_dialog_view.h'],
['exclude', '^browser/google/google_update.cc'],
['exclude', '^browser/importer/ie_importer.cc'],
+ ['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'],
+ ['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'],
# Exclude all of hang_monitor.
['exclude', '^browser/hang_monitor/'],
« no previous file with comments | « chrome/browser/ui/webui/set_as_default_browser_ui.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698