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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
531 'metrics/sample_vector_unittest.cc', | 531 'metrics/sample_vector_unittest.cc', |
532 'metrics/bucket_ranges_unittest.cc', | 532 'metrics/bucket_ranges_unittest.cc', |
533 'metrics/field_trial_unittest.cc', | 533 'metrics/field_trial_unittest.cc', |
534 'metrics/histogram_base_unittest.cc', | 534 'metrics/histogram_base_unittest.cc', |
535 'metrics/histogram_unittest.cc', | 535 'metrics/histogram_unittest.cc', |
536 'metrics/sparse_histogram_unittest.cc', | 536 'metrics/sparse_histogram_unittest.cc', |
537 'metrics/stats_table_unittest.cc', | 537 'metrics/stats_table_unittest.cc', |
538 'metrics/statistics_recorder_unittest.cc', | 538 'metrics/statistics_recorder_unittest.cc', |
539 'observer_list_unittest.cc', | 539 'observer_list_unittest.cc', |
540 'os_compat_android_unittest.cc', | 540 'os_compat_android_unittest.cc', |
| 541 'partial_circular_buffer_unittest.cc', |
541 'path_service_unittest.cc', | 542 'path_service_unittest.cc', |
542 'pickle_unittest.cc', | 543 'pickle_unittest.cc', |
543 'platform_file_unittest.cc', | 544 'platform_file_unittest.cc', |
544 'posix/file_descriptor_shuffle_unittest.cc', | 545 'posix/file_descriptor_shuffle_unittest.cc', |
545 'posix/unix_domain_socket_linux_unittest.cc', | 546 'posix/unix_domain_socket_linux_unittest.cc', |
546 'power_monitor/power_monitor_unittest.cc', | 547 'power_monitor/power_monitor_unittest.cc', |
547 'pr_time_unittest.cc', | 548 'pr_time_unittest.cc', |
548 'prefs/default_pref_store_unittest.cc', | 549 'prefs/default_pref_store_unittest.cc', |
549 'prefs/json_pref_store_unittest.cc', | 550 'prefs/json_pref_store_unittest.cc', |
550 'prefs/mock_pref_change_callback.h', | 551 'prefs/mock_pref_change_callback.h', |
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1252 'base_unittests.isolate', | 1253 'base_unittests.isolate', |
1253 ], | 1254 ], |
1254 'sources': [ | 1255 'sources': [ |
1255 'base_unittests.isolate', | 1256 'base_unittests.isolate', |
1256 ], | 1257 ], |
1257 }, | 1258 }, |
1258 ], | 1259 ], |
1259 }], | 1260 }], |
1260 ], | 1261 ], |
1261 } | 1262 } |
OLD | NEW |