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

Side by Side Diff: content/content_child.gypi

Issue 1851093005: Remove content/child/npapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_combined_01_02
Patch Set: rebase Created 4 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 | « content/child/plugin_messages.h ('k') | content/content_tests.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 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 2 # found in the LICENSE file.
4 3
5 { 4 {
6 'dependencies': [ 5 'dependencies': [
7 '../base/base.gyp:base', 6 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
10 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
11 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'child/notifications/notification_dispatcher.cc', 141 'child/notifications/notification_dispatcher.cc',
143 'child/notifications/notification_dispatcher.h', 142 'child/notifications/notification_dispatcher.h',
144 'child/notifications/notification_image_loader.cc', 143 'child/notifications/notification_image_loader.cc',
145 'child/notifications/notification_image_loader.h', 144 'child/notifications/notification_image_loader.h',
146 'child/notifications/notification_manager.cc', 145 'child/notifications/notification_manager.cc',
147 'child/notifications/notification_manager.h', 146 'child/notifications/notification_manager.h',
148 'child/notifications/pending_notification.cc', 147 'child/notifications/pending_notification.cc',
149 'child/notifications/pending_notification.h', 148 'child/notifications/pending_notification.h',
150 'child/notifications/pending_notifications_tracker.cc', 149 'child/notifications/pending_notifications_tracker.cc',
151 'child/notifications/pending_notifications_tracker.h', 150 'child/notifications/pending_notifications_tracker.h',
152 'child/npapi/np_channel_base.cc',
153 'child/npapi/np_channel_base.h',
154 'child/npapi/plugin_host.cc',
155 'child/npapi/plugin_host.h',
156 'child/npapi/plugin_instance.cc',
157 'child/npapi/plugin_instance.h',
158 'child/npapi/plugin_instance_mac.mm',
159 'child/npapi/plugin_lib.cc',
160 'child/npapi/plugin_lib.h',
161 'child/npapi/plugin_web_event_converter_mac.h',
162 'child/npapi/plugin_web_event_converter_mac.mm',
163 'child/npapi/webplugin.h',
164 'child/npapi/webplugin_accelerated_surface_mac.h',
165 'child/npapi/webplugin_delegate.h',
166 'child/npapi/webplugin_delegate_impl.cc',
167 'child/npapi/webplugin_delegate_impl.h',
168 'child/npapi/webplugin_delegate_impl_android.cc',
169 'child/npapi/webplugin_delegate_impl_aura.cc',
170 'child/npapi/webplugin_delegate_impl_mac.mm',
171 'child/npapi/webplugin_delegate_impl_win.cc',
172 'child/npapi/webplugin_resource_client.h',
173 'child/permissions/permission_dispatcher.cc', 151 'child/permissions/permission_dispatcher.cc',
174 'child/permissions/permission_dispatcher.h', 152 'child/permissions/permission_dispatcher.h',
175 'child/permissions/permission_dispatcher_thread_proxy.cc', 153 'child/permissions/permission_dispatcher_thread_proxy.cc',
176 'child/permissions/permission_dispatcher_thread_proxy.h', 154 'child/permissions/permission_dispatcher_thread_proxy.h',
177 'child/permissions/permission_observers_registry.cc', 155 'child/permissions/permission_observers_registry.cc',
178 'child/permissions/permission_observers_registry.h', 156 'child/permissions/permission_observers_registry.h',
179 'child/plugin_message_generator.cc',
180 'child/plugin_message_generator.h',
181 'child/plugin_messages.h',
182 'child/power_monitor_broadcast_source.cc', 157 'child/power_monitor_broadcast_source.cc',
183 'child/power_monitor_broadcast_source.h', 158 'child/power_monitor_broadcast_source.h',
184 'child/process_control_impl.cc', 159 'child/process_control_impl.cc',
185 'child/process_control_impl.h', 160 'child/process_control_impl.h',
186 'child/push_messaging/push_dispatcher.cc', 161 'child/push_messaging/push_dispatcher.cc',
187 'child/push_messaging/push_dispatcher.h', 162 'child/push_messaging/push_dispatcher.h',
188 'child/push_messaging/push_provider.cc', 163 'child/push_messaging/push_provider.cc',
189 'child/push_messaging/push_provider.h', 164 'child/push_messaging/push_provider.h',
190 'child/quota_dispatcher.cc', 165 'child/quota_dispatcher.cc',
191 'child/quota_dispatcher.h', 166 'child/quota_dispatcher.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 263 ],
289 ['OS=="android"', { 264 ['OS=="android"', {
290 'dependencies': [ 265 'dependencies': [
291 '../build/android/ndk.gyp:cpu_features', 266 '../build/android/ndk.gyp:cpu_features',
292 ], 267 ],
293 }], 268 }],
294 ['enable_plugins==0', { 269 ['enable_plugins==0', {
295 'sources!': [ 270 'sources!': [
296 'child/browser_font_resource_trusted.cc', 271 'child/browser_font_resource_trusted.cc',
297 ], 272 ],
298 'sources/': [
299 ['exclude', '^child/npapi/plugin_'],
300 ['exclude', '^child/npapi/webplugin_'],
301 ],
302 }],
303 ['use_aura==1', {
304 'sources!': [
305 'child/npapi/webplugin_delegate_impl_mac.mm',
306 ],
307 }],
308 ['OS=="win"', {
309 'sources!': [
310 'child/npapi/webplugin_delegate_impl_aura.cc',
311 ],
312 }], 273 }],
313 ], 274 ],
314 } 275 }
OLDNEW
« no previous file with comments | « content/child/plugin_messages.h ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698