Chromium Code Reviews| 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', |