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

Side by Side Diff: base/base_nacl.gyp

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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/base.gyp ('k') | base/message_loop/message_pump_libevent.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 # base.gypi must be included before common_untrusted.gypi. 10 # base.gypi must be included before common_untrusted.gypi.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'rand_util_posix.cc', 110 'rand_util_posix.cc',
111 111
112 # For CancelableSyncSocket. 112 # For CancelableSyncSocket.
113 'sync_socket_nacl.cc', 113 'sync_socket_nacl.cc',
114 ], 114 ],
115 }, 115 },
116 'sources!': [ 116 'sources!': [
117 'rand_util_nacl.cc', 117 'rand_util_nacl.cc',
118 ], 118 ],
119 'dependencies': [ 119 'dependencies': [
120 '../third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi' ,
121 'base.gyp:base_debugging_flags', 120 'base.gyp:base_debugging_flags',
121 'third_party/libevent/libevent_nacl_nonsfi.gyp:event_nacl_nonsfi',
122 ], 122 ],
123 }, 123 },
124 { 124 {
125 'target_name': 'test_support_base_nacl_nonsfi', 125 'target_name': 'test_support_base_nacl_nonsfi',
126 'type': 'none', 126 'type': 'none',
127 'variables': { 127 'variables': {
128 'nacl_untrusted_build': 1, 128 'nacl_untrusted_build': 1,
129 'nlib_target': 'libtest_support_base_nacl_nonsfi.a', 129 'nlib_target': 'libtest_support_base_nacl_nonsfi.a',
130 'build_glibc': 0, 130 'build_glibc': 0,
131 'build_newlib': 0, 131 'build_newlib': 0,
(...skipping 10 matching lines...) Expand all
142 }, 142 },
143 'dependencies': [ 143 'dependencies': [
144 'base_nacl_nonsfi', 144 'base_nacl_nonsfi',
145 '../testing/gtest_nacl.gyp:gtest_nacl', 145 '../testing/gtest_nacl.gyp:gtest_nacl',
146 ], 146 ],
147 }, 147 },
148 ], 148 ],
149 }], 149 }],
150 ], 150 ],
151 } 151 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop/message_pump_libevent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698