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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1011953003: Refactor Permissions related method out of ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_type_enum_class
Patch Set: fix cros 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/ui/app_list/test/fake_profile.cc ('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 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 'browser/password_manager/password_store_mac_internal.h', 1953 'browser/password_manager/password_store_mac_internal.h',
1954 'browser/password_manager/password_store_win.cc', 1954 'browser/password_manager/password_store_win.cc',
1955 'browser/password_manager/password_store_win.h', 1955 'browser/password_manager/password_store_win.h',
1956 'browser/password_manager/password_store_x.cc', 1956 'browser/password_manager/password_store_x.cc',
1957 'browser/password_manager/password_store_x.h', 1957 'browser/password_manager/password_store_x.h',
1958 'browser/password_manager/save_password_infobar_delegate.cc', 1958 'browser/password_manager/save_password_infobar_delegate.cc',
1959 'browser/password_manager/save_password_infobar_delegate.h', 1959 'browser/password_manager/save_password_infobar_delegate.h',
1960 'browser/password_manager/sync_metrics.cc', 1960 'browser/password_manager/sync_metrics.cc',
1961 'browser/password_manager/sync_metrics.h', 1961 'browser/password_manager/sync_metrics.h',
1962 ], 1962 ],
1963 'chrome_browser_permissions_sources': [
1964 'browser/permissions/permission_context.cc',
1965 'browser/permissions/permission_context.h',
1966 'browser/permissions/permission_manager.cc',
1967 'browser/permissions/permission_manager.h',
1968 'browser/permissions/permission_manager_factory.cc',
1969 'browser/permissions/permission_manager_factory.h',
1970 ],
1963 # See also the plugin_installation_sources list below. 1971 # See also the plugin_installation_sources list below.
1964 'chrome_browser_plugins_sources': [ 1972 'chrome_browser_plugins_sources': [
1965 'browser/browsing_data/browsing_data_flash_lso_helper.cc', 1973 'browser/browsing_data/browsing_data_flash_lso_helper.cc',
1966 'browser/browsing_data/browsing_data_flash_lso_helper.h', 1974 'browser/browsing_data/browsing_data_flash_lso_helper.h',
1967 'browser/component_updater/flash_component_installer.h', 1975 'browser/component_updater/flash_component_installer.h',
1968 'browser/component_updater/pepper_flash_component_installer.cc', 1976 'browser/component_updater/pepper_flash_component_installer.cc',
1969 'browser/metrics/plugin_metrics_provider.cc', 1977 'browser/metrics/plugin_metrics_provider.cc',
1970 'browser/metrics/plugin_metrics_provider.h', 1978 'browser/metrics/plugin_metrics_provider.h',
1971 'browser/pepper_broker_infobar_delegate.cc', 1979 'browser/pepper_broker_infobar_delegate.cc',
1972 'browser/pepper_broker_infobar_delegate.h', 1980 'browser/pepper_broker_infobar_delegate.h',
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 '<@(chrome_browser_autocomplete_sources)', 3113 '<@(chrome_browser_autocomplete_sources)',
3106 '<@(chrome_browser_bookmark_sources)', 3114 '<@(chrome_browser_bookmark_sources)',
3107 '<@(chrome_browser_browser_process_sources)', 3115 '<@(chrome_browser_browser_process_sources)',
3108 '<@(chrome_browser_content_settings_sources)', 3116 '<@(chrome_browser_content_settings_sources)',
3109 '<@(chrome_browser_favicon_sources)', 3117 '<@(chrome_browser_favicon_sources)',
3110 '<@(chrome_browser_google_sources)', 3118 '<@(chrome_browser_google_sources)',
3111 '<@(chrome_browser_history_sources)', 3119 '<@(chrome_browser_history_sources)',
3112 '<@(chrome_browser_metrics_sources)', 3120 '<@(chrome_browser_metrics_sources)',
3113 '<@(chrome_browser_net_sources)', 3121 '<@(chrome_browser_net_sources)',
3114 '<@(chrome_browser_password_manager_sources)', 3122 '<@(chrome_browser_password_manager_sources)',
3123 '<@(chrome_browser_permissions_sources)',
3115 '<@(chrome_browser_predictor_sources)', 3124 '<@(chrome_browser_predictor_sources)',
3116 '<@(chrome_browser_pref_sources)', 3125 '<@(chrome_browser_pref_sources)',
3117 '<@(chrome_browser_profiles_sources)', 3126 '<@(chrome_browser_profiles_sources)',
3118 '<@(chrome_browser_search_engines_sources)', 3127 '<@(chrome_browser_search_engines_sources)',
3119 '<@(chrome_browser_services_sources)', 3128 '<@(chrome_browser_services_sources)',
3120 '<@(chrome_browser_session_sources)', 3129 '<@(chrome_browser_session_sources)',
3121 '<@(chrome_browser_signin_sources)', 3130 '<@(chrome_browser_signin_sources)',
3122 '<@(chrome_browser_ssl_sources)', 3131 '<@(chrome_browser_ssl_sources)',
3123 '<@(chrome_browser_sync_sources)', 3132 '<@(chrome_browser_sync_sources)',
3124 '<@(chrome_browser_web_resource_sources)', 3133 '<@(chrome_browser_web_resource_sources)',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'variables': { 3807 'variables': {
3799 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3808 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3800 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3809 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3801 }, 3810 },
3802 'includes': [ '../build/protoc.gypi' ] 3811 'includes': [ '../build/protoc.gypi' ]
3803 }, 3812 },
3804 ], 3813 ],
3805 },], 3814 },],
3806 ], 3815 ],
3807 } 3816 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/test/fake_profile.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698