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

Side by Side Diff: content/content_child.gypi

Issue 620303002: Implement WebDataConsumerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'child/site_isolation_policy.cc', 186 'child/site_isolation_policy.cc',
187 'child/site_isolation_policy.h', 187 'child/site_isolation_policy.h',
188 'child/socket_stream_dispatcher.cc', 188 'child/socket_stream_dispatcher.cc',
189 'child/socket_stream_dispatcher.h', 189 'child/socket_stream_dispatcher.h',
190 'child/sync_load_response.cc', 190 'child/sync_load_response.cc',
191 'child/sync_load_response.h', 191 'child/sync_load_response.h',
192 'child/thread_safe_sender.cc', 192 'child/thread_safe_sender.cc',
193 'child/thread_safe_sender.h', 193 'child/thread_safe_sender.h',
194 'child/threaded_data_provider.cc', 194 'child/threaded_data_provider.cc',
195 'child/threaded_data_provider.h', 195 'child/threaded_data_provider.h',
196 'child/web_data_consumer_handle_impl.cc',
197 'child/web_data_consumer_handle_impl.h',
196 'child/web_database_observer_impl.cc', 198 'child/web_database_observer_impl.cc',
197 'child/web_database_observer_impl.h', 199 'child/web_database_observer_impl.h',
198 'child/web_discardable_memory_impl.cc', 200 'child/web_discardable_memory_impl.cc',
199 'child/web_discardable_memory_impl.h', 201 'child/web_discardable_memory_impl.h',
200 'child/web_gesture_curve_impl.cc', 202 'child/web_gesture_curve_impl.cc',
201 'child/web_gesture_curve_impl.h', 203 'child/web_gesture_curve_impl.h',
202 'child/web_socket_stream_handle_bridge.h', 204 'child/web_socket_stream_handle_bridge.h',
203 'child/web_socket_stream_handle_delegate.h', 205 'child/web_socket_stream_handle_delegate.h',
204 'child/web_socket_stream_handle_impl.cc', 206 'child/web_socket_stream_handle_impl.cc',
205 'child/web_socket_stream_handle_impl.h', 207 'child/web_socket_stream_handle_impl.h',
(...skipping 163 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

Powered by Google App Engine
This is Rietveld 408576698