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

Side by Side Diff: content/content_child.gypi

Issue 1174323002: [Patch 5 of 6] Split out the site_isolation_policy files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_policy_to_sniffer3
Patch Set: Re-upload. Created 5 years, 6 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/cross_site_document_classifier_unittest.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/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'child/service_worker/web_service_worker_impl.cc', 228 'child/service_worker/web_service_worker_impl.cc',
229 'child/service_worker/web_service_worker_impl.h', 229 'child/service_worker/web_service_worker_impl.h',
230 'child/service_worker/web_service_worker_provider_impl.cc', 230 'child/service_worker/web_service_worker_provider_impl.cc',
231 'child/service_worker/web_service_worker_provider_impl.h', 231 'child/service_worker/web_service_worker_provider_impl.h',
232 'child/service_worker/web_service_worker_registration_impl.cc', 232 'child/service_worker/web_service_worker_registration_impl.cc',
233 'child/service_worker/web_service_worker_registration_impl.h', 233 'child/service_worker/web_service_worker_registration_impl.h',
234 'child/shared_worker_devtools_agent.cc', 234 'child/shared_worker_devtools_agent.cc',
235 'child/shared_worker_devtools_agent.h', 235 'child/shared_worker_devtools_agent.h',
236 'child/simple_webmimeregistry_impl.cc', 236 'child/simple_webmimeregistry_impl.cc',
237 'child/simple_webmimeregistry_impl.h', 237 'child/simple_webmimeregistry_impl.h',
238 'child/site_isolation_policy.cc', 238 'child/site_isolation_stats_gatherer.cc',
239 'child/site_isolation_policy.h', 239 'child/site_isolation_stats_gatherer.h',
240 'child/sync_load_response.cc', 240 'child/sync_load_response.cc',
241 'child/sync_load_response.h', 241 'child/sync_load_response.h',
242 'child/thread_safe_sender.cc', 242 'child/thread_safe_sender.cc',
243 'child/thread_safe_sender.h', 243 'child/thread_safe_sender.h',
244 'child/threaded_data_provider.cc', 244 'child/threaded_data_provider.cc',
245 'child/threaded_data_provider.h', 245 'child/threaded_data_provider.h',
246 'child/v8_value_converter_impl.cc', 246 'child/v8_value_converter_impl.cc',
247 'child/v8_value_converter_impl.h', 247 'child/v8_value_converter_impl.h',
248 'child/web_data_consumer_handle_impl.cc', 248 'child/web_data_consumer_handle_impl.cc',
249 'child/web_data_consumer_handle_impl.h', 249 'child/web_data_consumer_handle_impl.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'child/npapi/webplugin_delegate_impl_mac.mm', 336 'child/npapi/webplugin_delegate_impl_mac.mm',
337 ], 337 ],
338 }], 338 }],
339 ['OS=="win"', { 339 ['OS=="win"', {
340 'sources!': [ 340 'sources!': [
341 'child/npapi/webplugin_delegate_impl_aura.cc', 341 'child/npapi/webplugin_delegate_impl_aura.cc',
342 ], 342 ],
343 }], 343 }],
344 ], 344 ],
345 } 345 }
OLDNEW
« no previous file with comments | « content/common/cross_site_document_classifier_unittest.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698