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

Side by Side Diff: content/content_common.gypi

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove no longer applicable TODO and early exit from reportViolation method. Created 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'public/common/cdm_info.h', 107 'public/common/cdm_info.h',
108 'public/common/child_process_host.h', 108 'public/common/child_process_host.h',
109 'public/common/child_process_host_delegate.cc', 109 'public/common/child_process_host_delegate.cc',
110 'public/common/child_process_host_delegate.h', 110 'public/common/child_process_host_delegate.h',
111 'public/common/child_process_sandbox_support_linux.h', 111 'public/common/child_process_sandbox_support_linux.h',
112 'public/common/color_suggestion.cc', 112 'public/common/color_suggestion.cc',
113 'public/common/color_suggestion.h', 113 'public/common/color_suggestion.h',
114 'public/common/common_param_traits.cc', 114 'public/common/common_param_traits.cc',
115 'public/common/common_param_traits.h', 115 'public/common/common_param_traits.h',
116 'public/common/common_param_traits_macros.h', 116 'public/common/common_param_traits_macros.h',
117 'public/common/connection_filter.h',
117 'public/common/console_message_level.h', 118 'public/common/console_message_level.h',
118 'public/common/connection_filter.h',
119 'public/common/content_client.cc', 119 'public/common/content_client.cc',
120 'public/common/content_client.h', 120 'public/common/content_client.h',
121 'public/common/content_constants.cc', 121 'public/common/content_constants.cc',
122 'public/common/content_constants.h', 122 'public/common/content_constants.h',
123 'public/common/content_descriptors.h', 123 'public/common/content_descriptors.h',
124 'public/common/content_features.cc', 124 'public/common/content_features.cc',
125 'public/common/content_features.h', 125 'public/common/content_features.h',
126 'public/common/content_ipc_logging.h', 126 'public/common/content_ipc_logging.h',
127 'public/common/content_paths.h', 127 'public/common/content_paths.h',
128 'public/common/content_switches.cc', 128 'public/common/content_switches.cc',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'common/content_constants_internal.cc', 273 'common/content_constants_internal.cc',
274 'common/content_constants_internal.h', 274 'common/content_constants_internal.h',
275 'common/content_export.h', 275 'common/content_export.h',
276 'common/content_ipc_logging.cc', 276 'common/content_ipc_logging.cc',
277 'common/content_message_generator.cc', 277 'common/content_message_generator.cc',
278 'common/content_message_generator.h', 278 'common/content_message_generator.h',
279 'common/content_param_traits.cc', 279 'common/content_param_traits.cc',
280 'common/content_param_traits.h', 280 'common/content_param_traits.h',
281 'common/content_param_traits_macros.h', 281 'common/content_param_traits_macros.h',
282 'common/content_paths.cc', 282 'common/content_paths.cc',
283 'common/content_security_policy_header.h', 283 'common/content_security_policy_structs.cc',
284 'common/content_security_policy_structs.h',
284 'common/content_switches_internal.cc', 285 'common/content_switches_internal.cc',
285 'common/content_switches_internal.h', 286 'common/content_switches_internal.h',
286 'common/cross_site_document_classifier.cc', 287 'common/cross_site_document_classifier.cc',
287 'common/cross_site_document_classifier.h', 288 'common/cross_site_document_classifier.h',
288 'common/cursors/webcursor.cc', 289 'common/cursors/webcursor.cc',
289 'common/cursors/webcursor.h', 290 'common/cursors/webcursor.h',
290 'common/cursors/webcursor_android.cc', 291 'common/cursors/webcursor_android.cc',
291 'common/cursors/webcursor_aura.cc', 292 'common/cursors/webcursor_aura.cc',
292 'common/cursors/webcursor_aurawin.cc', 293 'common/cursors/webcursor_aurawin.cc',
293 'common/cursors/webcursor_aurax11.cc', 294 'common/cursors/webcursor_aurax11.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 ], 665 ],
665 }], 666 }],
666 ['enable_ipc_fuzzer==1', { 667 ['enable_ipc_fuzzer==1', {
667 'sources': [ 668 'sources': [
668 'common/external_ipc_dumper.cc', 669 'common/external_ipc_dumper.cc',
669 'common/external_ipc_dumper.h', 670 'common/external_ipc_dumper.h',
670 ], 671 ],
671 }], 672 }],
672 ], 673 ],
673 } 674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698