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

Side by Side Diff: content/content_child.gypi

Issue 648403004: Schedule ResourceDispatch messages via a Filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It should compile now Created 6 years, 2 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_scheduling_filter.cc ('k') | content/renderer/render_thread_impl.h » ('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_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'child/quota_dispatcher.cc', 148 'child/quota_dispatcher.cc',
149 'child/quota_dispatcher.h', 149 'child/quota_dispatcher.h',
150 'child/quota_message_filter.cc', 150 'child/quota_message_filter.cc',
151 'child/quota_message_filter.h', 151 'child/quota_message_filter.h',
152 'child/request_extra_data.cc', 152 'child/request_extra_data.cc',
153 'child/request_extra_data.h', 153 'child/request_extra_data.h',
154 'child/request_info.cc', 154 'child/request_info.cc',
155 'child/request_info.h', 155 'child/request_info.h',
156 'child/resource_dispatcher.cc', 156 'child/resource_dispatcher.cc',
157 'child/resource_dispatcher.h', 157 'child/resource_dispatcher.h',
158 'child/resource_scheduling_filter.cc',
159 'child/resource_scheduling_filter.h',
158 'child/resource_loader_bridge.cc', 160 'child/resource_loader_bridge.cc',
159 'child/resource_loader_bridge.h', 161 'child/resource_loader_bridge.h',
160 'child/runtime_features.cc', 162 'child/runtime_features.cc',
161 'child/runtime_features.h', 163 'child/runtime_features.h',
162 'child/scoped_child_process_reference.cc', 164 'child/scoped_child_process_reference.cc',
163 'child/scoped_child_process_reference.h', 165 'child/scoped_child_process_reference.h',
164 'child/service_worker/service_worker_dispatcher.cc', 166 'child/service_worker/service_worker_dispatcher.cc',
165 'child/service_worker/service_worker_dispatcher.h', 167 'child/service_worker/service_worker_dispatcher.h',
166 'child/service_worker/service_worker_handle_reference.cc', 168 'child/service_worker/service_worker_handle_reference.cc',
167 'child/service_worker/service_worker_handle_reference.h', 169 'child/service_worker/service_worker_handle_reference.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 }, { 371 }, {
370 'dependencies': [ 372 'dependencies': [
371 '../third_party/nss/nss.gyp:nspr', 373 '../third_party/nss/nss.gyp:nspr',
372 '../third_party/nss/nss.gyp:nss', 374 '../third_party/nss/nss.gyp:nss',
373 ], 375 ],
374 }], 376 }],
375 ], 377 ],
376 }], 378 }],
377 ], 379 ],
378 } 380 }
OLDNEW
« no previous file with comments | « content/child/resource_scheduling_filter.cc ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698