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

Side by Side Diff: tools/gn/secondary/net/BUILD.gn

Issue 170533003: GN: Work on Linux build defines (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 6 years, 10 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 | « tools/gn/secondary/crypto/ssl/flags.gni ('k') | no next file » | 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("//crypto/ssl/flags.gni") 5 import("//build/config/crypto.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 component("net") { 8 component("net") {
9 external = true 9 external = true
10 sources = [ 10 sources = [
11 "android/cert_verify_result_android.h", 11 "android/cert_verify_result_android.h",
12 "android/cert_verify_result_android_list.h", 12 "android/cert_verify_result_android_list.h",
13 "android/gurl_utils.cc", 13 "android/gurl_utils.cc",
14 "android/gurl_utils.h", 14 "android/gurl_utils.h",
15 "android/keystore.cc", 15 "android/keystore.cc",
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 "server/http_server_response_info.h", 1215 "server/http_server_response_info.h",
1216 "server/web_socket.cc", 1216 "server/web_socket.cc",
1217 "server/web_socket.h", 1217 "server/web_socket.h",
1218 ] 1218 ]
1219 configs += [ "//build/config/compiler:wexit_time_destructors" ] 1219 configs += [ "//build/config/compiler:wexit_time_destructors" ]
1220 deps = [ 1220 deps = [
1221 ":net", 1221 ":net",
1222 "//base", 1222 "//base",
1223 ] 1223 ]
1224 } 1224 }
OLDNEW
« no previous file with comments | « tools/gn/secondary/crypto/ssl/flags.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698