| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'dependencies': [ | 98 'dependencies': [ |
| 99 '../testing/gtest.gyp:gtest', | 99 '../testing/gtest.gyp:gtest', |
| 100 '../v8/tools/gyp/v8.gyp:v8', | 100 '../v8/tools/gyp/v8.gyp:v8', |
| 101 'gin', | 101 'gin', |
| 102 ], | 102 ], |
| 103 'export_dependent_settings': [ | 103 'export_dependent_settings': [ |
| 104 '../testing/gtest.gyp:gtest', | 104 '../testing/gtest.gyp:gtest', |
| 105 'gin', | 105 'gin', |
| 106 ], | 106 ], |
| 107 'sources': [ | 107 'sources': [ |
| 108 'test/file.cc', |
| 109 'test/file.h', |
| 108 'test/file_runner.cc', | 110 'test/file_runner.cc', |
| 109 'test/file_runner.h', | 111 'test/file_runner.h', |
| 110 'test/gc.cc', | 112 'test/gc.cc', |
| 111 'test/gc.h', | 113 'test/gc.h', |
| 112 'test/gtest.cc', | 114 'test/gtest.cc', |
| 113 'test/gtest.h', | 115 'test/gtest.h', |
| 114 'test/v8_test.cc', | 116 'test/v8_test.cc', |
| 115 'test/v8_test.h', | 117 'test/v8_test.h', |
| 116 ], | 118 ], |
| 117 }, | 119 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 130 'modules/timer_unittest.cc', | 132 'modules/timer_unittest.cc', |
| 131 'per_context_data_unittest.cc', | 133 'per_context_data_unittest.cc', |
| 132 'shell_runner_unittest.cc', | 134 'shell_runner_unittest.cc', |
| 133 'test/run_all_unittests.cc', | 135 'test/run_all_unittests.cc', |
| 134 'test/run_js_tests.cc', | 136 'test/run_js_tests.cc', |
| 135 'wrappable_unittest.cc', | 137 'wrappable_unittest.cc', |
| 136 ], | 138 ], |
| 137 }, | 139 }, |
| 138 ], | 140 ], |
| 139 } | 141 } |
| OLD | NEW |