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

Side by Side Diff: content/content_renderer.gypi

Issue 363383002: Forward input tasks to the Blink scheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sequence numbers for tasks. Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'renderer/renderer_webcookiejar_impl.cc', 414 'renderer/renderer_webcookiejar_impl.cc',
415 'renderer/renderer_webcookiejar_impl.h', 415 'renderer/renderer_webcookiejar_impl.h',
416 'renderer/renderer_webkitplatformsupport_impl.cc', 416 'renderer/renderer_webkitplatformsupport_impl.cc',
417 'renderer/renderer_webkitplatformsupport_impl.h', 417 'renderer/renderer_webkitplatformsupport_impl.h',
418 'renderer/resizing_mode_selector.cc', 418 'renderer/resizing_mode_selector.cc',
419 'renderer/resizing_mode_selector.h', 419 'renderer/resizing_mode_selector.h',
420 'renderer/sad_plugin.cc', 420 'renderer/sad_plugin.cc',
421 'renderer/sad_plugin.h', 421 'renderer/sad_plugin.h',
422 'renderer/savable_resources.cc', 422 'renderer/savable_resources.cc',
423 'renderer/savable_resources.h', 423 'renderer/savable_resources.h',
424 'renderer/scheduler_proxy_task_runner.h',
424 'renderer/screen_orientation/screen_orientation_dispatcher.cc', 425 'renderer/screen_orientation/screen_orientation_dispatcher.cc',
425 'renderer/screen_orientation/screen_orientation_dispatcher.h', 426 'renderer/screen_orientation/screen_orientation_dispatcher.h',
426 'renderer/screen_orientation/screen_orientation_observer.cc', 427 'renderer/screen_orientation/screen_orientation_observer.cc',
427 'renderer/screen_orientation/screen_orientation_observer.h', 428 'renderer/screen_orientation/screen_orientation_observer.h',
428 'renderer/scoped_clipboard_writer_glue.cc', 429 'renderer/scoped_clipboard_writer_glue.cc',
429 'renderer/scoped_clipboard_writer_glue.h', 430 'renderer/scoped_clipboard_writer_glue.h',
430 'renderer/service_worker/embedded_worker_context_client.cc', 431 'renderer/service_worker/embedded_worker_context_client.cc',
431 'renderer/service_worker/embedded_worker_context_client.h', 432 'renderer/service_worker/embedded_worker_context_client.h',
432 'renderer/service_worker/embedded_worker_context_message_filter.cc', 433 'renderer/service_worker/embedded_worker_context_message_filter.cc',
433 'renderer/service_worker/embedded_worker_context_message_filter.h', 434 'renderer/service_worker/embedded_worker_context_message_filter.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 }], 894 }],
894 ], 895 ],
895 'target_conditions': [ 896 'target_conditions': [
896 ['OS=="android"', { 897 ['OS=="android"', {
897 'sources/': [ 898 'sources/': [
898 ['include', '^renderer/render_view_linux\\.cc$'], 899 ['include', '^renderer/render_view_linux\\.cc$'],
899 ], 900 ],
900 }], 901 }],
901 ], 902 ],
902 } 903 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/scheduler_proxy_task_runner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698