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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 'metrics/sparse_histogram_unittest.cc', | 519 'metrics/sparse_histogram_unittest.cc', |
520 'metrics/stats_table_unittest.cc', | 520 'metrics/stats_table_unittest.cc', |
521 'metrics/statistics_recorder_unittest.cc', | 521 'metrics/statistics_recorder_unittest.cc', |
522 'observer_list_unittest.cc', | 522 'observer_list_unittest.cc', |
523 'os_compat_android_unittest.cc', | 523 'os_compat_android_unittest.cc', |
524 'path_service_unittest.cc', | 524 'path_service_unittest.cc', |
525 'pickle_unittest.cc', | 525 'pickle_unittest.cc', |
526 'platform_file_unittest.cc', | 526 'platform_file_unittest.cc', |
527 'posix/file_descriptor_shuffle_unittest.cc', | 527 'posix/file_descriptor_shuffle_unittest.cc', |
528 'posix/unix_domain_socket_linux_unittest.cc', | 528 'posix/unix_domain_socket_linux_unittest.cc', |
| 529 'power_monitor/power_monitor_unittest.cc', |
529 'pr_time_unittest.cc', | 530 'pr_time_unittest.cc', |
530 'prefs/default_pref_store_unittest.cc', | 531 'prefs/default_pref_store_unittest.cc', |
531 'prefs/json_pref_store_unittest.cc', | 532 'prefs/json_pref_store_unittest.cc', |
532 'prefs/mock_pref_change_callback.h', | 533 'prefs/mock_pref_change_callback.h', |
533 'prefs/overlay_user_pref_store_unittest.cc', | 534 'prefs/overlay_user_pref_store_unittest.cc', |
534 'prefs/pref_notifier_impl_unittest.cc', | 535 'prefs/pref_notifier_impl_unittest.cc', |
535 'prefs/pref_service_unittest.cc', | 536 'prefs/pref_service_unittest.cc', |
536 'prefs/pref_value_map_unittest.cc', | 537 'prefs/pref_value_map_unittest.cc', |
537 'prefs/pref_value_store_unittest.cc', | 538 'prefs/pref_value_store_unittest.cc', |
538 'prefs/public/pref_change_registrar_unittest.cc', | 539 'prefs/public/pref_change_registrar_unittest.cc', |
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1212 'base_unittests.isolate', | 1213 'base_unittests.isolate', |
1213 ], | 1214 ], |
1214 'sources': [ | 1215 'sources': [ |
1215 'base_unittests.isolate', | 1216 'base_unittests.isolate', |
1216 ], | 1217 ], |
1217 }, | 1218 }, |
1218 ], | 1219 ], |
1219 }], | 1220 }], |
1220 ], | 1221 ], |
1221 } | 1222 } |
OLD | NEW |