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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 591063003: Split ChromeContentBrowserClient into smaller parts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/plugins/chrome_content_browser_client_plugins_part.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 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 'browser/component_updater/flash_component_installer.h', 1709 'browser/component_updater/flash_component_installer.h',
1710 'browser/component_updater/pepper_flash_component_installer.cc', 1710 'browser/component_updater/pepper_flash_component_installer.cc',
1711 'browser/component_updater/ppapi_utils.cc', 1711 'browser/component_updater/ppapi_utils.cc',
1712 'browser/component_updater/ppapi_utils.h', 1712 'browser/component_updater/ppapi_utils.h',
1713 'browser/metrics/plugin_metrics_provider.cc', 1713 'browser/metrics/plugin_metrics_provider.cc',
1714 'browser/metrics/plugin_metrics_provider.h', 1714 'browser/metrics/plugin_metrics_provider.h',
1715 'browser/pepper_broker_infobar_delegate.cc', 1715 'browser/pepper_broker_infobar_delegate.cc',
1716 'browser/pepper_broker_infobar_delegate.h', 1716 'browser/pepper_broker_infobar_delegate.h',
1717 'browser/pepper_flash_settings_manager.cc', 1717 'browser/pepper_flash_settings_manager.cc',
1718 'browser/pepper_flash_settings_manager.h', 1718 'browser/pepper_flash_settings_manager.h',
1719 'browser/plugins/chrome_content_browser_client_plugins_part.cc',
1720 'browser/plugins/chrome_content_browser_client_plugins_part.h',
1719 'browser/plugins/chrome_plugin_service_filter.cc', 1721 'browser/plugins/chrome_plugin_service_filter.cc',
1720 'browser/plugins/chrome_plugin_service_filter.h', 1722 'browser/plugins/chrome_plugin_service_filter.h',
1721 'browser/plugins/plugin_data_remover_helper.cc', 1723 'browser/plugins/plugin_data_remover_helper.cc',
1722 'browser/plugins/plugin_data_remover_helper.h', 1724 'browser/plugins/plugin_data_remover_helper.h',
1723 'browser/plugins/plugin_finder.cc', 1725 'browser/plugins/plugin_finder.cc',
1724 'browser/plugins/plugin_finder.h', 1726 'browser/plugins/plugin_finder.h',
1725 'browser/plugins/plugin_infobar_delegates.cc', 1727 'browser/plugins/plugin_infobar_delegates.cc',
1726 'browser/plugins/plugin_infobar_delegates.h', 1728 'browser/plugins/plugin_infobar_delegates.h',
1727 'browser/plugins/plugin_info_message_filter.cc', 1729 'browser/plugins/plugin_info_message_filter.cc',
1728 'browser/plugins/plugin_info_message_filter.h', 1730 'browser/plugins/plugin_info_message_filter.h',
(...skipping 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after
3671 'variables': { 3673 'variables': {
3672 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3674 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3673 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3675 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3674 }, 3676 },
3675 'includes': [ '../build/protoc.gypi' ] 3677 'includes': [ '../build/protoc.gypi' ]
3676 }, 3678 },
3677 ], 3679 ],
3678 },], 3680 },],
3679 ], 3681 ],
3680 } 3682 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698