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

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

Issue 2924723002: Network service: SafeBrowsing check for frame-resources from browser. (Closed)
Patch Set: . Created 3 years, 6 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "page_zoom.cc", 256 "page_zoom.cc",
257 "pepper_file_util.cc", 257 "pepper_file_util.cc",
258 "pepper_file_util.h", 258 "pepper_file_util.h",
259 "pepper_plugin_list.cc", 259 "pepper_plugin_list.cc",
260 "pepper_plugin_list.h", 260 "pepper_plugin_list.h",
261 "pepper_renderer_instance_data.cc", 261 "pepper_renderer_instance_data.cc",
262 "pepper_renderer_instance_data.h", 262 "pepper_renderer_instance_data.h",
263 "platform_notification_messages.h", 263 "platform_notification_messages.h",
264 "plugin_list.cc", 264 "plugin_list.cc",
265 "plugin_list.h", 265 "plugin_list.h",
266 "possibly_associated_interface_ptr.h",
266 "presentation/presentation_struct_traits.cc", 267 "presentation/presentation_struct_traits.cc",
267 "presentation/presentation_struct_traits.h", 268 "presentation/presentation_struct_traits.h",
268 "process_type.cc", 269 "process_type.cc",
269 "quarantine/quarantine.cc", 270 "quarantine/quarantine.cc",
270 "quarantine/quarantine_constants_linux.h", 271 "quarantine/quarantine_constants_linux.h",
271 "quarantine/quarantine_linux.cc", 272 "quarantine/quarantine_linux.cc",
272 "quarantine/quarantine_mac.mm", 273 "quarantine/quarantine_mac.mm",
273 "quarantine/quarantine_win.cc", 274 "quarantine/quarantine_win.cc",
274 "quota_messages.h", 275 "quota_messages.h",
275 "render_process_messages.h", 276 "render_process_messages.h",
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "//ui/gfx/mojo", 655 "//ui/gfx/mojo",
655 "//url/mojo:url_mojom_gurl", 656 "//url/mojo:url_mojom_gurl",
656 "//url/mojo:url_mojom_origin", 657 "//url/mojo:url_mojom_origin",
657 ] 658 ]
658 659
659 component_output_prefix = "content_common_mojo_bindings" 660 component_output_prefix = "content_common_mojo_bindings"
660 export_class_attribute = "CONTENT_EXPORT" 661 export_class_attribute = "CONTENT_EXPORT"
661 export_define = "CONTENT_IMPLEMENTATION=1" 662 export_define = "CONTENT_IMPLEMENTATION=1"
662 export_header = "content/common/content_export.h" 663 export_header = "content/common/content_export.h"
663 } 664 }
OLDNEW
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/common/possibly_associated_interface_ptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698