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

Side by Side Diff: content/content_child.gypi

Issue 850043008: [DO NOT REVIEW][DO NOT COMMIT] Implement WebDataProducerHandleImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/web_data_producer_handle_impl_unittest.cc ('k') | no next file » | 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/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'child/site_isolation_policy.cc', 213 'child/site_isolation_policy.cc',
214 'child/site_isolation_policy.h', 214 'child/site_isolation_policy.h',
215 'child/sync_load_response.cc', 215 'child/sync_load_response.cc',
216 'child/sync_load_response.h', 216 'child/sync_load_response.h',
217 'child/thread_safe_sender.cc', 217 'child/thread_safe_sender.cc',
218 'child/thread_safe_sender.h', 218 'child/thread_safe_sender.h',
219 'child/threaded_data_provider.cc', 219 'child/threaded_data_provider.cc',
220 'child/threaded_data_provider.h', 220 'child/threaded_data_provider.h',
221 'child/web_data_consumer_handle_impl.cc', 221 'child/web_data_consumer_handle_impl.cc',
222 'child/web_data_consumer_handle_impl.h', 222 'child/web_data_consumer_handle_impl.h',
223 'child/web_data_producer_handle_impl.cc',
224 'child/web_data_producer_handle_impl.h',
223 'child/web_database_observer_impl.cc', 225 'child/web_database_observer_impl.cc',
224 'child/web_database_observer_impl.h', 226 'child/web_database_observer_impl.h',
225 'child/web_discardable_memory_impl.cc', 227 'child/web_discardable_memory_impl.cc',
226 'child/web_discardable_memory_impl.h', 228 'child/web_discardable_memory_impl.h',
227 'child/web_gesture_curve_impl.cc', 229 'child/web_gesture_curve_impl.cc',
228 'child/web_gesture_curve_impl.h', 230 'child/web_gesture_curve_impl.h',
229 'child/web_url_loader_impl.cc', 231 'child/web_url_loader_impl.cc',
230 'child/web_url_loader_impl.h', 232 'child/web_url_loader_impl.h',
231 'child/web_url_request_util.cc', 233 'child/web_url_request_util.cc',
232 'child/web_url_request_util.h', 234 'child/web_url_request_util.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 }, { 396 }, {
395 'dependencies': [ 397 'dependencies': [
396 '../third_party/nss/nss.gyp:nspr', 398 '../third_party/nss/nss.gyp:nspr',
397 '../third_party/nss/nss.gyp:nss', 399 '../third_party/nss/nss.gyp:nss',
398 ], 400 ],
399 }], 401 }],
400 ], 402 ],
401 }], 403 }],
402 ], 404 ],
403 } 405 }
OLDNEW
« no previous file with comments | « content/child/web_data_producer_handle_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698