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

Side by Side Diff: base/third_party/libevent/libevent_nacl_nonsfi.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « base/third_party/libevent/libevent.gyp ('k') | base/trace_event/etw_manifest/etw_manifest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../../build/common_untrusted.gypi',
8 ],
9 'conditions': [
10 ['disable_nacl==0 and disable_nacl_untrusted==0', {
11 'targets': [
12 {
13 'target_name': 'event_nacl_nonsfi',
14 'type': 'none',
15 'sources': [
16 'buffer.c',
17 'evbuffer.c',
18 'event.c',
19 'evutil.c',
20 'log.c',
21 'poll.c',
22 'strlcpy.c',
23 'nacl_nonsfi/config.h',
24 'nacl_nonsfi/event-config.h',
25 'nacl_nonsfi/random.c',
26 'nacl_nonsfi/signal_stub.c',
27 ],
28 'defines': [
29 'HAVE_CONFIG_H',
30 ],
31 'include_dirs': [
32 'nacl_nonsfi',
33 ],
34 'variables': {
35 'nacl_untrusted_build': 1,
36 'nlib_target': 'libevent_nacl_nonsfi.a',
37 'build_glibc': 0,
38 'build_newlib': 0,
39 'build_irt': 0,
40 'build_pnacl_newlib': 0,
41 'build_nonsfi_helper': 1,
42 },
43 },
44 ],
45 }],
46 ],
47 }
OLDNEW
« no previous file with comments | « base/third_party/libevent/libevent.gyp ('k') | base/trace_event/etw_manifest/etw_manifest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698