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

Side by Side Diff: chrome/common/net/BUILD.gn

Issue 376773002: GN: Give static_libs with common names unique output_name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/autofill/content/browser/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 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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 6
7 # GYP version: chrome/chrome_common.gypi:common_net 7 # GYP version: chrome/chrome_common.gypi:common_net
8 static_library("net") { 8 static_library("net") {
9 output_name = "common_net"
9 sources = [ 10 sources = [
10 "net_error_info.cc", 11 "net_error_info.cc",
11 "net_error_info.h", 12 "net_error_info.h",
12 "net_resource_provider.cc", 13 "net_resource_provider.cc",
13 "net_resource_provider.h", 14 "net_resource_provider.h",
14 "predictor_common.h", 15 "predictor_common.h",
15 "url_util.cc", 16 "url_util.cc",
16 "url_util.h", 17 "url_util.h",
17 "x509_certificate_model.cc", 18 "x509_certificate_model.cc",
18 "x509_certificate_model.h", 19 "x509_certificate_model.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # Already removed for non-Linux cases above. 64 # Already removed for non-Linux cases above.
64 sources -= [ 65 sources -= [
65 "x509_certificate_model_openssl.cc", 66 "x509_certificate_model_openssl.cc",
66 ] 67 ]
67 } 68 }
68 69
69 if (is_win) { 70 if (is_win) {
70 cflags = [ "/wd4267" ] 71 cflags = [ "/wd4267" ]
71 } 72 }
72 } 73 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698