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

Side by Side Diff: content/content_child.gypi

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort + REBASE Created 6 years, 3 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/common/DEPS ('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_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'child/quota_dispatcher.cc', 144 'child/quota_dispatcher.cc',
145 'child/quota_dispatcher.h', 145 'child/quota_dispatcher.h',
146 'child/quota_message_filter.cc', 146 'child/quota_message_filter.cc',
147 'child/quota_message_filter.h', 147 'child/quota_message_filter.h',
148 'child/request_extra_data.cc', 148 'child/request_extra_data.cc',
149 'child/request_extra_data.h', 149 'child/request_extra_data.h',
150 'child/request_info.cc', 150 'child/request_info.cc',
151 'child/request_info.h', 151 'child/request_info.h',
152 'child/resource_dispatcher.cc', 152 'child/resource_dispatcher.cc',
153 'child/resource_dispatcher.h', 153 'child/resource_dispatcher.h',
154 'child/resource_loader_bridge.cc',
155 'child/resource_loader_bridge.h',
154 'child/runtime_features.cc', 156 'child/runtime_features.cc',
155 'child/runtime_features.h', 157 'child/runtime_features.h',
156 'child/scoped_child_process_reference.cc', 158 'child/scoped_child_process_reference.cc',
157 'child/scoped_child_process_reference.h', 159 'child/scoped_child_process_reference.h',
158 'child/service_worker/service_worker_dispatcher.cc', 160 'child/service_worker/service_worker_dispatcher.cc',
159 'child/service_worker/service_worker_dispatcher.h', 161 'child/service_worker/service_worker_dispatcher.h',
160 'child/service_worker/service_worker_handle_reference.cc', 162 'child/service_worker/service_worker_handle_reference.cc',
161 'child/service_worker/service_worker_handle_reference.h', 163 'child/service_worker/service_worker_handle_reference.h',
162 'child/service_worker/service_worker_message_filter.cc', 164 'child/service_worker/service_worker_message_filter.cc',
163 'child/service_worker/service_worker_message_filter.h', 165 'child/service_worker/service_worker_message_filter.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ['exclude', '\\.(cc|mm)$'], 323 ['exclude', '\\.(cc|mm)$'],
322 ], 324 ],
323 }, { # OS!="ios" 325 }, { # OS!="ios"
324 'dependencies': [ 326 'dependencies': [
325 'app/resources/content_resources.gyp:content_resources', 327 'app/resources/content_resources.gyp:content_resources',
326 'app/strings/content_strings.gyp:content_strings', 328 'app/strings/content_strings.gyp:content_strings',
327 '../storage/storage_common.gyp:storage_common', 329 '../storage/storage_common.gyp:storage_common',
328 '../third_party/WebKit/public/blink.gyp:blink', 330 '../third_party/WebKit/public/blink.gyp:blink',
329 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 331 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
330 '../third_party/npapi/npapi.gyp:npapi', 332 '../third_party/npapi/npapi.gyp:npapi',
331 '../webkit/child/webkit_child.gyp:webkit_child',
332 ], 333 ],
333 }], 334 }],
334 ['use_aura==1', { 335 ['use_aura==1', {
335 'sources!': [ 336 'sources!': [
336 'child/npapi/webplugin_delegate_impl_mac.mm', 337 'child/npapi/webplugin_delegate_impl_mac.mm',
337 ], 338 ],
338 }], 339 }],
339 ['OS=="win"', { 340 ['OS=="win"', {
340 'sources!': [ 341 'sources!': [
341 'child/npapi/webplugin_delegate_impl_aura.cc', 342 'child/npapi/webplugin_delegate_impl_aura.cc',
(...skipping 18 matching lines...) Expand all
360 }, { 361 }, {
361 'dependencies': [ 362 'dependencies': [
362 '../third_party/nss/nss.gyp:nspr', 363 '../third_party/nss/nss.gyp:nspr',
363 '../third_party/nss/nss.gyp:nss', 364 '../third_party/nss/nss.gyp:nss',
364 ], 365 ],
365 }], 366 }],
366 ], 367 ],
367 }], 368 }],
368 ], 369 ],
369 } 370 }
OLDNEW
« no previous file with comments | « content/common/DEPS ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698