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

Side by Side Diff: net/BUILD.gn

Issue 2739203004: Revert of Statically link libprotobuf_lite on Linux (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 4721 matching lines...) Expand 10 before | Expand all | Expand 10 after
4732 ":simple_quic_tools", 4732 ":simple_quic_tools",
4733 ":test_support", 4733 ":test_support",
4734 "//base", 4734 "//base",
4735 "//base/third_party/dynamic_annotations", 4735 "//base/third_party/dynamic_annotations",
4736 "//crypto", 4736 "//crypto",
4737 "//crypto:platform", 4737 "//crypto:platform",
4738 "//crypto:test_support", 4738 "//crypto:test_support",
4739 "//net/base/registry_controlled_domains", 4739 "//net/base/registry_controlled_domains",
4740 "//testing/gmock", 4740 "//testing/gmock",
4741 "//testing/gtest", 4741 "//testing/gtest",
4742 "//third_party/protobuf:protobuf_lite",
4743 "//third_party/zlib", 4742 "//third_party/zlib",
4744 "//url", 4743 "//url",
4745 "//url:url_features", 4744 "//url:url_features",
4746 ] 4745 ]
4747 if (!is_proto_quic) { 4746 if (!is_proto_quic) {
4748 deps += [ 4747 deps += [
4749 ":extras", 4748 ":extras",
4750 "//base:i18n", 4749 "//base:i18n",
4751 "//sql", 4750 "//sql",
4752 ] 4751 ]
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
5707 "tools/transport_security_state_generator/trie/trie_writer.cc", 5706 "tools/transport_security_state_generator/trie/trie_writer.cc",
5708 "tools/transport_security_state_generator/trie/trie_writer.h", 5707 "tools/transport_security_state_generator/trie/trie_writer.h",
5709 ] 5708 ]
5710 deps = [ 5709 deps = [
5711 "//base", 5710 "//base",
5712 "//crypto", 5711 "//crypto",
5713 "//third_party/boringssl", 5712 "//third_party/boringssl",
5714 ] 5713 ]
5715 } 5714 }
5716 } 5715 }
OLDNEW
« no previous file with comments | « no previous file | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698