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

Side by Side Diff: content/content_child.gypi

Issue 634373003: Consolidate content fling implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build 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/web_gesture_curve_impl_unittest.cc ('k') | content/content_tests.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/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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'child/file_info_util.cc', 61 'child/file_info_util.cc',
62 'child/file_info_util.h', 62 'child/file_info_util.h',
63 'child/fileapi/file_system_dispatcher.cc', 63 'child/fileapi/file_system_dispatcher.cc',
64 'child/fileapi/file_system_dispatcher.h', 64 'child/fileapi/file_system_dispatcher.h',
65 'child/fileapi/webfilesystem_impl.cc', 65 'child/fileapi/webfilesystem_impl.cc',
66 'child/fileapi/webfilesystem_impl.h', 66 'child/fileapi/webfilesystem_impl.h',
67 'child/fileapi/webfilewriter_base.cc', 67 'child/fileapi/webfilewriter_base.cc',
68 'child/fileapi/webfilewriter_base.h', 68 'child/fileapi/webfilewriter_base.h',
69 'child/fileapi/webfilewriter_impl.cc', 69 'child/fileapi/webfilewriter_impl.cc',
70 'child/fileapi/webfilewriter_impl.h', 70 'child/fileapi/webfilewriter_impl.h',
71 'child/fling_animator_impl_android.cc',
72 'child/fling_animator_impl_android.h',
73 'child/ftp_directory_listing_response_delegate.cc', 71 'child/ftp_directory_listing_response_delegate.cc',
74 'child/ftp_directory_listing_response_delegate.h', 72 'child/ftp_directory_listing_response_delegate.h',
75 'child/geofencing/geofencing_dispatcher.cc', 73 'child/geofencing/geofencing_dispatcher.cc',
76 'child/geofencing/geofencing_dispatcher.h', 74 'child/geofencing/geofencing_dispatcher.h',
77 'child/geofencing/geofencing_message_filter.cc', 75 'child/geofencing/geofencing_message_filter.cc',
78 'child/geofencing/geofencing_message_filter.h', 76 'child/geofencing/geofencing_message_filter.h',
79 'child/geofencing/web_geofencing_provider_impl.cc', 77 'child/geofencing/web_geofencing_provider_impl.cc',
80 'child/geofencing/web_geofencing_provider_impl.h', 78 'child/geofencing/web_geofencing_provider_impl.h',
81 'child/image_decoder.cc', 79 'child/image_decoder.cc',
82 'child/image_decoder.h', 80 'child/image_decoder.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'child/site_isolation_policy.cc', 184 'child/site_isolation_policy.cc',
187 'child/site_isolation_policy.h', 185 'child/site_isolation_policy.h',
188 'child/socket_stream_dispatcher.cc', 186 'child/socket_stream_dispatcher.cc',
189 'child/socket_stream_dispatcher.h', 187 'child/socket_stream_dispatcher.h',
190 'child/sync_load_response.cc', 188 'child/sync_load_response.cc',
191 'child/sync_load_response.h', 189 'child/sync_load_response.h',
192 'child/thread_safe_sender.cc', 190 'child/thread_safe_sender.cc',
193 'child/thread_safe_sender.h', 191 'child/thread_safe_sender.h',
194 'child/threaded_data_provider.cc', 192 'child/threaded_data_provider.cc',
195 'child/threaded_data_provider.h', 193 'child/threaded_data_provider.h',
196 'child/touch_fling_gesture_curve.cc',
197 'child/touch_fling_gesture_curve.h',
198 'child/web_database_observer_impl.cc', 194 'child/web_database_observer_impl.cc',
199 'child/web_database_observer_impl.h', 195 'child/web_database_observer_impl.h',
200 'child/web_discardable_memory_impl.cc', 196 'child/web_discardable_memory_impl.cc',
201 'child/web_discardable_memory_impl.h', 197 'child/web_discardable_memory_impl.h',
198 'child/web_gesture_curve_impl.cc',
199 'child/web_gesture_curve_impl.h',
202 'child/web_socket_stream_handle_bridge.h', 200 'child/web_socket_stream_handle_bridge.h',
203 'child/web_socket_stream_handle_delegate.h', 201 'child/web_socket_stream_handle_delegate.h',
204 'child/web_socket_stream_handle_impl.cc', 202 'child/web_socket_stream_handle_impl.cc',
205 'child/web_socket_stream_handle_impl.h', 203 'child/web_socket_stream_handle_impl.h',
206 'child/web_url_loader_impl.cc', 204 'child/web_url_loader_impl.cc',
207 'child/web_url_loader_impl.h', 205 'child/web_url_loader_impl.h',
208 'child/web_url_request_util.cc', 206 'child/web_url_request_util.cc',
209 'child/web_url_request_util.h', 207 'child/web_url_request_util.h',
210 'child/webblobregistry_impl.cc', 208 'child/webblobregistry_impl.cc',
211 'child/webblobregistry_impl.h', 209 'child/webblobregistry_impl.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 }, { 363 }, {
366 'dependencies': [ 364 'dependencies': [
367 '../third_party/nss/nss.gyp:nspr', 365 '../third_party/nss/nss.gyp:nspr',
368 '../third_party/nss/nss.gyp:nss', 366 '../third_party/nss/nss.gyp:nss',
369 ], 367 ],
370 }], 368 }],
371 ], 369 ],
372 }], 370 }],
373 ], 371 ],
374 } 372 }
OLDNEW
« no previous file with comments | « content/child/web_gesture_curve_impl_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698