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

Side by Side Diff: content/common/BUILD.gn

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. Created 3 years, 10 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/browser/shared_worker/shared_worker_instance.h ('k') | content/common/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "content_constants_internal.cc", 69 "content_constants_internal.cc",
70 "content_constants_internal.h", 70 "content_constants_internal.h",
71 "content_export.h", 71 "content_export.h",
72 "content_ipc_logging.cc", 72 "content_ipc_logging.cc",
73 "content_message_generator.cc", 73 "content_message_generator.cc",
74 "content_message_generator.h", 74 "content_message_generator.h",
75 "content_param_traits.cc", 75 "content_param_traits.cc",
76 "content_param_traits.h", 76 "content_param_traits.h",
77 "content_param_traits_macros.h", 77 "content_param_traits_macros.h",
78 "content_paths.cc", 78 "content_paths.cc",
79 "content_security_policy/content_security_policy.cc",
80 "content_security_policy/content_security_policy.h",
81 "content_security_policy/csp_context.cc",
82 "content_security_policy/csp_context.h",
83 "content_security_policy/csp_directive.cc",
84 "content_security_policy/csp_directive.h",
85 "content_security_policy/csp_source.cc",
86 "content_security_policy/csp_source.h",
87 "content_security_policy/csp_source_list.cc",
88 "content_security_policy/csp_source_list.h",
79 "content_security_policy_header.h", 89 "content_security_policy_header.h",
80 "content_switches_internal.cc", 90 "content_switches_internal.cc",
81 "content_switches_internal.h", 91 "content_switches_internal.h",
82 "cross_site_document_classifier.cc", 92 "cross_site_document_classifier.cc",
83 "cross_site_document_classifier.h", 93 "cross_site_document_classifier.h",
84 "cursors/webcursor.cc", 94 "cursors/webcursor.cc",
85 "cursors/webcursor.h", 95 "cursors/webcursor.h",
86 "cursors/webcursor_android.cc", 96 "cursors/webcursor_android.cc",
87 "cursors/webcursor_aura.cc", 97 "cursors/webcursor_aura.cc",
88 "cursors/webcursor_aurawin.cc", 98 "cursors/webcursor_aurawin.cc",
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "//url/mojo:url_mojom_origin", 623 "//url/mojo:url_mojom_origin",
614 ] 624 ]
615 625
616 overridden_deps = [ "//ipc:mojom" ] 626 overridden_deps = [ "//ipc:mojom" ]
617 component_deps = [ "//ipc" ] 627 component_deps = [ "//ipc" ]
618 628
619 export_class_attribute = "CONTENT_EXPORT" 629 export_class_attribute = "CONTENT_EXPORT"
620 export_define = "CONTENT_IMPLEMENTATION=1" 630 export_define = "CONTENT_IMPLEMENTATION=1"
621 export_header = "content/common/content_export.h" 631 export_header = "content/common/content_export.h"
622 } 632 }
OLDNEW
« no previous file with comments | « content/browser/shared_worker/shared_worker_instance.h ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698