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

Side by Side Diff: content/content_common.gypi

Issue 1957783002: Replicate Content-Security-Policy into remote frame proxies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'common/content_constants_internal.cc', 271 'common/content_constants_internal.cc',
272 'common/content_constants_internal.h', 272 'common/content_constants_internal.h',
273 'common/content_export.h', 273 'common/content_export.h',
274 'common/content_ipc_logging.cc', 274 'common/content_ipc_logging.cc',
275 'common/content_message_generator.cc', 275 'common/content_message_generator.cc',
276 'common/content_message_generator.h', 276 'common/content_message_generator.h',
277 'common/content_param_traits.cc', 277 'common/content_param_traits.cc',
278 'common/content_param_traits.h', 278 'common/content_param_traits.h',
279 'common/content_param_traits_macros.h', 279 'common/content_param_traits_macros.h',
280 'common/content_paths.cc', 280 'common/content_paths.cc',
281 'common/content_security_policy_header.h',
281 'common/content_switches_internal.cc', 282 'common/content_switches_internal.cc',
282 'common/content_switches_internal.h', 283 'common/content_switches_internal.h',
283 'common/cross_site_document_classifier.cc', 284 'common/cross_site_document_classifier.cc',
284 'common/cross_site_document_classifier.h', 285 'common/cross_site_document_classifier.h',
285 'common/cursors/webcursor.cc', 286 'common/cursors/webcursor.cc',
286 'common/cursors/webcursor.h', 287 'common/cursors/webcursor.h',
287 'common/cursors/webcursor_android.cc', 288 'common/cursors/webcursor_android.cc',
288 'common/cursors/webcursor_aura.cc', 289 'common/cursors/webcursor_aura.cc',
289 'common/cursors/webcursor_aurawin.cc', 290 'common/cursors/webcursor_aurawin.cc',
290 'common/cursors/webcursor_aurax11.cc', 291 'common/cursors/webcursor_aurax11.cc',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'sources!': [ 667 'sources!': [
667 'common/cursors/webcursor_ozone.cc', 668 'common/cursors/webcursor_ozone.cc',
668 'common/font_list_ozone.cc', 669 'common/font_list_ozone.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 670 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
672 ], 673 ],
673 }], 674 }],
674 ], 675 ],
675 } 676 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698