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

Side by Side Diff: base/third_party/libevent/BUILD.gn

Issue 2152033002: Convert third_party source sets to static libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios Created 4 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
« no previous file with comments | « no previous file | base/third_party/symbolize/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/config/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 6
7 source_set("libevent") { 7 static_library("libevent") {
8 sources = [ 8 sources = [
9 "buffer.c", 9 "buffer.c",
10 "evbuffer.c", 10 "evbuffer.c",
11 "evdns.c", 11 "evdns.c",
12 "event.c", 12 "event.c",
13 "event_tagging.c", 13 "event_tagging.c",
14 "evrpc.c", 14 "evrpc.c",
15 "evutil.c", 15 "evutil.c",
16 "http.c", 16 "http.c",
17 "log.c", 17 "log.c",
(...skipping 28 matching lines...) Expand all
46 "nacl_nonsfi/event-config.h", 46 "nacl_nonsfi/event-config.h",
47 "nacl_nonsfi/random.c", 47 "nacl_nonsfi/random.c",
48 "nacl_nonsfi/signal_stub.c", 48 "nacl_nonsfi/signal_stub.c",
49 ] 49 ]
50 include_dirs = [ "nacl_nonsfi" ] 50 include_dirs = [ "nacl_nonsfi" ]
51 } 51 }
52 52
53 configs -= [ "//build/config/compiler:chromium_code" ] 53 configs -= [ "//build/config/compiler:chromium_code" ]
54 configs += [ "//build/config/compiler:no_chromium_code" ] 54 configs += [ "//build/config/compiler:no_chromium_code" ]
55 } 55 }
OLDNEW
« no previous file with comments | « no previous file | base/third_party/symbolize/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698