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', |
133 '../testing/gmock.gyp:gmock', | 134 '../testing/gmock.gyp:gmock', |
134 '../testing/gtest.gyp:gtest', | 135 '../testing/gtest.gyp:gtest', |
135 '../third_party/zlib/zlib.gyp:zlib', | 136 '../third_party/zlib/zlib.gyp:zlib', |
136 ], | 137 ], |
137 'sources': [ | 138 'sources': [ |
138 'lib/crc32_unittest.cc', | 139 'lib/crc32_unittest.cc', |
139 'lib/crc8_unittest.cc', | 140 'lib/crc8_unittest.cc', |
140 'lib/financial_ping_test.cc', | 141 'lib/financial_ping_test.cc', |
141 'lib/lib_values_unittest.cc', | 142 'lib/lib_values_unittest.cc', |
142 'lib/machine_id_unittest.cc', | 143 'lib/machine_id_unittest.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 ], | 179 ], |
179 'dependencies': [ | 180 'dependencies': [ |
180 ':rlz_lib', | 181 ':rlz_lib', |
181 '../third_party/zlib/zlib.gyp:zlib', | 182 '../third_party/zlib/zlib.gyp:zlib', |
182 ], | 183 ], |
183 }, | 184 }, |
184 ], | 185 ], |
185 }], | 186 }], |
186 ], | 187 ], |
187 } | 188 } |
OLD | NEW |