| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1192 "quic/core/frames/quic_blocked_frame.h", | 1192 "quic/core/frames/quic_blocked_frame.h", |
| 1193 "quic/core/frames/quic_connection_close_frame.cc", | 1193 "quic/core/frames/quic_connection_close_frame.cc", |
| 1194 "quic/core/frames/quic_connection_close_frame.h", | 1194 "quic/core/frames/quic_connection_close_frame.h", |
| 1195 "quic/core/frames/quic_frame.cc", | 1195 "quic/core/frames/quic_frame.cc", |
| 1196 "quic/core/frames/quic_frame.h", | 1196 "quic/core/frames/quic_frame.h", |
| 1197 "quic/core/frames/quic_goaway_frame.cc", | 1197 "quic/core/frames/quic_goaway_frame.cc", |
| 1198 "quic/core/frames/quic_goaway_frame.h", | 1198 "quic/core/frames/quic_goaway_frame.h", |
| 1199 "quic/core/frames/quic_mtu_discovery_frame.h", | 1199 "quic/core/frames/quic_mtu_discovery_frame.h", |
| 1200 "quic/core/frames/quic_padding_frame.cc", | 1200 "quic/core/frames/quic_padding_frame.cc", |
| 1201 "quic/core/frames/quic_padding_frame.h", | 1201 "quic/core/frames/quic_padding_frame.h", |
| 1202 "quic/core/frames/quic_path_close_frame.cc", | |
| 1203 "quic/core/frames/quic_path_close_frame.h", | |
| 1204 "quic/core/frames/quic_ping_frame.h", | 1202 "quic/core/frames/quic_ping_frame.h", |
| 1205 "quic/core/frames/quic_rst_stream_frame.cc", | 1203 "quic/core/frames/quic_rst_stream_frame.cc", |
| 1206 "quic/core/frames/quic_rst_stream_frame.h", | 1204 "quic/core/frames/quic_rst_stream_frame.h", |
| 1207 "quic/core/frames/quic_stop_waiting_frame.cc", | 1205 "quic/core/frames/quic_stop_waiting_frame.cc", |
| 1208 "quic/core/frames/quic_stop_waiting_frame.h", | 1206 "quic/core/frames/quic_stop_waiting_frame.h", |
| 1209 "quic/core/frames/quic_stream_frame.cc", | 1207 "quic/core/frames/quic_stream_frame.cc", |
| 1210 "quic/core/frames/quic_stream_frame.h", | 1208 "quic/core/frames/quic_stream_frame.h", |
| 1211 "quic/core/frames/quic_window_update_frame.cc", | 1209 "quic/core/frames/quic_window_update_frame.cc", |
| 1212 "quic/core/frames/quic_window_update_frame.h", | 1210 "quic/core/frames/quic_window_update_frame.h", |
| 1213 "quic/core/quic_ack_listener_interface.cc", | 1211 "quic/core/quic_ack_listener_interface.cc", |
| (...skipping 4492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5706 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5704 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5707 "tools/transport_security_state_generator/trie/trie_writer.h", | 5705 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5708 ] | 5706 ] |
| 5709 deps = [ | 5707 deps = [ |
| 5710 "//base", | 5708 "//base", |
| 5711 "//crypto", | 5709 "//crypto", |
| 5712 "//third_party/boringssl", | 5710 "//third_party/boringssl", |
| 5713 ] | 5711 ] |
| 5714 } | 5712 } |
| 5715 } | 5713 } |
| OLD | NEW |