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

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

Issue 2124373002: [PPAPI] Quarantine files that are writeable by a Pepper plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@consolidate-file-metadata
Patch Set: Move quarantine_* files to content/common/quarantine/ Created 4 years 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("//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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "pepper_file_util.h", 241 "pepper_file_util.h",
242 "pepper_plugin_list.cc", 242 "pepper_plugin_list.cc",
243 "pepper_plugin_list.h", 243 "pepper_plugin_list.h",
244 "pepper_renderer_instance_data.cc", 244 "pepper_renderer_instance_data.cc",
245 "pepper_renderer_instance_data.h", 245 "pepper_renderer_instance_data.h",
246 "platform_notification_messages.h", 246 "platform_notification_messages.h",
247 "plugin_list.cc", 247 "plugin_list.cc",
248 "plugin_list.h", 248 "plugin_list.h",
249 "process_type.cc", 249 "process_type.cc",
250 "push_messaging_messages.h", 250 "push_messaging_messages.h",
251 "quarantine/quarantine.cc",
252 "quarantine/quarantine_constants_linux.h",
253 "quarantine/quarantine_linux.cc",
254 "quarantine/quarantine_mac.mm",
255 "quarantine/quarantine_win.cc",
251 "quota_messages.h", 256 "quota_messages.h",
252 "render_process_messages.h", 257 "render_process_messages.h",
253 "resize_params.cc", 258 "resize_params.cc",
254 "resize_params.h", 259 "resize_params.h",
255 "resource_messages.cc", 260 "resource_messages.cc",
256 "resource_messages.h", 261 "resource_messages.h",
257 "resource_request.cc", 262 "resource_request.cc",
258 "resource_request.h", 263 "resource_request.h",
259 "resource_request_body_impl.cc", 264 "resource_request_body_impl.cc",
260 "resource_request_body_impl.h", 265 "resource_request_body_impl.h",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "//ui/gfx/geometry/mojo", 613 "//ui/gfx/geometry/mojo",
609 "//ui/gfx/mojo", 614 "//ui/gfx/mojo",
610 "//url/mojo:url_mojom_gurl", 615 "//url/mojo:url_mojom_gurl",
611 "//url/mojo:url_mojom_origin", 616 "//url/mojo:url_mojom_origin",
612 ] 617 ]
613 618
614 export_class_attribute = "CONTENT_EXPORT" 619 export_class_attribute = "CONTENT_EXPORT"
615 export_define = "CONTENT_IMPLEMENTATION=1" 620 export_define = "CONTENT_IMPLEMENTATION=1"
616 export_header = "content/common/content_export.h" 621 export_header = "content/common/content_export.h"
617 } 622 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698