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

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

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
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 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common_untrusted.gypi', 7 '../../build/common_untrusted.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { 10 ['disable_nacl==0 and disable_nacl_untrusted==0', {
(...skipping 22 matching lines...) Expand all
33 ], 33 ],
34 'variables': { 34 'variables': {
35 'nacl_untrusted_build': 1, 35 'nacl_untrusted_build': 1,
36 'nlib_target': 'libevent_nacl_nonsfi.a', 36 'nlib_target': 'libevent_nacl_nonsfi.a',
37 'build_glibc': 0, 37 'build_glibc': 0,
38 'build_newlib': 0, 38 'build_newlib': 0,
39 'build_irt': 0, 39 'build_irt': 0,
40 'build_pnacl_newlib': 0, 40 'build_pnacl_newlib': 0,
41 'build_nonsfi_helper': 1, 41 'build_nonsfi_helper': 1,
42 }, 42 },
43 'dependencies': [
44 '../../native_client/tools.gyp:prep_toolchain',
45 ],
46 }, 43 },
47 ], 44 ],
48 }], 45 }],
49 ], 46 ],
50 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698