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

Side by Side Diff: content/content_child.gypi

Issue 62333027: Fix horrifically-out-of-order gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | « no previous file | content/content_renderer.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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'child/indexed_db/indexed_db_key_builders.cc', 57 'child/indexed_db/indexed_db_key_builders.cc',
58 'child/indexed_db/indexed_db_key_builders.h', 58 'child/indexed_db/indexed_db_key_builders.h',
59 'child/indexed_db/indexed_db_message_filter.cc', 59 'child/indexed_db/indexed_db_message_filter.cc',
60 'child/indexed_db/indexed_db_message_filter.h', 60 'child/indexed_db/indexed_db_message_filter.h',
61 'child/indexed_db/proxy_webidbcursor_impl.cc', 61 'child/indexed_db/proxy_webidbcursor_impl.cc',
62 'child/indexed_db/proxy_webidbcursor_impl.h', 62 'child/indexed_db/proxy_webidbcursor_impl.h',
63 'child/indexed_db/proxy_webidbdatabase_impl.cc', 63 'child/indexed_db/proxy_webidbdatabase_impl.cc',
64 'child/indexed_db/proxy_webidbdatabase_impl.h', 64 'child/indexed_db/proxy_webidbdatabase_impl.h',
65 'child/indexed_db/proxy_webidbfactory_impl.cc', 65 'child/indexed_db/proxy_webidbfactory_impl.cc',
66 'child/indexed_db/proxy_webidbfactory_impl.h', 66 'child/indexed_db/proxy_webidbfactory_impl.h',
67 'child/service_worker/service_worker_dispatcher.cc',
68 'child/service_worker/service_worker_dispatcher.h',
69 'child/service_worker/service_worker_message_filter.cc',
70 'child/service_worker/service_worker_message_filter.h',
71 'child/service_worker/web_service_worker_impl.cc',
72 'child/service_worker/web_service_worker_impl.h',
73 'child/service_worker/web_service_worker_provider_impl.cc',
74 'child/service_worker/web_service_worker_provider_impl.h',
75 'child/npapi/np_channel_base.cc', 67 'child/npapi/np_channel_base.cc',
76 'child/npapi/np_channel_base.h', 68 'child/npapi/np_channel_base.h',
77 'child/npapi/npobject_base.h', 69 'child/npapi/npobject_base.h',
78 'child/npapi/npobject_proxy.cc', 70 'child/npapi/npobject_proxy.cc',
79 'child/npapi/npobject_proxy.h', 71 'child/npapi/npobject_proxy.h',
80 'child/npapi/npobject_stub.cc', 72 'child/npapi/npobject_stub.cc',
81 'child/npapi/npobject_stub.h', 73 'child/npapi/npobject_stub.h',
82 'child/npapi/npobject_util.cc', 74 'child/npapi/npobject_util.cc',
83 'child/npapi/npobject_util.h', 75 'child/npapi/npobject_util.h',
84 'child/npapi/npruntime_util.cc', 76 'child/npapi/npruntime_util.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'child/quota_message_filter.cc', 119 'child/quota_message_filter.cc',
128 'child/quota_message_filter.h', 120 'child/quota_message_filter.h',
129 'child/request_extra_data.cc', 121 'child/request_extra_data.cc',
130 'child/request_extra_data.h', 122 'child/request_extra_data.h',
131 'child/resource_dispatcher.cc', 123 'child/resource_dispatcher.cc',
132 'child/resource_dispatcher.h', 124 'child/resource_dispatcher.h',
133 'child/runtime_features.cc', 125 'child/runtime_features.cc',
134 'child/runtime_features.h', 126 'child/runtime_features.h',
135 'child/scoped_child_process_reference.cc', 127 'child/scoped_child_process_reference.cc',
136 'child/scoped_child_process_reference.h', 128 'child/scoped_child_process_reference.h',
129 'child/service_worker/service_worker_dispatcher.cc',
130 'child/service_worker/service_worker_dispatcher.h',
131 'child/service_worker/service_worker_message_filter.cc',
132 'child/service_worker/service_worker_message_filter.h',
133 'child/service_worker/web_service_worker_impl.cc',
134 'child/service_worker/web_service_worker_impl.h',
135 'child/service_worker/web_service_worker_provider_impl.cc',
136 'child/service_worker/web_service_worker_provider_impl.h',
137 'child/site_isolation_policy.cc', 137 'child/site_isolation_policy.cc',
138 'child/site_isolation_policy.h', 138 'child/site_isolation_policy.h',
139 'child/socket_stream_dispatcher.cc', 139 'child/socket_stream_dispatcher.cc',
140 'child/socket_stream_dispatcher.h', 140 'child/socket_stream_dispatcher.h',
141 'child/thread_safe_sender.cc', 141 'child/thread_safe_sender.cc',
142 'child/thread_safe_sender.h', 142 'child/thread_safe_sender.h',
143 'child/web_database_observer_impl.cc', 143 'child/web_database_observer_impl.cc',
144 'child/web_database_observer_impl.h', 144 'child/web_database_observer_impl.h',
145 'child/webblobregistry_impl.cc', 145 'child/webblobregistry_impl.cc',
146 'child/webblobregistry_impl.h', 146 'child/webblobregistry_impl.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'child/npapi/webplugin_delegate_impl_mac.mm', 189 'child/npapi/webplugin_delegate_impl_mac.mm',
190 ], 190 ],
191 }], 191 }],
192 ['use_aura==1 and OS=="win"', { 192 ['use_aura==1 and OS=="win"', {
193 'sources!': [ 193 'sources!': [
194 'child/npapi/webplugin_delegate_impl_aura.cc', 194 'child/npapi/webplugin_delegate_impl_aura.cc',
195 ], 195 ],
196 }], 196 }],
197 ], 197 ],
198 } 198 }
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698