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 'variables': { | 8 'variables': { |
9 # Force rlz to use chrome's networking stack. | 9 # Force rlz to use chrome's networking stack. |
10 'force_rlz_use_chrome_net%': 1, | 10 'force_rlz_use_chrome_net%': 1, |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'test/rlz_test_helpers.h', | 123 'test/rlz_test_helpers.h', |
124 ], | 124 ], |
125 }, | 125 }, |
126 { | 126 { |
127 'target_name': 'rlz_unittests', | 127 'target_name': 'rlz_unittests', |
128 'type': 'executable', | 128 'type': 'executable', |
129 'dependencies': [ | 129 'dependencies': [ |
130 ':rlz_lib', | 130 ':rlz_lib', |
131 ':test_support_rlz', | 131 ':test_support_rlz', |
132 '../base/base.gyp:base', | 132 '../base/base.gyp:base', |
133 '../base/base.gyp:base_prefs', | |
134 '../testing/gmock.gyp:gmock', | 133 '../testing/gmock.gyp:gmock', |
135 '../testing/gtest.gyp:gtest', | 134 '../testing/gtest.gyp:gtest', |
136 '../third_party/zlib/zlib.gyp:zlib', | 135 '../third_party/zlib/zlib.gyp:zlib', |
137 ], | 136 ], |
138 'sources': [ | 137 'sources': [ |
139 'lib/crc32_unittest.cc', | 138 'lib/crc32_unittest.cc', |
140 'lib/crc8_unittest.cc', | 139 'lib/crc8_unittest.cc', |
141 'lib/financial_ping_test.cc', | 140 'lib/financial_ping_test.cc', |
142 'lib/lib_values_unittest.cc', | 141 'lib/lib_values_unittest.cc', |
143 'lib/machine_id_unittest.cc', | 142 'lib/machine_id_unittest.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 ], | 178 ], |
180 'dependencies': [ | 179 'dependencies': [ |
181 ':rlz_lib', | 180 ':rlz_lib', |
182 '../third_party/zlib/zlib.gyp:zlib', | 181 '../third_party/zlib/zlib.gyp:zlib', |
183 ], | 182 ], |
184 }, | 183 }, |
185 ], | 184 ], |
186 }], | 185 }], |
187 ], | 186 ], |
188 } | 187 } |
OLD | NEW |