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

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

Issue 2764993002: CSP: group policies in didAddContentSecurityPolicy. (Closed)
Patch Set: Nit. Created 3 years, 9 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 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "content_security_policy/content_security_policy.cc", 89 "content_security_policy/content_security_policy.cc",
90 "content_security_policy/content_security_policy.h", 90 "content_security_policy/content_security_policy.h",
91 "content_security_policy/csp_context.cc", 91 "content_security_policy/csp_context.cc",
92 "content_security_policy/csp_context.h", 92 "content_security_policy/csp_context.h",
93 "content_security_policy/csp_directive.cc", 93 "content_security_policy/csp_directive.cc",
94 "content_security_policy/csp_directive.h", 94 "content_security_policy/csp_directive.h",
95 "content_security_policy/csp_source.cc", 95 "content_security_policy/csp_source.cc",
96 "content_security_policy/csp_source.h", 96 "content_security_policy/csp_source.h",
97 "content_security_policy/csp_source_list.cc", 97 "content_security_policy/csp_source_list.cc",
98 "content_security_policy/csp_source_list.h", 98 "content_security_policy/csp_source_list.h",
99 "content_security_policy_header.cc",
99 "content_security_policy_header.h", 100 "content_security_policy_header.h",
100 "content_switches_internal.cc", 101 "content_switches_internal.cc",
101 "content_switches_internal.h", 102 "content_switches_internal.h",
102 "cross_site_document_classifier.cc", 103 "cross_site_document_classifier.cc",
103 "cross_site_document_classifier.h", 104 "cross_site_document_classifier.h",
104 "cursors/webcursor.cc", 105 "cursors/webcursor.cc",
105 "cursors/webcursor.h", 106 "cursors/webcursor.h",
106 "cursors/webcursor_android.cc", 107 "cursors/webcursor_android.cc",
107 "cursors/webcursor_aura.cc", 108 "cursors/webcursor_aura.cc",
108 "cursors/webcursor_aurawin.cc", 109 "cursors/webcursor_aurawin.cc",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "//url/mojo:url_mojom_origin", 636 "//url/mojo:url_mojom_origin",
636 ] 637 ]
637 638
638 overridden_deps = [ "//ipc:mojom" ] 639 overridden_deps = [ "//ipc:mojom" ]
639 component_deps = [ "//ipc" ] 640 component_deps = [ "//ipc" ]
640 641
641 export_class_attribute = "CONTENT_EXPORT" 642 export_class_attribute = "CONTENT_EXPORT"
642 export_define = "CONTENT_IMPLEMENTATION=1" 643 export_define = "CONTENT_IMPLEMENTATION=1"
643 export_header = "content/common/content_export.h" 644 export_header = "content/common/content_export.h"
644 } 645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698