| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 ], | 428 ], |
| 429 'sources': [ | 429 'sources': [ |
| 430 'test/run_all_unittests.cc', | 430 'test/run_all_unittests.cc', |
| 431 ], | 431 ], |
| 432 }, | 432 }, |
| 433 { | 433 { |
| 434 'target_name': 'base_unittests', | 434 'target_name': 'base_unittests', |
| 435 'type': '<(gtest_target_type)', | 435 'type': '<(gtest_target_type)', |
| 436 'sources': [ | 436 'sources': [ |
| 437 'android/application_status_listener_unittest.cc', | 437 'android/application_status_listener_unittest.cc', |
| 438 'android/content_uri_utils_unittest.cc', |
| 438 'android/jni_android_unittest.cc', | 439 'android/jni_android_unittest.cc', |
| 439 'android/jni_array_unittest.cc', | 440 'android/jni_array_unittest.cc', |
| 440 'android/jni_string_unittest.cc', | 441 'android/jni_string_unittest.cc', |
| 441 'android/path_utils_unittest.cc', | 442 'android/path_utils_unittest.cc', |
| 442 'android/scoped_java_ref_unittest.cc', | 443 'android/scoped_java_ref_unittest.cc', |
| 443 'android/sys_utils_unittest.cc', | 444 'android/sys_utils_unittest.cc', |
| 444 'async_socket_io_handler_unittest.cc', | 445 'async_socket_io_handler_unittest.cc', |
| 445 'at_exit_unittest.cc', | 446 'at_exit_unittest.cc', |
| 446 'atomicops_unittest.cc', | 447 'atomicops_unittest.cc', |
| 447 'barrier_closure_unittest.cc', | 448 'barrier_closure_unittest.cc', |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1538 'dependencies': [ | 1539 'dependencies': [ |
| 1539 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1540 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1540 ], | 1541 ], |
| 1541 }], | 1542 }], |
| 1542 ], | 1543 ], |
| 1543 }, | 1544 }, |
| 1544 ], | 1545 ], |
| 1545 }], | 1546 }], |
| 1546 ], | 1547 ], |
| 1547 } | 1548 } |
| OLD | NEW |