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

Unified Diff: chrome/chrome_browser.gypi

Issue 10823217: Create/Delete windows profile shortcuts (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
===================================================================
--- chrome/chrome_browser.gypi (revision 150342)
+++ chrome/chrome_browser.gypi (working copy)
@@ -1966,8 +1966,9 @@
'browser/profiles/profile_manager.h',
'browser/profiles/profile_metrics.cc',
'browser/profiles/profile_metrics.h',
+ 'browser/profiles/profile_shortcut_manager.h',
+ 'browser/profiles/profile_shortcut_manager_stub.cc',
SteveT 2012/08/09 18:07:39 nit: indenting is wonky
Halli 2012/08/09 18:12:30 Done.
'browser/profiles/profile_shortcut_manager_win.cc',
- 'browser/profiles/profile_shortcut_manager_win.h',
'browser/profiles/refcounted_profile_keyed_service.h',
'browser/profiles/refcounted_profile_keyed_service.cc',
'browser/profiles/refcounted_profile_keyed_service_factory.h',
@@ -5193,6 +5194,9 @@
'browser/ui/webui/conflicts_ui.cc',
'browser/ui/webui/conflicts_ui.h',
],
+ 'sources/': [
+ ['exclude', 'browser/profiles/profile_shortcut_manager_stub.cc'],
SteveT 2012/08/09 18:07:39 nit: indenting is wonky plus the line exceeds 80 c
Halli 2012/08/09 18:12:30 Didn't realize this file uses tabs (: On 2012/08/0
+ ],
'sources!': [
'browser/history/history_publisher_none.cc',
'browser/importer/nss_decryptor_system_nss.cc',

Powered by Google App Engine
This is Rietveld 408576698