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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 16 matching lines...) Expand all
27 'safe_browsing_proto', 27 'safe_browsing_proto',
28 'safe_browsing_report_proto', 28 'safe_browsing_report_proto',
29 'suggestions_proto', 29 'suggestions_proto',
30 '../components/components.gyp:autofill_core_browser', 30 '../components/components.gyp:autofill_core_browser',
31 '../components/components.gyp:bookmarks_core_browser', 31 '../components/components.gyp:bookmarks_core_browser',
32 '../components/components.gyp:cloud_devices_common', 32 '../components/components.gyp:cloud_devices_common',
33 '../components/components.gyp:data_reduction_proxy_browser', 33 '../components/components.gyp:data_reduction_proxy_browser',
34 '../components/components.gyp:domain_reliability', 34 '../components/components.gyp:domain_reliability',
35 '../components/components.gyp:favicon_base', 35 '../components/components.gyp:favicon_base',
36 '../components/components.gyp:favicon_core', 36 '../components/components.gyp:favicon_core',
37 '../components/components.gyp:infobars_core',
37 '../components/components.gyp:navigation_metrics', 38 '../components/components.gyp:navigation_metrics',
38 '../components/components.gyp:os_crypt', 39 '../components/components.gyp:os_crypt',
39 '../components/components.gyp:password_manager_core_browser', 40 '../components/components.gyp:password_manager_core_browser',
40 '../components/components.gyp:password_manager_core_common', 41 '../components/components.gyp:password_manager_core_common',
41 '../components/components.gyp:policy_component', 42 '../components/components.gyp:policy_component',
42 '../components/components.gyp:precache_core', 43 '../components/components.gyp:precache_core',
43 '../components/components.gyp:query_parser', 44 '../components/components.gyp:query_parser',
44 '../components/components.gyp:rappor', 45 '../components/components.gyp:rappor',
45 '../components/components.gyp:signin_core_browser', 46 '../components/components.gyp:signin_core_browser',
46 '../components/components.gyp:startup_metric_utils', 47 '../components/components.gyp:startup_metric_utils',
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'browser/importer/importer_lock_dialog.h', 898 'browser/importer/importer_lock_dialog.h',
898 'browser/importer/importer_progress_observer.h', 899 'browser/importer/importer_progress_observer.h',
899 'browser/importer/importer_uma.cc', 900 'browser/importer/importer_uma.cc',
900 'browser/importer/importer_uma.h', 901 'browser/importer/importer_uma.h',
901 'browser/importer/in_process_importer_bridge.cc', 902 'browser/importer/in_process_importer_bridge.cc',
902 'browser/importer/in_process_importer_bridge.h', 903 'browser/importer/in_process_importer_bridge.h',
903 'browser/importer/profile_writer.cc', 904 'browser/importer/profile_writer.cc',
904 'browser/importer/profile_writer.h', 905 'browser/importer/profile_writer.h',
905 'browser/infobars/confirm_infobar_delegate.cc', 906 'browser/infobars/confirm_infobar_delegate.cc',
906 'browser/infobars/confirm_infobar_delegate.h', 907 'browser/infobars/confirm_infobar_delegate.h',
907 'browser/infobars/infobar.cc',
908 'browser/infobars/infobar.h',
909 'browser/infobars/infobar_container.cc',
910 'browser/infobars/infobar_container.h',
911 'browser/infobars/infobar_delegate.cc',
912 'browser/infobars/infobar_delegate.h',
913 'browser/infobars/infobar_manager.cc',
914 'browser/infobars/infobar_manager.h',
915 'browser/infobars/infobar_service.cc', 908 'browser/infobars/infobar_service.cc',
916 'browser/infobars/infobar_service.h', 909 'browser/infobars/infobar_service.h',
917 'browser/infobars/insecure_content_infobar_delegate.cc', 910 'browser/infobars/insecure_content_infobar_delegate.cc',
918 'browser/infobars/insecure_content_infobar_delegate.h', 911 'browser/infobars/insecure_content_infobar_delegate.h',
919 'browser/infobars/simple_alert_infobar_delegate.cc', 912 'browser/infobars/simple_alert_infobar_delegate.cc',
920 'browser/infobars/simple_alert_infobar_delegate.h', 913 'browser/infobars/simple_alert_infobar_delegate.h',
921 'browser/install_verification/win/imported_module_verification.cc', 914 'browser/install_verification/win/imported_module_verification.cc',
922 'browser/install_verification/win/imported_module_verification.h', 915 'browser/install_verification/win/imported_module_verification.h',
923 'browser/install_verification/win/install_verification.cc', 916 'browser/install_verification/win/install_verification.cc',
924 'browser/install_verification/win/install_verification.h', 917 'browser/install_verification/win/install_verification.h',
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
3743 'package_name': 'org/chromium/chrome/browser', 3736 'package_name': 'org/chromium/chrome/browser',
3744 'template_deps': ['browser/android/tab_load_status.h'], 3737 'template_deps': ['browser/android/tab_load_status.h'],
3745 }, 3738 },
3746 'includes': [ '../build/android/java_cpp_template.gypi' ], 3739 'includes': [ '../build/android/java_cpp_template.gypi' ],
3747 }, 3740 },
3748 ], 3741 ],
3749 }, 3742 },
3750 ], 3743 ],
3751 ], 3744 ],
3752 } 3745 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698