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

Side by Side Diff: content/content_child.gypi

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates 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 | « content/content_browser.gypi ('k') | content/content_renderer.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. 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 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../components/webcrypto/webcrypto.gyp:webcrypto', 9 '../components/webcrypto/webcrypto.gyp:webcrypto',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 'child/push_messaging/push_provider.cc', 183 'child/push_messaging/push_provider.cc',
184 'child/push_messaging/push_provider.h', 184 'child/push_messaging/push_provider.h',
185 'child/quota_dispatcher.cc', 185 'child/quota_dispatcher.cc',
186 'child/quota_dispatcher.h', 186 'child/quota_dispatcher.h',
187 'child/quota_message_filter.cc', 187 'child/quota_message_filter.cc',
188 'child/quota_message_filter.h', 188 'child/quota_message_filter.h',
189 'child/request_extra_data.cc', 189 'child/request_extra_data.cc',
190 'child/request_extra_data.h', 190 'child/request_extra_data.h',
191 'child/request_info.cc', 191 'child/request_info.cc',
192 'child/request_info.h', 192 'child/request_info.h',
193 'child/scheduler/cancelable_closure_holder.cc',
194 'child/scheduler/cancelable_closure_holder.h',
195 'child/scheduler/child_scheduler.h',
196 'child/scheduler/nestable_single_thread_task_runner.h',
197 'child/scheduler/null_idle_task_runner.cc',
198 'child/scheduler/null_idle_task_runner.h',
199 'child/scheduler/null_worker_scheduler.cc',
200 'child/scheduler/null_worker_scheduler.h',
201 'child/scheduler/prioritizing_task_queue_selector.cc',
202 'child/scheduler/prioritizing_task_queue_selector.h',
203 'child/scheduler/scheduler_helper.cc',
204 'child/scheduler/scheduler_helper.h',
205 'child/scheduler/scheduler_message_loop_delegate.cc',
206 'child/scheduler/scheduler_message_loop_delegate.h',
207 'child/scheduler/single_thread_idle_task_runner.cc',
208 'child/scheduler/single_thread_idle_task_runner.h',
209 'child/scheduler/task_queue_selector.h',
210 'child/scheduler/task_queue_manager.cc',
211 'child/scheduler/task_queue_manager.h',
212 'child/scheduler/time_source.cc',
213 'child/scheduler/time_source.h',
214 'child/scheduler/webthread_impl_for_worker_scheduler.cc',
215 'child/scheduler/webthread_impl_for_worker_scheduler.h',
216 'child/scheduler/web_scheduler_impl.cc',
217 'child/scheduler/web_scheduler_impl.h',
218 'child/scheduler/worker_scheduler.cc',
219 'child/scheduler/worker_scheduler.h',
220 'child/scheduler/worker_scheduler_impl.cc',
221 'child/scheduler/worker_scheduler_impl.h',
222 'child/resource_dispatcher.cc', 193 'child/resource_dispatcher.cc',
223 'child/resource_dispatcher.h', 194 'child/resource_dispatcher.h',
224 'child/resource_scheduling_filter.cc', 195 'child/resource_scheduling_filter.cc',
225 'child/resource_scheduling_filter.h', 196 'child/resource_scheduling_filter.h',
226 'child/runtime_features.cc', 197 'child/runtime_features.cc',
227 'child/runtime_features.h', 198 'child/runtime_features.h',
228 'child/scoped_child_process_reference.cc', 199 'child/scoped_child_process_reference.cc',
229 'child/scoped_child_process_reference.h', 200 'child/scoped_child_process_reference.h',
230 'child/service_worker/service_worker_dispatcher.cc', 201 'child/service_worker/service_worker_dispatcher.cc',
231 'child/service_worker/service_worker_dispatcher.h', 202 'child/service_worker/service_worker_dispatcher.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'child/webmessageportchannel_impl.h', 250 'child/webmessageportchannel_impl.h',
280 'child/websocket_bridge.cc', 251 'child/websocket_bridge.cc',
281 'child/websocket_bridge.h', 252 'child/websocket_bridge.h',
282 'child/websocket_dispatcher.cc', 253 'child/websocket_dispatcher.cc',
283 'child/websocket_dispatcher.h', 254 'child/websocket_dispatcher.h',
284 'child/webthemeengine_impl_android.cc', 255 'child/webthemeengine_impl_android.cc',
285 'child/webthemeengine_impl_android.h', 256 'child/webthemeengine_impl_android.h',
286 'child/webthemeengine_impl_default.cc', 257 'child/webthemeengine_impl_default.cc',
287 'child/webthemeengine_impl_default.h', 258 'child/webthemeengine_impl_default.h',
288 'child/webthemeengine_impl_mac.h', 259 'child/webthemeengine_impl_mac.h',
289 'child/webthread_base.cc',
290 'child/webthread_base.h',
291 'child/weburlresponse_extradata_impl.cc', 260 'child/weburlresponse_extradata_impl.cc',
292 'child/weburlresponse_extradata_impl.h', 261 'child/weburlresponse_extradata_impl.h',
293 'child/worker_task_runner.cc', 262 'child/worker_task_runner.cc',
294 'child/worker_task_runner.h', 263 'child/worker_task_runner.h',
295 'child/worker_thread_message_filter.cc', 264 'child/worker_thread_message_filter.cc',
296 'child/worker_thread_message_filter.h', 265 'child/worker_thread_message_filter.h',
297 ], 266 ],
298 }, 267 },
299 'sources': [ 268 'sources': [
300 '<@(public_child_sources)', 269 '<@(public_child_sources)',
(...skipping 25 matching lines...) Expand all
326 ['OS=="ios"', { 295 ['OS=="ios"', {
327 'sources/': [ 296 'sources/': [
328 # iOS only needs a small portion of content; exclude all the 297 # iOS only needs a small portion of content; exclude all the
329 # implementation, and re-include what is used. 298 # implementation, and re-include what is used.
330 ['exclude', '\\.(cc|mm)$'], 299 ['exclude', '\\.(cc|mm)$'],
331 ], 300 ],
332 }, { # OS!="ios" 301 }, { # OS!="ios"
333 'dependencies': [ 302 'dependencies': [
334 'app/resources/content_resources.gyp:content_resources', 303 'app/resources/content_resources.gyp:content_resources',
335 'app/strings/content_strings.gyp:content_strings', 304 'app/strings/content_strings.gyp:content_strings',
305 '../components/scheduler/scheduler.gyp:scheduler',
336 '../storage/storage_common.gyp:storage_common', 306 '../storage/storage_common.gyp:storage_common',
337 '../third_party/WebKit/public/blink.gyp:blink', 307 '../third_party/WebKit/public/blink.gyp:blink',
338 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources' , 308 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources' ,
339 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 309 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
340 '../third_party/npapi/npapi.gyp:npapi', 310 '../third_party/npapi/npapi.gyp:npapi',
341 ], 311 ],
342 }], 312 }],
343 ['use_aura==1', { 313 ['use_aura==1', {
344 'sources!': [ 314 'sources!': [
345 'child/npapi/webplugin_delegate_impl_mac.mm', 315 'child/npapi/webplugin_delegate_impl_mac.mm',
346 ], 316 ],
347 }], 317 }],
348 ['OS=="win"', { 318 ['OS=="win"', {
349 'sources!': [ 319 'sources!': [
350 'child/npapi/webplugin_delegate_impl_aura.cc', 320 'child/npapi/webplugin_delegate_impl_aura.cc',
351 ], 321 ],
352 }], 322 }],
353 ], 323 ],
354 } 324 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698