Chromium Code Reviews| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 360 'sources': [ | 360 'sources': [ |
| 361 'test/run_all_unittests.cc', | 361 'test/run_all_unittests.cc', |
| 362 ], | 362 ], |
| 363 }, | 363 }, |
| 364 { | 364 { |
| 365 'target_name': 'base_unittests', | 365 'target_name': 'base_unittests', |
| 366 'type': '<(gtest_target_type)', | 366 'type': '<(gtest_target_type)', |
| 367 'sources': [ | 367 'sources': [ |
| 368 # Tests. | 368 # Tests. |
| 369 'android/jni_android_unittest.cc', | 369 'android/jni_android_unittest.cc', |
| 370 'android/jni_method_id_unittest.cc', | |
|
joth
2012/10/03 17:31:52
nit: should add jni_method_id.h somewhere in here
| |
| 370 'android/path_utils_unittest.cc', | 371 'android/path_utils_unittest.cc', |
| 371 'android/scoped_java_ref_unittest.cc', | 372 'android/scoped_java_ref_unittest.cc', |
| 372 'at_exit_unittest.cc', | 373 'at_exit_unittest.cc', |
| 373 'atomicops_unittest.cc', | 374 'atomicops_unittest.cc', |
| 374 'base64_unittest.cc', | 375 'base64_unittest.cc', |
| 375 'bind_helpers_unittest.cc', | 376 'bind_helpers_unittest.cc', |
| 376 'bind_unittest.cc', | 377 'bind_unittest.cc', |
| 377 'bind_unittest.nc', | 378 'bind_unittest.nc', |
| 378 'bits_unittest.cc', | 379 'bits_unittest.cc', |
| 379 'build_time_unittest.cc', | 380 'build_time_unittest.cc', |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1054 '--result', '<@(_outputs)', | 1055 '--result', '<@(_outputs)', |
| 1055 '--isolate', 'base_unittests.isolate', | 1056 '--isolate', 'base_unittests.isolate', |
| 1056 ], | 1057 ], |
| 1057 }, | 1058 }, |
| 1058 ], | 1059 ], |
| 1059 }, | 1060 }, |
| 1060 ], | 1061 ], |
| 1061 }], | 1062 }], |
| 1062 ], | 1063 ], |
| 1063 } | 1064 } |
| OLD | NEW |