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

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: 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
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 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2161 'browser/sync/glue/extension_data_type_controller.h', 2161 'browser/sync/glue/extension_data_type_controller.h',
2162 'browser/sync/glue/extension_setting_data_type_controller.cc', 2162 'browser/sync/glue/extension_setting_data_type_controller.cc',
2163 'browser/sync/glue/extension_setting_data_type_controller.h', 2163 'browser/sync/glue/extension_setting_data_type_controller.h',
2164 'browser/sync/glue/synced_tab_delegate.cc', 2164 'browser/sync/glue/synced_tab_delegate.cc',
2165 'browser/sync/profile_sync_service_base.cc', 2165 'browser/sync/profile_sync_service_base.cc',
2166 'browser/sync/profile_sync_service_base.h', 2166 'browser/sync/profile_sync_service_base.h',
2167 'browser/sync/sync_ui_util.cc', 2167 'browser/sync/sync_ui_util.cc',
2168 'browser/sync/sync_ui_util.h', 2168 'browser/sync/sync_ui_util.h',
2169 'browser/tab_contents/background_contents.cc', 2169 'browser/tab_contents/background_contents.cc',
2170 'browser/tab_contents/background_contents.h', 2170 'browser/tab_contents/background_contents.h',
2171 'browser/undo/bookmark_undo_service.cc',
2172 'browser/undo/bookmark_undo_service_factory.cc',
2173 'browser/undo/bookmark_undo_service_factory.h',
2174 'browser/undo/bookmark_undo_service.h',
2175 'browser/undo/bookmark_undo_utils.cc',
2176 'browser/undo/bookmark_undo_utils.h',
2177 'browser/undo/undo_manager.cc',
2178 'browser/undo/undo_manager.h',
2179 ], 2171 ],
2180 # Cross-platform Aura files. 2172 # Cross-platform Aura files.
2181 'chrome_browser_aura_sources': [ 2173 'chrome_browser_aura_sources': [
2182 # This file is called _views but has aura calls in it. 2174 # This file is called _views but has aura calls in it.
2183 'browser/download/drag_download_item_views.cc', 2175 'browser/download/drag_download_item_views.cc',
2184 'browser/lifetime/application_lifetime_aura.cc', 2176 'browser/lifetime/application_lifetime_aura.cc',
2185 'browser/platform_util_aura.cc', 2177 'browser/platform_util_aura.cc',
2186 ], 2178 ],
2187 # Cross-platform Ash sources. 2179 # Cross-platform Ash sources.
2188 'chrome_browser_ash_sources': [ 2180 'chrome_browser_ash_sources': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2319 'browser/supervised_user/supervised_user_sync_service.h', 2311 'browser/supervised_user/supervised_user_sync_service.h',
2320 'browser/supervised_user/supervised_user_sync_service_factory.cc', 2312 'browser/supervised_user/supervised_user_sync_service_factory.cc',
2321 'browser/supervised_user/supervised_user_sync_service_factory.h', 2313 'browser/supervised_user/supervised_user_sync_service_factory.h',
2322 'browser/supervised_user/supervised_user_sync_service_observer.h', 2314 'browser/supervised_user/supervised_user_sync_service_observer.h',
2323 'browser/supervised_user/supervised_user_theme.cc', 2315 'browser/supervised_user/supervised_user_theme.cc',
2324 'browser/supervised_user/supervised_user_theme.h', 2316 'browser/supervised_user/supervised_user_theme.h',
2325 'browser/supervised_user/supervised_user_url_filter.cc', 2317 'browser/supervised_user/supervised_user_url_filter.cc',
2326 'browser/supervised_user/supervised_user_url_filter.h', 2318 'browser/supervised_user/supervised_user_url_filter.h',
2327 'browser/supervised_user/supervised_users.h', 2319 'browser/supervised_user/supervised_users.h',
2328 ], 2320 ],
2321 'chrome_browser_undo_sources': [
2322 'browser/undo/bookmark_undo_service.cc',
2323 'browser/undo/bookmark_undo_service_factory.cc',
2324 'browser/undo/bookmark_undo_service_factory.h',
2325 'browser/undo/bookmark_undo_service.h',
2326 'browser/undo/bookmark_undo_utils.cc',
2327 'browser/undo/bookmark_undo_utils.h',
2328 'browser/undo/undo_manager.cc',
2329 'browser/undo/undo_manager.h',
2330 ],
2329 'chrome_browser_webrtc_sources': [ 2331 'chrome_browser_webrtc_sources': [
2330 # TODO(brettw) should webrtc_log_list.cc go here? 2332 # TODO(brettw) should webrtc_log_list.cc go here?
2331 'browser/media/webrtc_log_uploader.cc', 2333 'browser/media/webrtc_log_uploader.cc',
2332 'browser/media/webrtc_log_uploader.h', 2334 'browser/media/webrtc_log_uploader.h',
2333 'browser/media/webrtc_log_util.cc', 2335 'browser/media/webrtc_log_util.cc',
2334 'browser/media/webrtc_log_util.h', 2336 'browser/media/webrtc_log_util.h',
2335 'browser/media/webrtc_logging_handler_host.cc', 2337 'browser/media/webrtc_logging_handler_host.cc',
2336 'browser/media/webrtc_logging_handler_host.h', 2338 'browser/media/webrtc_logging_handler_host.h',
2337 'browser/media/webrtc_rtp_dump_handler.cc', 2339 'browser/media/webrtc_rtp_dump_handler.cc',
2338 'browser/media/webrtc_rtp_dump_handler.h', 2340 'browser/media/webrtc_rtp_dump_handler.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
2876 # Needed by chrome_content_renderer_client.cc. & 2878 # Needed by chrome_content_renderer_client.cc. &
2877 # plugin_info_message_filter.cc. 2879 # plugin_info_message_filter.cc.
2878 '<(SHARED_INTERMEDIATE_DIR)', 2880 '<(SHARED_INTERMEDIATE_DIR)',
2879 ], 2881 ],
2880 'export_dependent_settings': [ 2882 'export_dependent_settings': [
2881 '../components/components.gyp:autofill_core_browser', 2883 '../components/components.gyp:autofill_core_browser',
2882 '../content/content.gyp:content_browser', 2884 '../content/content.gyp:content_browser',
2883 '../sql/sql.gyp:sql', 2885 '../sql/sql.gyp:sql',
2884 '../sync/sync.gyp:sync', 2886 '../sync/sync.gyp:sync',
2885 ], 2887 ],
2888 # sources applied to all configurations
2889 'sources': [
2890 '<@(chrome_browser_undo_sources)',
2891 ],
2886 'conditions': [ 2892 'conditions': [
2887 ['OS != "ios"', { 2893 ['OS != "ios"', {
2888 'dependencies': [ 2894 'dependencies': [
2889 'apps', 2895 'apps',
2890 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', 2896 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2891 'common/extensions/api/api.gyp:chrome_api', 2897 'common/extensions/api/api.gyp:chrome_api',
2892 'debugger', 2898 'debugger',
2893 'installer_util', 2899 'installer_util',
2894 '../third_party/re2/re2.gyp:re2', 2900 '../third_party/re2/re2.gyp:re2',
2895 '../cc/cc.gyp:cc', 2901 '../cc/cc.gyp:cc',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 'variables': { 3576 'variables': {
3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3577 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3578 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3573 }, 3579 },
3574 'includes': [ '../build/protoc.gypi' ] 3580 'includes': [ '../build/protoc.gypi' ]
3575 }, 3581 },
3576 ], 3582 ],
3577 },], 3583 },],
3578 ], 3584 ],
3579 } 3585 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698