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

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

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: more curly braces 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "resource_type.h", 186 "resource_type.h",
187 "result_codes.h", 187 "result_codes.h",
188 "sandbox_init.h", 188 "sandbox_init.h",
189 "sandbox_linux.h", 189 "sandbox_linux.h",
190 "sandbox_type.h", 190 "sandbox_type.h",
191 "sandboxed_process_launcher_delegate.cc", 191 "sandboxed_process_launcher_delegate.cc",
192 "sandboxed_process_launcher_delegate.h", 192 "sandboxed_process_launcher_delegate.h",
193 "screen_info.cc", 193 "screen_info.cc",
194 "screen_info.h", 194 "screen_info.h",
195 "screen_orientation_values.h", 195 "screen_orientation_values.h",
196 "security_style.h",
197 "send_zygote_child_ping_linux.h", 196 "send_zygote_child_ping_linux.h",
198 "service_info.cc", 197 "service_info.cc",
199 "service_info.h", 198 "service_info.h",
200 "service_manager_connection.h", 199 "service_manager_connection.h",
201 "service_names.cc", 200 "service_names.cc",
202 "service_names.h", 201 "service_names.h",
203 "speech_recognition_error.h", 202 "speech_recognition_error.h",
204 "speech_recognition_grammar.h", 203 "speech_recognition_grammar.h",
205 "speech_recognition_result.cc", 204 "speech_recognition_result.cc",
206 "speech_recognition_result.h", 205 "speech_recognition_result.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "feature_h264_with_openh264_ffmpeg.cc", 300 "feature_h264_with_openh264_ffmpeg.cc",
302 "feature_h264_with_openh264_ffmpeg.h", 301 "feature_h264_with_openh264_ffmpeg.h",
303 ] 302 ]
304 } 303 }
305 304
306 mojom("interfaces") { 305 mojom("interfaces") {
307 sources = [ 306 sources = [
308 "window_container_type.mojom", 307 "window_container_type.mojom",
309 ] 308 ]
310 } 309 }
OLDNEW
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698