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

Side by Side Diff: content/content_child.gypi

Issue 281073002: NOT FOR REVIEW: Adding prioritized incoming task queue to renderers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prioritize input events Created 6 years, 7 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/resource_dispatcher.cc ('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 '../mojo/mojo.gyp:mojo_environment_chromium', 9 '../mojo/mojo.gyp:mojo_environment_chromium',
10 '../mojo/mojo.gyp:mojo_shell_bindings', 10 '../mojo/mojo.gyp:mojo_shell_bindings',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'child/fileapi/webfilewriter_base.cc', 60 'child/fileapi/webfilewriter_base.cc',
61 'child/fileapi/webfilewriter_base.h', 61 'child/fileapi/webfilewriter_base.h',
62 'child/fileapi/webfilewriter_impl.cc', 62 'child/fileapi/webfilewriter_impl.cc',
63 'child/fileapi/webfilewriter_impl.h', 63 'child/fileapi/webfilewriter_impl.h',
64 'child/fling_animator_impl_android.cc', 64 'child/fling_animator_impl_android.cc',
65 'child/fling_animator_impl_android.h', 65 'child/fling_animator_impl_android.h',
66 'child/fling_curve_configuration.cc', 66 'child/fling_curve_configuration.cc',
67 'child/fling_curve_configuration.h', 67 'child/fling_curve_configuration.h',
68 'child/ftp_directory_listing_response_delegate.cc', 68 'child/ftp_directory_listing_response_delegate.cc',
69 'child/ftp_directory_listing_response_delegate.h', 69 'child/ftp_directory_listing_response_delegate.h',
70 'child/high_priority_resource_filter.cc',
71 'child/high_priority_resource_filter.h',
70 'child/image_decoder.cc', 72 'child/image_decoder.cc',
71 'child/image_decoder.h', 73 'child/image_decoder.h',
72 'child/indexed_db/indexed_db_dispatcher.cc', 74 'child/indexed_db/indexed_db_dispatcher.cc',
73 'child/indexed_db/indexed_db_dispatcher.h', 75 'child/indexed_db/indexed_db_dispatcher.h',
74 'child/indexed_db/indexed_db_key_builders.cc', 76 'child/indexed_db/indexed_db_key_builders.cc',
75 'child/indexed_db/indexed_db_key_builders.h', 77 'child/indexed_db/indexed_db_key_builders.h',
76 'child/indexed_db/indexed_db_message_filter.cc', 78 'child/indexed_db/indexed_db_message_filter.cc',
77 'child/indexed_db/indexed_db_message_filter.h', 79 'child/indexed_db/indexed_db_message_filter.h',
78 'child/indexed_db/webidbcursor_impl.cc', 80 'child/indexed_db/webidbcursor_impl.cc',
79 'child/indexed_db/webidbcursor_impl.h', 81 'child/indexed_db/webidbcursor_impl.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 }, { 296 }, {
295 'dependencies': [ 297 'dependencies': [
296 '../third_party/nss/nss.gyp:nspr', 298 '../third_party/nss/nss.gyp:nspr',
297 '../third_party/nss/nss.gyp:nss', 299 '../third_party/nss/nss.gyp:nss',
298 ], 300 ],
299 }], 301 }],
300 ], 302 ],
301 }], 303 }],
302 ], 304 ],
303 } 305 }
OLDNEW
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698