| 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 4719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4730 ":simple_quic_tools", | 4730 ":simple_quic_tools", |
| 4731 ":test_support", | 4731 ":test_support", |
| 4732 "//base", | 4732 "//base", |
| 4733 "//base/third_party/dynamic_annotations", | 4733 "//base/third_party/dynamic_annotations", |
| 4734 "//crypto", | 4734 "//crypto", |
| 4735 "//crypto:platform", | 4735 "//crypto:platform", |
| 4736 "//crypto:test_support", | 4736 "//crypto:test_support", |
| 4737 "//net/base/registry_controlled_domains", | 4737 "//net/base/registry_controlled_domains", |
| 4738 "//testing/gmock", | 4738 "//testing/gmock", |
| 4739 "//testing/gtest", | 4739 "//testing/gtest", |
| 4740 "//third_party/protobuf:protobuf_lite", |
| 4740 "//third_party/zlib", | 4741 "//third_party/zlib", |
| 4741 "//url", | 4742 "//url", |
| 4742 "//url:url_features", | 4743 "//url:url_features", |
| 4743 ] | 4744 ] |
| 4744 if (!is_proto_quic) { | 4745 if (!is_proto_quic) { |
| 4745 deps += [ | 4746 deps += [ |
| 4746 ":extras", | 4747 ":extras", |
| 4747 "//base:i18n", | 4748 "//base:i18n", |
| 4748 "//sql", | 4749 "//sql", |
| 4749 ] | 4750 ] |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5704 "tools/transport_security_state_generator/trie/trie_writer.cc", | 5705 "tools/transport_security_state_generator/trie/trie_writer.cc", |
| 5705 "tools/transport_security_state_generator/trie/trie_writer.h", | 5706 "tools/transport_security_state_generator/trie/trie_writer.h", |
| 5706 ] | 5707 ] |
| 5707 deps = [ | 5708 deps = [ |
| 5708 "//base", | 5709 "//base", |
| 5709 "//crypto", | 5710 "//crypto", |
| 5710 "//third_party/boringssl", | 5711 "//third_party/boringssl", |
| 5711 ] | 5712 ] |
| 5712 } | 5713 } |
| 5713 } | 5714 } |
| OLD | NEW |