| 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 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2013 sources += [ "filter/brotli_source_stream.cc" ] | 2013 sources += [ "filter/brotli_source_stream.cc" ] |
| 2014 deps += [ "//third_party/brotli:dec" ] | 2014 deps += [ "//third_party/brotli:dec" ] |
| 2015 } else { | 2015 } else { |
| 2016 sources += [ "filter/brotli_source_stream_disabled.cc" ] | 2016 sources += [ "filter/brotli_source_stream_disabled.cc" ] |
| 2017 } | 2017 } |
| 2018 } | 2018 } |
| 2019 } | 2019 } |
| 2020 | 2020 |
| 2021 grit("net_resources") { | 2021 grit("net_resources") { |
| 2022 source = "base/net_resources.grd" | 2022 source = "base/net_resources.grd" |
| 2023 use_qualified_include = true | |
| 2024 outputs = [ | 2023 outputs = [ |
| 2025 "grit/net_resources.h", | 2024 "grit/net_resources.h", |
| 2026 "net_resources.pak", | 2025 "net_resources.pak", |
| 2027 ] | 2026 ] |
| 2028 } | 2027 } |
| 2029 | 2028 |
| 2030 proto_library("net_quic_proto") { | 2029 proto_library("net_quic_proto") { |
| 2031 visibility = [ ":net" ] | 2030 visibility = [ ":net" ] |
| 2032 | 2031 |
| 2033 sources = [ | 2032 sources = [ |
| (...skipping 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5704 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5703 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5705 "tools/transport_security_state_generator/trie/trie_writer.h", | 5704 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5706 ] | 5705 ] |
| 5707 deps = [ | 5706 deps = [ |
| 5708 "//base", | 5707 "//base", |
| 5709 "//crypto", | 5708 "//crypto", |
| 5710 "//third_party/boringssl", | 5709 "//third_party/boringssl", |
| 5711 ] | 5710 ] |
| 5712 } | 5711 } |
| 5713 } | 5712 } |
| OLD | NEW |