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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
525 'metrics/histogram_delta_serialization_unittest.cc', | 525 'metrics/histogram_delta_serialization_unittest.cc', |
526 'metrics/histogram_snapshot_manager_unittest.cc', | 526 'metrics/histogram_snapshot_manager_unittest.cc', |
527 'metrics/histogram_unittest.cc', | 527 'metrics/histogram_unittest.cc', |
528 'metrics/sparse_histogram_unittest.cc', | 528 'metrics/sparse_histogram_unittest.cc', |
529 'metrics/stats_table_unittest.cc', | 529 'metrics/stats_table_unittest.cc', |
530 'metrics/statistics_recorder_unittest.cc', | 530 'metrics/statistics_recorder_unittest.cc', |
531 'observer_list_unittest.cc', | 531 'observer_list_unittest.cc', |
532 'os_compat_android_unittest.cc', | 532 'os_compat_android_unittest.cc', |
533 'path_service_unittest.cc', | 533 'path_service_unittest.cc', |
534 'pickle_unittest.cc', | 534 'pickle_unittest.cc', |
535 'platform_file_unittest.cc', | |
536 'posix/file_descriptor_shuffle_unittest.cc', | 535 'posix/file_descriptor_shuffle_unittest.cc', |
537 'posix/unix_domain_socket_linux_unittest.cc', | 536 'posix/unix_domain_socket_linux_unittest.cc', |
538 'power_monitor/power_monitor_unittest.cc', | 537 'power_monitor/power_monitor_unittest.cc', |
539 'prefs/default_pref_store_unittest.cc', | 538 'prefs/default_pref_store_unittest.cc', |
540 'prefs/json_pref_store_unittest.cc', | 539 'prefs/json_pref_store_unittest.cc', |
541 'prefs/mock_pref_change_callback.h', | 540 'prefs/mock_pref_change_callback.h', |
542 'prefs/overlay_user_pref_store_unittest.cc', | 541 'prefs/overlay_user_pref_store_unittest.cc', |
543 'prefs/pref_change_registrar_unittest.cc', | 542 'prefs/pref_change_registrar_unittest.cc', |
544 'prefs/pref_member_unittest.cc', | 543 'prefs/pref_member_unittest.cc', |
545 'prefs/pref_notifier_impl_unittest.cc', | 544 'prefs/pref_notifier_impl_unittest.cc', |
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1497 'base_unittests.isolate', | 1496 'base_unittests.isolate', |
1498 ], | 1497 ], |
1499 'sources': [ | 1498 'sources': [ |
1500 'base_unittests.isolate', | 1499 'base_unittests.isolate', |
1501 ], | 1500 ], |
1502 }, | 1501 }, |
1503 ], | 1502 ], |
1504 }], | 1503 }], |
1505 ], | 1504 ], |
1506 } | 1505 } |
OLD | NEW |