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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1088183003: Remove GTalk Pepper interfaces and related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a few references 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
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 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', 2016 'browser/renderer_host/pepper/pepper_flash_browser_host.cc',
2017 'browser/renderer_host/pepper/pepper_flash_browser_host.h', 2017 'browser/renderer_host/pepper/pepper_flash_browser_host.h',
2018 'browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.cc', 2018 'browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.cc',
2019 'browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.h', 2019 'browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.h',
2020 'browser/renderer_host/pepper/pepper_flash_drm_host.cc', 2020 'browser/renderer_host/pepper/pepper_flash_drm_host.cc',
2021 'browser/renderer_host/pepper/pepper_flash_drm_host.h', 2021 'browser/renderer_host/pepper/pepper_flash_drm_host.h',
2022 'browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.c c', 2022 'browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.c c',
2023 'browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h ', 2023 'browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h ',
2024 'browser/renderer_host/pepper/pepper_output_protection_message_filter.cc', 2024 'browser/renderer_host/pepper/pepper_output_protection_message_filter.cc',
2025 'browser/renderer_host/pepper/pepper_output_protection_message_filter.h', 2025 'browser/renderer_host/pepper/pepper_output_protection_message_filter.h',
2026 'browser/renderer_host/pepper/pepper_talk_host.cc',
2027 'browser/renderer_host/pepper/pepper_talk_host.h',
2028 ], 2026 ],
2029 'chrome_browser_plugin_installation_sources': [ 2027 'chrome_browser_plugin_installation_sources': [
2030 'browser/plugins/plugin_installer.cc', 2028 'browser/plugins/plugin_installer.cc',
2031 'browser/plugins/plugin_installer.h', 2029 'browser/plugins/plugin_installer.h',
2032 'browser/plugins/plugin_installer_observer.cc', 2030 'browser/plugins/plugin_installer_observer.cc',
2033 'browser/plugins/plugin_installer_observer.h', 2031 'browser/plugins/plugin_installer_observer.h',
2034 'browser/plugins/plugins_resource_service.cc', 2032 'browser/plugins/plugins_resource_service.cc',
2035 'browser/plugins/plugins_resource_service.h', 2033 'browser/plugins/plugins_resource_service.h',
2036 ], 2034 ],
2037 # Files to compile when configuration policy is disabled. Note that the 2035 # Files to compile when configuration policy is disabled. Note that the
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
3846 'variables': { 3844 'variables': {
3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3845 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3846 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3849 }, 3847 },
3850 'includes': [ '../build/protoc.gypi' ] 3848 'includes': [ '../build/protoc.gypi' ]
3851 }, 3849 },
3852 ], 3850 ],
3853 },], 3851 },],
3854 ], 3852 ],
3855 } 3853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698