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

Side by Side Diff: content/content_child.gypi

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 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 | Annotate | Revision Log
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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/ui.gyp:ui', 10 '../ui/ui.gyp:ui',
11 '../url/url.gyp:url_lib', 11 '../url/url.gyp:url_lib',
12 ], 12 ],
13 'include_dirs': [ 13 'include_dirs': [
14 '..', 14 '..',
15 ], 15 ],
16 'export_dependent_settings': [ 16 'export_dependent_settings': [
17 '../base/base.gyp:base', 17 '../base/base.gyp:base',
18 ], 18 ],
19 'sources': [ 19 'sources': [
20 'child/android/child_jni_registrar.cc', 20 'child/android/child_jni_registrar.cc',
21 'child/android/child_jni_registrar.h', 21 'child/android/child_jni_registrar.h',
22 'child/appcache_backend_proxy.cc', 22 'child/appcache_backend_proxy.cc',
23 'child/appcache_backend_proxy.h', 23 'child/appcache_backend_proxy.h',
24 'child/appcache_dispatcher.cc', 24 'child/appcache_dispatcher.cc',
25 'child/appcache_dispatcher.h', 25 'child/appcache_dispatcher.h',
26 'child/appcache_frontend_impl.cc',
27 'child/appcache_frontend_impl.h',
26 'child/child_histogram_message_filter.cc', 28 'child/child_histogram_message_filter.cc',
27 'child/child_histogram_message_filter.h', 29 'child/child_histogram_message_filter.h',
28 'child/child_process.cc', 30 'child/child_process.cc',
29 'child/child_process.h', 31 'child/child_process.h',
30 'child/child_resource_message_filter.cc', 32 'child/child_resource_message_filter.cc',
31 'child/child_resource_message_filter.h', 33 'child/child_resource_message_filter.h',
32 'child/child_thread.cc', 34 'child/child_thread.cc',
33 'child/child_thread.h', 35 'child/child_thread.h',
34 'child/database_util.cc', 36 'child/database_util.cc',
35 'child/database_util.h', 37 'child/database_util.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'child/request_extra_data.cc', 113 'child/request_extra_data.cc',
112 'child/request_extra_data.h', 114 'child/request_extra_data.h',
113 'child/resource_dispatcher.cc', 115 'child/resource_dispatcher.cc',
114 'child/resource_dispatcher.h', 116 'child/resource_dispatcher.h',
115 'child/runtime_features.cc', 117 'child/runtime_features.cc',
116 'child/runtime_features.h', 118 'child/runtime_features.h',
117 'child/socket_stream_dispatcher.cc', 119 'child/socket_stream_dispatcher.cc',
118 'child/socket_stream_dispatcher.h', 120 'child/socket_stream_dispatcher.h',
119 'child/thread_safe_sender.cc', 121 'child/thread_safe_sender.cc',
120 'child/thread_safe_sender.h', 122 'child/thread_safe_sender.h',
123 'child/web_application_cache_host_impl.cc',
124 'child/web_application_cache_host_impl.h',
121 'child/web_database_observer_impl.cc', 125 'child/web_database_observer_impl.cc',
122 'child/web_database_observer_impl.h', 126 'child/web_database_observer_impl.h',
123 'child/webblobregistry_impl.cc', 127 'child/webblobregistry_impl.cc',
124 'child/webblobregistry_impl.h', 128 'child/webblobregistry_impl.h',
125 'child/webkitplatformsupport_impl.cc', 129 'child/webkitplatformsupport_impl.cc',
126 'child/webkitplatformsupport_impl.h', 130 'child/webkitplatformsupport_impl.h',
127 'child/webmessageportchannel_impl.cc', 131 'child/webmessageportchannel_impl.cc',
128 'child/webmessageportchannel_impl.h', 132 'child/webmessageportchannel_impl.h',
129 'public/child/image_decoder_utils.h', 133 'public/child/image_decoder_utils.h',
130 'public/child/resource_dispatcher_delegate.h', 134 'public/child/resource_dispatcher_delegate.h',
(...skipping 29 matching lines...) Expand all
160 'child/npapi/webplugin_delegate_impl_mac.mm', 164 'child/npapi/webplugin_delegate_impl_mac.mm',
161 ], 165 ],
162 }], 166 }],
163 ['use_aura==1 and OS=="win"', { 167 ['use_aura==1 and OS=="win"', {
164 'sources!': [ 168 'sources!': [
165 'child/npapi/webplugin_delegate_impl_aura.cc', 169 'child/npapi/webplugin_delegate_impl_aura.cc',
166 ], 170 ],
167 }], 171 }],
168 ], 172 ],
169 } 173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698