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

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

Issue 2764993002: CSP: group policies in didAddContentSecurityPolicy. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "content_security_policy/content_security_policy.cc", 93 "content_security_policy/content_security_policy.cc",
94 "content_security_policy/content_security_policy.h", 94 "content_security_policy/content_security_policy.h",
95 "content_security_policy/csp_context.cc", 95 "content_security_policy/csp_context.cc",
96 "content_security_policy/csp_context.h", 96 "content_security_policy/csp_context.h",
97 "content_security_policy/csp_directive.cc", 97 "content_security_policy/csp_directive.cc",
98 "content_security_policy/csp_directive.h", 98 "content_security_policy/csp_directive.h",
99 "content_security_policy/csp_source.cc", 99 "content_security_policy/csp_source.cc",
100 "content_security_policy/csp_source.h", 100 "content_security_policy/csp_source.h",
101 "content_security_policy/csp_source_list.cc", 101 "content_security_policy/csp_source_list.cc",
102 "content_security_policy/csp_source_list.h", 102 "content_security_policy/csp_source_list.h",
103 "content_security_policy_header.cc",
103 "content_security_policy_header.h", 104 "content_security_policy_header.h",
104 "content_switches_internal.cc", 105 "content_switches_internal.cc",
105 "content_switches_internal.h", 106 "content_switches_internal.h",
106 "cross_site_document_classifier.cc", 107 "cross_site_document_classifier.cc",
107 "cross_site_document_classifier.h", 108 "cross_site_document_classifier.h",
108 "cursors/webcursor.cc", 109 "cursors/webcursor.cc",
109 "cursors/webcursor.h", 110 "cursors/webcursor.h",
110 "cursors/webcursor_android.cc", 111 "cursors/webcursor_android.cc",
111 "cursors/webcursor_aura.cc", 112 "cursors/webcursor_aura.cc",
112 "cursors/webcursor_aurawin.cc", 113 "cursors/webcursor_aurawin.cc",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "//url/mojo:url_mojom_origin", 640 "//url/mojo:url_mojom_origin",
640 ] 641 ]
641 642
642 overridden_deps = [ "//ipc:mojom" ] 643 overridden_deps = [ "//ipc:mojom" ]
643 component_deps = [ "//ipc" ] 644 component_deps = [ "//ipc" ]
644 645
645 export_class_attribute = "CONTENT_EXPORT" 646 export_class_attribute = "CONTENT_EXPORT"
646 export_define = "CONTENT_IMPLEMENTATION=1" 647 export_define = "CONTENT_IMPLEMENTATION=1"
647 export_header = "content/common/content_export.h" 648 export_header = "content/common/content_export.h"
648 } 649 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698