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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1090993003: Move undo files into //components/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@utils
Patch Set: Fix gn compilation Created 5 years, 8 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/undo/undo_operation.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'browser/thumbnails/thumbnail_tab_helper.h', 721 'browser/thumbnails/thumbnail_tab_helper.h',
722 'browser/thumbnails/thumbnailing_algorithm.h', 722 'browser/thumbnails/thumbnailing_algorithm.h',
723 'browser/thumbnails/thumbnailing_context.cc', 723 'browser/thumbnails/thumbnailing_context.cc',
724 'browser/thumbnails/thumbnailing_context.h', 724 'browser/thumbnails/thumbnailing_context.h',
725 'browser/translate/chrome_translate_client.cc', 725 'browser/translate/chrome_translate_client.cc',
726 'browser/translate/chrome_translate_client.h', 726 'browser/translate/chrome_translate_client.h',
727 'browser/translate/translate_accept_languages_factory.cc', 727 'browser/translate/translate_accept_languages_factory.cc',
728 'browser/translate/translate_accept_languages_factory.h', 728 'browser/translate/translate_accept_languages_factory.h',
729 'browser/translate/translate_service.cc', 729 'browser/translate/translate_service.cc',
730 'browser/translate/translate_service.h', 730 'browser/translate/translate_service.h',
731 'browser/undo/bookmark_renumber_observer.h',
732 'browser/undo/undo_manager_observer.h',
733 'browser/undo/undo_operation.h',
734 'browser/update_client/chrome_update_query_params_delegate.cc', 731 'browser/update_client/chrome_update_query_params_delegate.cc',
735 'browser/update_client/chrome_update_query_params_delegate.h', 732 'browser/update_client/chrome_update_query_params_delegate.h',
736 'browser/upgrade_detector.cc', 733 'browser/upgrade_detector.cc',
737 'browser/upgrade_detector.h', 734 'browser/upgrade_detector.h',
738 'browser/upload_list.cc', 735 'browser/upload_list.cc',
739 'browser/upload_list.h', 736 'browser/upload_list.h',
740 'browser/webdata/web_data_service_factory.cc', 737 'browser/webdata/web_data_service_factory.cc',
741 'browser/webdata/web_data_service_factory.h', 738 'browser/webdata/web_data_service_factory.h',
742 ], 739 ],
743 'chrome_browser_android_sources': [ 740 'chrome_browser_android_sources': [
(...skipping 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 'browser/themes/theme_properties.h', 2911 'browser/themes/theme_properties.h',
2915 'browser/themes/theme_service.cc', 2912 'browser/themes/theme_service.cc',
2916 'browser/themes/theme_service.h', 2913 'browser/themes/theme_service.h',
2917 'browser/themes/theme_service_factory.cc', 2914 'browser/themes/theme_service_factory.cc',
2918 'browser/themes/theme_service_factory.h', 2915 'browser/themes/theme_service_factory.h',
2919 'browser/themes/theme_service_mac.mm', 2916 'browser/themes/theme_service_mac.mm',
2920 'browser/themes/theme_syncable_service.cc', 2917 'browser/themes/theme_syncable_service.cc',
2921 'browser/themes/theme_syncable_service.h', 2918 'browser/themes/theme_syncable_service.h',
2922 ], 2919 ],
2923 'chrome_browser_undo_sources': [ 2920 'chrome_browser_undo_sources': [
2924 'browser/undo/bookmark_undo_service.cc',
2925 'browser/undo/bookmark_undo_service.h',
2926 'browser/undo/bookmark_undo_service_factory.cc', 2921 'browser/undo/bookmark_undo_service_factory.cc',
2927 'browser/undo/bookmark_undo_service_factory.h', 2922 'browser/undo/bookmark_undo_service_factory.h',
2928 'browser/undo/bookmark_undo_utils.cc',
2929 'browser/undo/bookmark_undo_utils.h',
2930 'browser/undo/undo_manager.cc',
2931 'browser/undo/undo_manager.h',
2932 ], 2923 ],
2933 'chrome_browser_web_resource_sources': [ 2924 'chrome_browser_web_resource_sources': [
2934 'browser/web_resource/chrome_web_resource_service.cc', 2925 'browser/web_resource/chrome_web_resource_service.cc',
2935 'browser/web_resource/chrome_web_resource_service.h', 2926 'browser/web_resource/chrome_web_resource_service.h',
2936 'browser/web_resource/notification_promo.cc', 2927 'browser/web_resource/notification_promo.cc',
2937 'browser/web_resource/notification_promo.h', 2928 'browser/web_resource/notification_promo.h',
2938 'browser/web_resource/promo_resource_service.cc', 2929 'browser/web_resource/promo_resource_service.cc',
2939 'browser/web_resource/promo_resource_service.h', 2930 'browser/web_resource/promo_resource_service.h',
2940 ], 2931 ],
2941 'chrome_browser_webrtc_sources': [ 2932 'chrome_browser_webrtc_sources': [
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
3024 '../components/components.gyp:search', 3015 '../components/components.gyp:search',
3025 '../components/components.gyp:search_engines', 3016 '../components/components.gyp:search_engines',
3026 '../components/components.gyp:search_provider_logos', 3017 '../components/components.gyp:search_provider_logos',
3027 '../components/components.gyp:suggestions', 3018 '../components/components.gyp:suggestions',
3028 '../components/components.gyp:signin_core_browser', 3019 '../components/components.gyp:signin_core_browser',
3029 '../components/components.gyp:startup_metric_utils', 3020 '../components/components.gyp:startup_metric_utils',
3030 '../components/components.gyp:sync_driver', 3021 '../components/components.gyp:sync_driver',
3031 '../components/components.gyp:translate_core_browser', 3022 '../components/components.gyp:translate_core_browser',
3032 '../components/components.gyp:translate_core_common', 3023 '../components/components.gyp:translate_core_common',
3033 '../components/components.gyp:update_client', 3024 '../components/components.gyp:update_client',
3025 '../components/components.gyp:undo_component',
3034 '../components/components.gyp:url_fixer', 3026 '../components/components.gyp:url_fixer',
3035 '../components/components.gyp:user_prefs', 3027 '../components/components.gyp:user_prefs',
3036 '../components/components.gyp:wallpaper', 3028 '../components/components.gyp:wallpaper',
3037 '../components/components_strings.gyp:components_strings', 3029 '../components/components_strings.gyp:components_strings',
3038 # This depends directly on the variations target, rather than just 3030 # This depends directly on the variations target, rather than just
3039 # transitively via the common target because the proto sources need to 3031 # transitively via the common target because the proto sources need to
3040 # be generated before code in this target can start building. 3032 # be generated before code in this target can start building.
3041 '../components/components.gyp:variations', 3033 '../components/components.gyp:variations',
3042 '../components/components.gyp:variations_http_provider', 3034 '../components/components.gyp:variations_http_provider',
3043 '../components/components.gyp:webdata_common', 3035 '../components/components.gyp:webdata_common',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'variables': { 3840 'variables': {
3849 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3841 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3850 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3842 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3851 }, 3843 },
3852 'includes': [ '../build/protoc.gypi' ] 3844 'includes': [ '../build/protoc.gypi' ]
3853 }, 3845 },
3854 ], 3846 ],
3855 },], 3847 },],
3856 ], 3848 ],
3857 } 3849 }
OLDNEW
« no previous file with comments | « chrome/browser/undo/undo_operation.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698