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

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

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: rebase Created 4 years, 2 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("//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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "sandbox_linux/sandbox_seccomp_bpf_linux.cc", 291 "sandbox_linux/sandbox_seccomp_bpf_linux.cc",
292 "sandbox_linux/sandbox_seccomp_bpf_linux.h", 292 "sandbox_linux/sandbox_seccomp_bpf_linux.h",
293 "sandbox_mac.h", 293 "sandbox_mac.h",
294 "sandbox_mac.mm", 294 "sandbox_mac.mm",
295 "sandbox_win.cc", 295 "sandbox_win.cc",
296 "sandbox_win.h", 296 "sandbox_win.h",
297 "savable_subframe.h", 297 "savable_subframe.h",
298 "savable_url_schemes.cc", 298 "savable_url_schemes.cc",
299 "savable_url_schemes.h", 299 "savable_url_schemes.h",
300 "screen_orientation_messages.h", 300 "screen_orientation_messages.h",
301 "security_style_util.cc",
302 "security_style_util.h",
303 "send_zygote_child_ping_linux.cc", 301 "send_zygote_child_ping_linux.cc",
304 "service_worker/embedded_worker_messages.h", 302 "service_worker/embedded_worker_messages.h",
305 "service_worker/embedded_worker_settings.h", 303 "service_worker/embedded_worker_settings.h",
306 "service_worker/embedded_worker_start_params.cc", 304 "service_worker/embedded_worker_start_params.cc",
307 "service_worker/embedded_worker_start_params.h", 305 "service_worker/embedded_worker_start_params.h",
308 "service_worker/service_worker_client_info.cc", 306 "service_worker/service_worker_client_info.cc",
309 "service_worker/service_worker_client_info.h", 307 "service_worker/service_worker_client_info.h",
310 "service_worker/service_worker_messages.h", 308 "service_worker/service_worker_messages.h",
311 "service_worker/service_worker_status_code.cc", 309 "service_worker/service_worker_status_code.cc",
312 "service_worker/service_worker_status_code.h", 310 "service_worker/service_worker_status_code.h",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "//ui/gfx/geometry/mojo", 588 "//ui/gfx/geometry/mojo",
591 "//ui/gfx/mojo", 589 "//ui/gfx/mojo",
592 "//url/mojo:url_mojom_gurl", 590 "//url/mojo:url_mojom_gurl",
593 "//url/mojo:url_mojom_origin", 591 "//url/mojo:url_mojom_origin",
594 ] 592 ]
595 593
596 export_class_attribute = "CONTENT_EXPORT" 594 export_class_attribute = "CONTENT_EXPORT"
597 export_define = "CONTENT_IMPLEMENTATION=1" 595 export_define = "CONTENT_IMPLEMENTATION=1"
598 export_header = "content/common/content_export.h" 596 export_header = "content/common/content_export.h"
599 } 597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698