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

Side by Side Diff: content/content_child.gypi

Issue 1293253002: Connect WebUSB client interface to the devices app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak in WeakBindingSet Created 5 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
« no previous file with comments | « content/child/scoped_web_callbacks.h ('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/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'child/request_info.cc', 199 'child/request_info.cc',
200 'child/request_info.h', 200 'child/request_info.h',
201 'child/resource_dispatcher.cc', 201 'child/resource_dispatcher.cc',
202 'child/resource_dispatcher.h', 202 'child/resource_dispatcher.h',
203 'child/resource_scheduling_filter.cc', 203 'child/resource_scheduling_filter.cc',
204 'child/resource_scheduling_filter.h', 204 'child/resource_scheduling_filter.h',
205 'child/runtime_features.cc', 205 'child/runtime_features.cc',
206 'child/runtime_features.h', 206 'child/runtime_features.h',
207 'child/scoped_child_process_reference.cc', 207 'child/scoped_child_process_reference.cc',
208 'child/scoped_child_process_reference.h', 208 'child/scoped_child_process_reference.h',
209 'child/scoped_web_callbacks.h',
209 'child/shared_memory_data_consumer_handle.cc', 210 'child/shared_memory_data_consumer_handle.cc',
210 'child/shared_memory_data_consumer_handle.h', 211 'child/shared_memory_data_consumer_handle.h',
211 'child/shared_memory_received_data_factory.cc', 212 'child/shared_memory_received_data_factory.cc',
212 'child/shared_memory_received_data_factory.h', 213 'child/shared_memory_received_data_factory.h',
213 'child/service_worker/service_worker_dispatcher.cc', 214 'child/service_worker/service_worker_dispatcher.cc',
214 'child/service_worker/service_worker_dispatcher.h', 215 'child/service_worker/service_worker_dispatcher.h',
215 'child/service_worker/service_worker_handle_reference.cc', 216 'child/service_worker/service_worker_handle_reference.cc',
216 'child/service_worker/service_worker_handle_reference.h', 217 'child/service_worker/service_worker_handle_reference.h',
217 'child/service_worker/service_worker_message_filter.cc', 218 'child/service_worker/service_worker_message_filter.cc',
218 'child/service_worker/service_worker_message_filter.h', 219 'child/service_worker/service_worker_message_filter.h',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'child/npapi/webplugin_delegate_impl_mac.mm', 334 'child/npapi/webplugin_delegate_impl_mac.mm',
334 ], 335 ],
335 }], 336 }],
336 ['OS=="win"', { 337 ['OS=="win"', {
337 'sources!': [ 338 'sources!': [
338 'child/npapi/webplugin_delegate_impl_aura.cc', 339 'child/npapi/webplugin_delegate_impl_aura.cc',
339 ], 340 ],
340 }], 341 }],
341 ], 342 ],
342 } 343 }
OLDNEW
« no previous file with comments | « content/child/scoped_web_callbacks.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698