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

Side by Side Diff: content/content_child.gypi

Issue 151023002: Move the rest of webkit/glue into content/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm webkit_glue.gyp Created 6 years, 10 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
« no previous file with comments | « content/child/webfileutilities_impl.cc ('k') | content/content_common.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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 11 matching lines...) Expand all
22 'child/android/child_jni_registrar.cc', 22 'child/android/child_jni_registrar.cc',
23 'child/android/child_jni_registrar.h', 23 'child/android/child_jni_registrar.h',
24 'child/appcache/appcache_backend_proxy.cc', 24 'child/appcache/appcache_backend_proxy.cc',
25 'child/appcache/appcache_backend_proxy.h', 25 'child/appcache/appcache_backend_proxy.h',
26 'child/appcache/appcache_dispatcher.cc', 26 'child/appcache/appcache_dispatcher.cc',
27 'child/appcache/appcache_dispatcher.h', 27 'child/appcache/appcache_dispatcher.h',
28 'child/appcache/appcache_frontend_impl.cc', 28 'child/appcache/appcache_frontend_impl.cc',
29 'child/appcache/appcache_frontend_impl.h', 29 'child/appcache/appcache_frontend_impl.h',
30 'child/appcache/web_application_cache_host_impl.cc', 30 'child/appcache/web_application_cache_host_impl.cc',
31 'child/appcache/web_application_cache_host_impl.h', 31 'child/appcache/web_application_cache_host_impl.h',
32 'child/blink_glue.cc',
33 'child/blink_glue.h',
32 'child/browser_font_resource_trusted.cc', 34 'child/browser_font_resource_trusted.cc',
33 'child/browser_font_resource_trusted.h', 35 'child/browser_font_resource_trusted.h',
34 'child/child_histogram_message_filter.cc', 36 'child/child_histogram_message_filter.cc',
35 'child/child_histogram_message_filter.h', 37 'child/child_histogram_message_filter.h',
36 'child/child_message_filter.cc', 38 'child/child_message_filter.cc',
37 'child/child_message_filter.h', 39 'child/child_message_filter.h',
38 'child/child_process.cc', 40 'child/child_process.cc',
39 'child/child_process.h', 41 'child/child_process.h',
40 'child/child_resource_message_filter.cc', 42 'child/child_resource_message_filter.cc',
41 'child/child_resource_message_filter.h', 43 'child/child_resource_message_filter.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'child/scoped_child_process_reference.cc', 132 'child/scoped_child_process_reference.cc',
131 'child/scoped_child_process_reference.h', 133 'child/scoped_child_process_reference.h',
132 'child/service_worker/service_worker_dispatcher.cc', 134 'child/service_worker/service_worker_dispatcher.cc',
133 'child/service_worker/service_worker_dispatcher.h', 135 'child/service_worker/service_worker_dispatcher.h',
134 'child/service_worker/service_worker_message_filter.cc', 136 'child/service_worker/service_worker_message_filter.cc',
135 'child/service_worker/service_worker_message_filter.h', 137 'child/service_worker/service_worker_message_filter.h',
136 'child/service_worker/web_service_worker_impl.cc', 138 'child/service_worker/web_service_worker_impl.cc',
137 'child/service_worker/web_service_worker_impl.h', 139 'child/service_worker/web_service_worker_impl.h',
138 'child/service_worker/web_service_worker_provider_impl.cc', 140 'child/service_worker/web_service_worker_provider_impl.cc',
139 'child/service_worker/web_service_worker_provider_impl.h', 141 'child/service_worker/web_service_worker_provider_impl.h',
142 'child/simple_webmimeregistry_impl.cc',
143 'child/simple_webmimeregistry_impl.h',
140 'child/site_isolation_policy.cc', 144 'child/site_isolation_policy.cc',
141 'child/site_isolation_policy.h', 145 'child/site_isolation_policy.h',
142 'child/socket_stream_dispatcher.cc', 146 'child/socket_stream_dispatcher.cc',
143 'child/socket_stream_dispatcher.h', 147 'child/socket_stream_dispatcher.h',
144 'child/thread_safe_sender.cc', 148 'child/thread_safe_sender.cc',
145 'child/thread_safe_sender.h', 149 'child/thread_safe_sender.h',
146 'child/web_database_observer_impl.cc', 150 'child/web_database_observer_impl.cc',
147 'child/web_database_observer_impl.h', 151 'child/web_database_observer_impl.h',
148 'child/web_discardable_memory_impl.cc', 152 'child/web_discardable_memory_impl.cc',
149 'child/web_discardable_memory_impl.h', 153 'child/web_discardable_memory_impl.h',
150 'child/webblobregistry_impl.cc', 154 'child/webblobregistry_impl.cc',
151 'child/webblobregistry_impl.h', 155 'child/webblobregistry_impl.h',
156 'child/webfileutilities_impl.cc',
157 'child/webfileutilities_impl.h',
158 'child/webkitplatformsupport_child_impl.cc',
159 'child/webkitplatformsupport_child_impl.h',
152 'child/webkitplatformsupport_impl.cc', 160 'child/webkitplatformsupport_impl.cc',
153 'child/webkitplatformsupport_impl.h', 161 'child/webkitplatformsupport_impl.h',
154 'child/webkitplatformsupport_child_impl.cc',
155 'child/webkitplatformsupport_child_impl.h',
156 'child/webmessageportchannel_impl.cc', 162 'child/webmessageportchannel_impl.cc',
157 'child/webmessageportchannel_impl.h', 163 'child/webmessageportchannel_impl.h',
158 'child/websocket_bridge.cc', 164 'child/websocket_bridge.cc',
159 'child/websocket_bridge.h', 165 'child/websocket_bridge.h',
160 'child/websocket_dispatcher.cc', 166 'child/websocket_dispatcher.cc',
161 'child/websocket_dispatcher.h', 167 'child/websocket_dispatcher.h',
162 'child/worker_thread_task_runner.cc', 168 'child/worker_thread_task_runner.cc',
163 'child/worker_thread_task_runner.h', 169 'child/worker_thread_task_runner.h',
164 'public/child/image_decoder_utils.h', 170 'public/child/image_decoder_utils.h',
165 'public/child/resource_dispatcher_delegate.h', 171 'public/child/resource_dispatcher_delegate.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'child/npapi/webplugin_delegate_impl_mac.mm', 204 'child/npapi/webplugin_delegate_impl_mac.mm',
199 ], 205 ],
200 }], 206 }],
201 ['OS=="win"', { 207 ['OS=="win"', {
202 'sources!': [ 208 'sources!': [
203 'child/npapi/webplugin_delegate_impl_aura.cc', 209 'child/npapi/webplugin_delegate_impl_aura.cc',
204 ], 210 ],
205 }], 211 }],
206 ], 212 ],
207 } 213 }
OLDNEW
« no previous file with comments | « content/child/webfileutilities_impl.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698