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

Side by Side Diff: content/content_child.gypi

Issue 668303004: WIP DO NOT COMMIT chromium side of navigator.connect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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
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/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'child/request_info.cc', 172 'child/request_info.cc',
173 'child/request_info.h', 173 'child/request_info.h',
174 'child/resource_dispatcher.cc', 174 'child/resource_dispatcher.cc',
175 'child/resource_dispatcher.h', 175 'child/resource_dispatcher.h',
176 'child/resource_loader_bridge.cc', 176 'child/resource_loader_bridge.cc',
177 'child/resource_loader_bridge.h', 177 'child/resource_loader_bridge.h',
178 'child/runtime_features.cc', 178 'child/runtime_features.cc',
179 'child/runtime_features.h', 179 'child/runtime_features.h',
180 'child/scoped_child_process_reference.cc', 180 'child/scoped_child_process_reference.cc',
181 'child/scoped_child_process_reference.h', 181 'child/scoped_child_process_reference.h',
182 'child/service_worker/navigator_connect_provider.cc',
183 'child/service_worker/navigator_connect_provider.h',
182 'child/service_worker/service_worker_dispatcher.cc', 184 'child/service_worker/service_worker_dispatcher.cc',
183 'child/service_worker/service_worker_dispatcher.h', 185 'child/service_worker/service_worker_dispatcher.h',
184 'child/service_worker/service_worker_handle_reference.cc', 186 'child/service_worker/service_worker_handle_reference.cc',
185 'child/service_worker/service_worker_handle_reference.h', 187 'child/service_worker/service_worker_handle_reference.h',
186 'child/service_worker/service_worker_message_filter.cc', 188 'child/service_worker/service_worker_message_filter.cc',
187 'child/service_worker/service_worker_message_filter.h', 189 'child/service_worker/service_worker_message_filter.h',
188 'child/service_worker/service_worker_network_provider.cc', 190 'child/service_worker/service_worker_network_provider.cc',
189 'child/service_worker/service_worker_network_provider.h', 191 'child/service_worker/service_worker_network_provider.h',
190 'child/service_worker/service_worker_provider_context.cc', 192 'child/service_worker/service_worker_provider_context.cc',
191 'child/service_worker/service_worker_provider_context.h', 193 'child/service_worker/service_worker_provider_context.h',
192 'child/service_worker/service_worker_registration_handle_reference.cc', 194 'child/service_worker/service_worker_registration_handle_reference.cc',
193 'child/service_worker/service_worker_registration_handle_reference.h', 195 'child/service_worker/service_worker_registration_handle_reference.h',
196 'child/service_worker/web_cross_origin_service_worker_client_impl.cc',
197 'child/service_worker/web_cross_origin_service_worker_client_impl.h',
194 'child/service_worker/web_service_worker_impl.cc', 198 'child/service_worker/web_service_worker_impl.cc',
195 'child/service_worker/web_service_worker_impl.h', 199 'child/service_worker/web_service_worker_impl.h',
196 'child/service_worker/web_service_worker_provider_impl.cc', 200 'child/service_worker/web_service_worker_provider_impl.cc',
197 'child/service_worker/web_service_worker_provider_impl.h', 201 'child/service_worker/web_service_worker_provider_impl.h',
198 'child/service_worker/web_service_worker_registration_impl.cc', 202 'child/service_worker/web_service_worker_registration_impl.cc',
199 'child/service_worker/web_service_worker_registration_impl.h', 203 'child/service_worker/web_service_worker_registration_impl.h',
200 'child/shared_worker_devtools_agent.cc', 204 'child/shared_worker_devtools_agent.cc',
201 'child/shared_worker_devtools_agent.h', 205 'child/shared_worker_devtools_agent.h',
202 'child/simple_webmimeregistry_impl.cc', 206 'child/simple_webmimeregistry_impl.cc',
203 'child/simple_webmimeregistry_impl.h', 207 'child/simple_webmimeregistry_impl.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 }, { 388 }, {
385 'dependencies': [ 389 'dependencies': [
386 '../third_party/nss/nss.gyp:nspr', 390 '../third_party/nss/nss.gyp:nspr',
387 '../third_party/nss/nss.gyp:nss', 391 '../third_party/nss/nss.gyp:nss',
388 ], 392 ],
389 }], 393 }],
390 ], 394 ],
391 }], 395 }],
392 ], 396 ],
393 } 397 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/service_worker/embedded_worker_context_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698