| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index b9ba1b851096b16a2b16c3729d6c6ff9cc557ce9..45e707cb13be02a75346af54bac3504766c8ea27 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2166,14 +2166,6 @@
|
| 'browser/sync/sync_ui_util.h',
|
| 'browser/tab_contents/background_contents.cc',
|
| 'browser/tab_contents/background_contents.h',
|
| - 'browser/undo/bookmark_undo_service.cc',
|
| - 'browser/undo/bookmark_undo_service_factory.cc',
|
| - 'browser/undo/bookmark_undo_service_factory.h',
|
| - 'browser/undo/bookmark_undo_service.h',
|
| - 'browser/undo/bookmark_undo_utils.cc',
|
| - 'browser/undo/bookmark_undo_utils.h',
|
| - 'browser/undo/undo_manager.cc',
|
| - 'browser/undo/undo_manager.h',
|
| ],
|
| # Cross-platform Aura files.
|
| 'chrome_browser_aura_sources': [
|
| @@ -2324,6 +2316,16 @@
|
| 'browser/supervised_user/supervised_user_url_filter.h',
|
| 'browser/supervised_user/supervised_users.h',
|
| ],
|
| + 'chrome_browser_undo_sources': [
|
| + 'browser/undo/bookmark_undo_service.cc',
|
| + 'browser/undo/bookmark_undo_service_factory.cc',
|
| + 'browser/undo/bookmark_undo_service_factory.h',
|
| + 'browser/undo/bookmark_undo_service.h',
|
| + 'browser/undo/bookmark_undo_utils.cc',
|
| + 'browser/undo/bookmark_undo_utils.h',
|
| + 'browser/undo/undo_manager.cc',
|
| + 'browser/undo/undo_manager.h',
|
| + ],
|
| 'chrome_browser_webrtc_sources': [
|
| # TODO(brettw) should webrtc_log_list.cc go here?
|
| 'browser/media/webrtc_log_uploader.cc',
|
| @@ -2881,6 +2883,10 @@
|
| '../sql/sql.gyp:sql',
|
| '../sync/sync.gyp:sync',
|
| ],
|
| + # sources applied to all configurations
|
| + 'sources': [
|
| + '<@(chrome_browser_undo_sources)',
|
| + ],
|
| 'conditions': [
|
| ['OS != "ios"', {
|
| 'dependencies': [
|
|
|