| 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'containers/mru_cache_unittest.cc', | 456 'containers/mru_cache_unittest.cc', |
| 457 'containers/small_map_unittest.cc', | 457 'containers/small_map_unittest.cc', |
| 458 'containers/stack_container_unittest.cc', | 458 'containers/stack_container_unittest.cc', |
| 459 'cpu_unittest.cc', | 459 'cpu_unittest.cc', |
| 460 'debug/crash_logging_unittest.cc', | 460 'debug/crash_logging_unittest.cc', |
| 461 'debug/leak_tracker_unittest.cc', | 461 'debug/leak_tracker_unittest.cc', |
| 462 'debug/stack_trace_unittest.cc', | 462 'debug/stack_trace_unittest.cc', |
| 463 'debug/trace_event_unittest.cc', | 463 'debug/trace_event_unittest.cc', |
| 464 'debug/trace_event_unittest.h', | 464 'debug/trace_event_unittest.h', |
| 465 'debug/trace_event_win_unittest.cc', | 465 'debug/trace_event_win_unittest.cc', |
| 466 'deferred_sequenced_task_runner_unittest.cc', |
| 466 'environment_unittest.cc', | 467 'environment_unittest.cc', |
| 467 'file_util_unittest.cc', | 468 'file_util_unittest.cc', |
| 468 'file_version_info_unittest.cc', | 469 'file_version_info_unittest.cc', |
| 469 'files/dir_reader_posix_unittest.cc', | 470 'files/dir_reader_posix_unittest.cc', |
| 470 'files/file_path_unittest.cc', | 471 'files/file_path_unittest.cc', |
| 471 'files/file_util_proxy_unittest.cc', | 472 'files/file_util_proxy_unittest.cc', |
| 472 'files/important_file_writer_unittest.cc', | 473 'files/important_file_writer_unittest.cc', |
| 473 'files/scoped_temp_dir_unittest.cc', | 474 'files/scoped_temp_dir_unittest.cc', |
| 474 'gmock_unittest.cc', | 475 'gmock_unittest.cc', |
| 475 'guid_unittest.cc', | 476 'guid_unittest.cc', |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1220 'base_unittests.isolate', | 1221 'base_unittests.isolate', |
| 1221 ], | 1222 ], |
| 1222 'sources': [ | 1223 'sources': [ |
| 1223 'base_unittests.isolate', | 1224 'base_unittests.isolate', |
| 1224 ], | 1225 ], |
| 1225 }, | 1226 }, |
| 1226 ], | 1227 ], |
| 1227 }], | 1228 }], |
| 1228 ], | 1229 ], |
| 1229 } | 1230 } |
| OLD | NEW |