| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 'memory/linked_ptr_unittest.cc', | 505 'memory/linked_ptr_unittest.cc', |
| 506 'memory/ref_counted_memory_unittest.cc', | 506 'memory/ref_counted_memory_unittest.cc', |
| 507 'memory/ref_counted_unittest.cc', | 507 'memory/ref_counted_unittest.cc', |
| 508 'memory/scoped_nsobject_unittest.mm', | 508 'memory/scoped_nsobject_unittest.mm', |
| 509 'memory/scoped_ptr_unittest.cc', | 509 'memory/scoped_ptr_unittest.cc', |
| 510 'memory/scoped_ptr_unittest.nc', | 510 'memory/scoped_ptr_unittest.nc', |
| 511 'memory/scoped_vector_unittest.cc', | 511 'memory/scoped_vector_unittest.cc', |
| 512 'memory/singleton_unittest.cc', | 512 'memory/singleton_unittest.cc', |
| 513 'memory/weak_ptr_unittest.cc', | 513 'memory/weak_ptr_unittest.cc', |
| 514 'memory/weak_ptr_unittest.nc', | 514 'memory/weak_ptr_unittest.nc', |
| 515 'message_loop_proxy_impl_unittest.cc', | 515 'message_loop/message_loop_proxy_impl_unittest.cc', |
| 516 'message_loop_proxy_unittest.cc', | 516 'message_loop/message_loop_proxy_unittest.cc', |
| 517 'message_loop_unittest.cc', | 517 'message_loop_unittest.cc', |
| 518 'message_pump_glib_unittest.cc', | 518 'message_pump_glib_unittest.cc', |
| 519 'message_pump_io_ios_unittest.cc', | 519 'message_pump_io_ios_unittest.cc', |
| 520 'message_pump_libevent_unittest.cc', | 520 'message_pump_libevent_unittest.cc', |
| 521 'metrics/sample_map_unittest.cc', | 521 'metrics/sample_map_unittest.cc', |
| 522 'metrics/sample_vector_unittest.cc', | 522 'metrics/sample_vector_unittest.cc', |
| 523 'metrics/bucket_ranges_unittest.cc', | 523 'metrics/bucket_ranges_unittest.cc', |
| 524 'metrics/field_trial_unittest.cc', | 524 'metrics/field_trial_unittest.cc', |
| 525 'metrics/histogram_base_unittest.cc', | 525 'metrics/histogram_base_unittest.cc', |
| 526 'metrics/histogram_unittest.cc', | 526 'metrics/histogram_unittest.cc', |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1220 'base_unittests.isolate', | 1220 'base_unittests.isolate', |
| 1221 ], | 1221 ], |
| 1222 'sources': [ | 1222 'sources': [ |
| 1223 'base_unittests.isolate', | 1223 'base_unittests.isolate', |
| 1224 ], | 1224 ], |
| 1225 }, | 1225 }, |
| 1226 ], | 1226 ], |
| 1227 }], | 1227 }], |
| 1228 ], | 1228 ], |
| 1229 } | 1229 } |
| OLD | NEW |