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

Side by Side Diff: content/renderer/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/common/frame_messages.h ('k') | content/renderer/content_security_policy_util.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 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "cache_storage/cache_storage_message_filter.cc", 62 "cache_storage/cache_storage_message_filter.cc",
63 "cache_storage/cache_storage_message_filter.h", 63 "cache_storage/cache_storage_message_filter.h",
64 "cache_storage/webserviceworkercachestorage_impl.cc", 64 "cache_storage/webserviceworkercachestorage_impl.cc",
65 "cache_storage/webserviceworkercachestorage_impl.h", 65 "cache_storage/webserviceworkercachestorage_impl.h",
66 "categorized_worker_pool.cc", 66 "categorized_worker_pool.cc",
67 "categorized_worker_pool.h", 67 "categorized_worker_pool.h",
68 "child_frame_compositing_helper.cc", 68 "child_frame_compositing_helper.cc",
69 "child_frame_compositing_helper.h", 69 "child_frame_compositing_helper.h",
70 "clipboard_utils.cc", 70 "clipboard_utils.cc",
71 "clipboard_utils.h", 71 "clipboard_utils.h",
72 "content_security_policy_util.cc",
73 "content_security_policy_util.h",
72 "context_menu_params_builder.cc", 74 "context_menu_params_builder.cc",
73 "context_menu_params_builder.h", 75 "context_menu_params_builder.h",
74 "cursor_utils.cc", 76 "cursor_utils.cc",
75 "cursor_utils.h", 77 "cursor_utils.h",
76 "device_sensors/device_light_event_pump.cc", 78 "device_sensors/device_light_event_pump.cc",
77 "device_sensors/device_light_event_pump.h", 79 "device_sensors/device_light_event_pump.h",
78 "device_sensors/device_motion_event_pump.cc", 80 "device_sensors/device_motion_event_pump.cc",
79 "device_sensors/device_motion_event_pump.h", 81 "device_sensors/device_motion_event_pump.h",
80 "device_sensors/device_orientation_event_pump.cc", 82 "device_sensors/device_orientation_event_pump.cc",
81 "device_sensors/device_orientation_event_pump.h", 83 "device_sensors/device_orientation_event_pump.h",
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 # For the defines in mojo_media_config. 943 # For the defines in mojo_media_config.
942 public_configs = [ "//media/mojo/services:mojo_media_config" ] 944 public_configs = [ "//media/mojo/services:mojo_media_config" ]
943 } 945 }
944 946
945 if (!is_component_build) { 947 if (!is_component_build) {
946 public_deps = [ 948 public_deps = [
947 ":renderer", 949 ":renderer",
948 ] 950 ]
949 } 951 }
950 } 952 }
OLDNEW
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/content_security_policy_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698