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

Unified Diff: chrome/chrome_browser.gypi

Issue 7256002: Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show product logo at bottom Created 9 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e7b8b0989104ba265b5ec3a07e03b037a61dfe98..29270e7e54b5accebab9078f8401a488048f567b 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1756,6 +1756,8 @@
'browser/profiles/profile_impl.h',
'browser/profiles/profile_impl_io_data.cc',
'browser/profiles/profile_impl_io_data.h',
+ 'browser/profiles/profile_info_cache.cc',
+ 'browser/profiles/profile_info_cache.h',
'browser/profiles/profile_io_data.cc',
'browser/profiles/profile_io_data.h',
'browser/profiles/profile_keyed_service_factory.cc',
@@ -3377,6 +3379,10 @@
'browser/ui/webui/keyboard_ui.h',
'browser/ui/webui/net_internals_ui.cc',
'browser/ui/webui/net_internals_ui.h',
+ 'browser/ui/webui/new_profile_dom_handler.cc',
+ 'browser/ui/webui/new_profile_dom_handler.h',
+ 'browser/ui/webui/new_profile_ui.cc',
+ 'browser/ui/webui/new_profile_ui.h',
'browser/ui/webui/ntp/app_launcher_handler.cc',
'browser/ui/webui/ntp/app_launcher_handler.h',
'browser/ui/webui/ntp/favicon_webui_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698