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 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'test/run_all_unittests.cc', | 416 'test/run_all_unittests.cc', |
417 ], | 417 ], |
418 }, | 418 }, |
419 { | 419 { |
420 'target_name': 'base_unittests', | 420 'target_name': 'base_unittests', |
421 'type': '<(gtest_target_type)', | 421 'type': '<(gtest_target_type)', |
422 'sources': [ | 422 'sources': [ |
423 # Tests. | 423 # Tests. |
424 'android/jni_android_unittest.cc', | 424 'android/jni_android_unittest.cc', |
425 'android/jni_array_unittest.cc', | 425 'android/jni_array_unittest.cc', |
| 426 'android/jni_map_unittest.cc', |
426 'android/jni_string_unittest.cc', | 427 'android/jni_string_unittest.cc', |
427 'android/path_utils_unittest.cc', | 428 'android/path_utils_unittest.cc', |
428 'android/scoped_java_ref_unittest.cc', | 429 'android/scoped_java_ref_unittest.cc', |
429 'at_exit_unittest.cc', | 430 'at_exit_unittest.cc', |
430 'atomicops_unittest.cc', | 431 'atomicops_unittest.cc', |
431 'base64_unittest.cc', | 432 'base64_unittest.cc', |
432 'bind_helpers_unittest.cc', | 433 'bind_helpers_unittest.cc', |
433 'bind_unittest.cc', | 434 'bind_unittest.cc', |
434 'bind_unittest.nc', | 435 'bind_unittest.nc', |
435 'bits_unittest.cc', | 436 'bits_unittest.cc', |
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1184 'base_unittests.isolate', | 1185 'base_unittests.isolate', |
1185 ], | 1186 ], |
1186 'sources': [ | 1187 'sources': [ |
1187 'base_unittests.isolate', | 1188 'base_unittests.isolate', |
1188 ], | 1189 ], |
1189 }, | 1190 }, |
1190 ], | 1191 ], |
1191 }], | 1192 }], |
1192 ], | 1193 ], |
1193 } | 1194 } |
OLD | NEW |