| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 ], | 440 ], |
| 441 'sources': [ | 441 'sources': [ |
| 442 'test/run_all_unittests.cc', | 442 'test/run_all_unittests.cc', |
| 443 ], | 443 ], |
| 444 }, | 444 }, |
| 445 { | 445 { |
| 446 'target_name': 'base_unittests', | 446 'target_name': 'base_unittests', |
| 447 'type': '<(gtest_target_type)', | 447 'type': '<(gtest_target_type)', |
| 448 'sources': [ | 448 'sources': [ |
| 449 'android/application_status_listener_unittest.cc', | 449 'android/application_status_listener_unittest.cc', |
| 450 'android/content_uri_utils_unittest.cc', |
| 450 'android/jni_android_unittest.cc', | 451 'android/jni_android_unittest.cc', |
| 451 'android/jni_array_unittest.cc', | 452 'android/jni_array_unittest.cc', |
| 452 'android/jni_string_unittest.cc', | 453 'android/jni_string_unittest.cc', |
| 453 'android/path_utils_unittest.cc', | 454 'android/path_utils_unittest.cc', |
| 454 'android/scoped_java_ref_unittest.cc', | 455 'android/scoped_java_ref_unittest.cc', |
| 455 'android/sys_utils_unittest.cc', | 456 'android/sys_utils_unittest.cc', |
| 456 'async_socket_io_handler_unittest.cc', | 457 'async_socket_io_handler_unittest.cc', |
| 457 'at_exit_unittest.cc', | 458 'at_exit_unittest.cc', |
| 458 'atomicops_unittest.cc', | 459 'atomicops_unittest.cc', |
| 459 'barrier_closure_unittest.cc', | 460 'barrier_closure_unittest.cc', |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1550 'dependencies': [ | 1551 'dependencies': [ |
| 1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1552 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1552 ], | 1553 ], |
| 1553 }], | 1554 }], |
| 1554 ], | 1555 ], |
| 1555 }, | 1556 }, |
| 1556 ], | 1557 ], |
| 1557 }], | 1558 }], |
| 1558 ], | 1559 ], |
| 1559 } | 1560 } |
| OLD | NEW |