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

Unified Diff: chrome/chrome_browser.gypi

Issue 8933003: [Sync Promo UI] Changing sync promo to honor brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing supposedly needless .gypi deps Created 9 years 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/sync_setup_handler2.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 2ab9bd92ea1da3fa74540fe65a8e21e40fdf2443..ae2773ea655cd8975b29fd5322c9684e651ca4aa 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4044,18 +4044,16 @@
'browser/ui/webui/ssl_client_certificate_selector_webui.h',
'browser/ui/webui/sync_internals_ui.cc',
'browser/ui/webui/sync_internals_ui.h',
- 'browser/ui/webui/sync_promo_handler.cc',
- 'browser/ui/webui/sync_promo_handler.h',
- 'browser/ui/webui/sync_promo_handler2.cc',
- 'browser/ui/webui/sync_promo_handler2.h',
- 'browser/ui/webui/sync_promo_trial.cc',
- 'browser/ui/webui/sync_promo_trial.h',
- 'browser/ui/webui/sync_promo_ui.cc',
- 'browser/ui/webui/sync_promo_ui.h',
- 'browser/ui/webui/sync_setup_handler.cc',
- 'browser/ui/webui/sync_setup_handler.h',
+ 'browser/ui/webui/sync_promo/sync_promo_handler.cc',
+ 'browser/ui/webui/sync_promo/sync_promo_handler.h',
+ 'browser/ui/webui/sync_promo/sync_promo_trial.cc',
+ 'browser/ui/webui/sync_promo/sync_promo_trial.h',
+ 'browser/ui/webui/sync_promo/sync_promo_ui.cc',
+ 'browser/ui/webui/sync_promo/sync_promo_ui.h',
'browser/ui/webui/sync_setup_handler2.cc',
'browser/ui/webui/sync_setup_handler2.h',
+ 'browser/ui/webui/sync_setup_handler.cc',
+ 'browser/ui/webui/sync_setup_handler.h',
'browser/ui/webui/task_manager_dialog.cc',
'browser/ui/webui/task_manager_dialog.h',
'browser/ui/webui/task_manager_handler.cc',
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698