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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 586913002: Add BookmarkUndoService to Android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suspend undo service during sync changes Created 6 years, 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/sync/glue/bookmark_model_associator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2144 matching lines...) Expand 10 before | Expand all | Expand 10 after
2155 'browser/sync/glue/extension_data_type_controller.h', 2155 'browser/sync/glue/extension_data_type_controller.h',
2156 'browser/sync/glue/extension_setting_data_type_controller.cc', 2156 'browser/sync/glue/extension_setting_data_type_controller.cc',
2157 'browser/sync/glue/extension_setting_data_type_controller.h', 2157 'browser/sync/glue/extension_setting_data_type_controller.h',
2158 'browser/sync/glue/synced_tab_delegate.cc', 2158 'browser/sync/glue/synced_tab_delegate.cc',
2159 'browser/sync/profile_sync_service_base.cc', 2159 'browser/sync/profile_sync_service_base.cc',
2160 'browser/sync/profile_sync_service_base.h', 2160 'browser/sync/profile_sync_service_base.h',
2161 'browser/sync/sync_ui_util.cc', 2161 'browser/sync/sync_ui_util.cc',
2162 'browser/sync/sync_ui_util.h', 2162 'browser/sync/sync_ui_util.h',
2163 'browser/tab_contents/background_contents.cc', 2163 'browser/tab_contents/background_contents.cc',
2164 'browser/tab_contents/background_contents.h', 2164 'browser/tab_contents/background_contents.h',
2165 'browser/undo/bookmark_undo_service.cc',
2166 'browser/undo/bookmark_undo_service_factory.cc',
2167 'browser/undo/bookmark_undo_service_factory.h',
2168 'browser/undo/bookmark_undo_service.h',
2169 'browser/undo/bookmark_undo_utils.cc',
2170 'browser/undo/bookmark_undo_utils.h',
2171 'browser/undo/undo_manager.cc',
2172 'browser/undo/undo_manager.h',
2173 ], 2165 ],
2174 # Cross-platform Aura files. 2166 # Cross-platform Aura files.
2175 'chrome_browser_aura_sources': [ 2167 'chrome_browser_aura_sources': [
2176 # This file is called _views but has aura calls in it. 2168 # This file is called _views but has aura calls in it.
2177 'browser/download/drag_download_item_views.cc', 2169 'browser/download/drag_download_item_views.cc',
2178 'browser/lifetime/application_lifetime_aura.cc', 2170 'browser/lifetime/application_lifetime_aura.cc',
2179 'browser/platform_util_aura.cc', 2171 'browser/platform_util_aura.cc',
2180 ], 2172 ],
2181 # Cross-platform Ash sources. 2173 # Cross-platform Ash sources.
2182 'chrome_browser_ash_sources': [ 2174 'chrome_browser_ash_sources': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2313 'browser/supervised_user/supervised_user_sync_service.h', 2305 'browser/supervised_user/supervised_user_sync_service.h',
2314 'browser/supervised_user/supervised_user_sync_service_factory.cc', 2306 'browser/supervised_user/supervised_user_sync_service_factory.cc',
2315 'browser/supervised_user/supervised_user_sync_service_factory.h', 2307 'browser/supervised_user/supervised_user_sync_service_factory.h',
2316 'browser/supervised_user/supervised_user_sync_service_observer.h', 2308 'browser/supervised_user/supervised_user_sync_service_observer.h',
2317 'browser/supervised_user/supervised_user_theme.cc', 2309 'browser/supervised_user/supervised_user_theme.cc',
2318 'browser/supervised_user/supervised_user_theme.h', 2310 'browser/supervised_user/supervised_user_theme.h',
2319 'browser/supervised_user/supervised_user_url_filter.cc', 2311 'browser/supervised_user/supervised_user_url_filter.cc',
2320 'browser/supervised_user/supervised_user_url_filter.h', 2312 'browser/supervised_user/supervised_user_url_filter.h',
2321 'browser/supervised_user/supervised_users.h', 2313 'browser/supervised_user/supervised_users.h',
2322 ], 2314 ],
2315 'chrome_browser_undo_sources': [
2316 'browser/undo/bookmark_undo_service.cc',
2317 'browser/undo/bookmark_undo_service_factory.cc',
2318 'browser/undo/bookmark_undo_service_factory.h',
2319 'browser/undo/bookmark_undo_service.h',
2320 'browser/undo/bookmark_undo_utils.cc',
2321 'browser/undo/bookmark_undo_utils.h',
2322 'browser/undo/undo_manager.cc',
2323 'browser/undo/undo_manager.h',
2324 ],
2323 'chrome_browser_webrtc_sources': [ 2325 'chrome_browser_webrtc_sources': [
2324 # TODO(brettw) should webrtc_log_list.cc go here? 2326 # TODO(brettw) should webrtc_log_list.cc go here?
2325 'browser/media/webrtc_log_uploader.cc', 2327 'browser/media/webrtc_log_uploader.cc',
2326 'browser/media/webrtc_log_uploader.h', 2328 'browser/media/webrtc_log_uploader.h',
2327 'browser/media/webrtc_log_util.cc', 2329 'browser/media/webrtc_log_util.cc',
2328 'browser/media/webrtc_log_util.h', 2330 'browser/media/webrtc_log_util.h',
2329 'browser/media/webrtc_logging_handler_host.cc', 2331 'browser/media/webrtc_logging_handler_host.cc',
2330 'browser/media/webrtc_logging_handler_host.h', 2332 'browser/media/webrtc_logging_handler_host.h',
2331 'browser/media/webrtc_rtp_dump_handler.cc', 2333 'browser/media/webrtc_rtp_dump_handler.cc',
2332 'browser/media/webrtc_rtp_dump_handler.h', 2334 'browser/media/webrtc_rtp_dump_handler.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 # Needed by chrome_content_renderer_client.cc. & 2871 # Needed by chrome_content_renderer_client.cc. &
2870 # plugin_info_message_filter.cc. 2872 # plugin_info_message_filter.cc.
2871 '<(SHARED_INTERMEDIATE_DIR)', 2873 '<(SHARED_INTERMEDIATE_DIR)',
2872 ], 2874 ],
2873 'export_dependent_settings': [ 2875 'export_dependent_settings': [
2874 '../components/components.gyp:autofill_core_browser', 2876 '../components/components.gyp:autofill_core_browser',
2875 '../content/content.gyp:content_browser', 2877 '../content/content.gyp:content_browser',
2876 '../sql/sql.gyp:sql', 2878 '../sql/sql.gyp:sql',
2877 '../sync/sync.gyp:sync', 2879 '../sync/sync.gyp:sync',
2878 ], 2880 ],
2881 # sources applied to all configurations
2882 'sources': [
2883 '<@(chrome_browser_undo_sources)',
2884 ],
2879 'conditions': [ 2885 'conditions': [
2880 ['OS != "ios"', { 2886 ['OS != "ios"', {
2881 'dependencies': [ 2887 'dependencies': [
2882 'apps', 2888 'apps',
2883 'debugger', 2889 'debugger',
2884 'installer_util', 2890 'installer_util',
2885 '../third_party/re2/re2.gyp:re2', 2891 '../third_party/re2/re2.gyp:re2',
2886 '../cc/cc.gyp:cc', 2892 '../cc/cc.gyp:cc',
2887 '../components/components.gyp:autofill_content_browser', 2893 '../components/components.gyp:autofill_content_browser',
2888 '../components/components.gyp:dom_distiller_content', 2894 '../components/components.gyp:dom_distiller_content',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
3563 'variables': { 3569 'variables': {
3564 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3570 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3565 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3571 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3566 }, 3572 },
3567 'includes': [ '../build/protoc.gypi' ] 3573 'includes': [ '../build/protoc.gypi' ]
3568 }, 3574 },
3569 ], 3575 ],
3570 },], 3576 },],
3571 ], 3577 ],
3572 } 3578 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/bookmark_model_associator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698