| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |