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

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: Sanitize report endpoints from IPC against actual CSP contents. 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
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('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 (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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'common/content_constants_internal.cc', 276 'common/content_constants_internal.cc',
277 'common/content_constants_internal.h', 277 'common/content_constants_internal.h',
278 'common/content_export.h', 278 'common/content_export.h',
279 'common/content_ipc_logging.cc', 279 'common/content_ipc_logging.cc',
280 'common/content_message_generator.cc', 280 'common/content_message_generator.cc',
281 'common/content_message_generator.h', 281 'common/content_message_generator.h',
282 'common/content_param_traits.cc', 282 'common/content_param_traits.cc',
283 'common/content_param_traits.h', 283 'common/content_param_traits.h',
284 'common/content_param_traits_macros.h', 284 'common/content_param_traits_macros.h',
285 'common/content_paths.cc', 285 'common/content_paths.cc',
286 'common/content_security_policy_header.h', 286 'common/content_security_policy_structs.cc',
287 'common/content_security_policy_structs.h',
287 'common/content_switches_internal.cc', 288 'common/content_switches_internal.cc',
288 'common/content_switches_internal.h', 289 'common/content_switches_internal.h',
289 'common/cross_site_document_classifier.cc', 290 'common/cross_site_document_classifier.cc',
290 'common/cross_site_document_classifier.h', 291 'common/cross_site_document_classifier.h',
291 'common/cursors/webcursor.cc', 292 'common/cursors/webcursor.cc',
292 'common/cursors/webcursor.h', 293 'common/cursors/webcursor.h',
293 'common/cursors/webcursor_android.cc', 294 'common/cursors/webcursor_android.cc',
294 'common/cursors/webcursor_aura.cc', 295 'common/cursors/webcursor_aura.cc',
295 'common/cursors/webcursor_aurawin.cc', 296 'common/cursors/webcursor_aurawin.cc',
296 'common/cursors/webcursor_aurax11.cc', 297 'common/cursors/webcursor_aurax11.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 ], 669 ],
669 }], 670 }],
670 ['enable_ipc_fuzzer==1', { 671 ['enable_ipc_fuzzer==1', {
671 'sources': [ 672 'sources': [
672 'common/external_ipc_dumper.cc', 673 'common/external_ipc_dumper.cc',
673 'common/external_ipc_dumper.h', 674 'common/external_ipc_dumper.h',
674 ], 675 ],
675 }], 676 }],
676 ], 677 ],
677 } 678 }
OLDNEW
« no previous file with comments | « content/common/frame_replication_state.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698