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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'metrics/histogram_macros_unittest.cc', | 547 'metrics/histogram_macros_unittest.cc', |
548 'metrics/histogram_snapshot_manager_unittest.cc', | 548 'metrics/histogram_snapshot_manager_unittest.cc', |
549 'metrics/histogram_unittest.cc', | 549 'metrics/histogram_unittest.cc', |
550 'metrics/sample_map_unittest.cc', | 550 'metrics/sample_map_unittest.cc', |
551 'metrics/sample_vector_unittest.cc', | 551 'metrics/sample_vector_unittest.cc', |
552 'metrics/sparse_histogram_unittest.cc', | 552 'metrics/sparse_histogram_unittest.cc', |
553 'metrics/statistics_recorder_unittest.cc', | 553 'metrics/statistics_recorder_unittest.cc', |
554 'move_unittest.cc', | 554 'move_unittest.cc', |
555 'numerics/safe_numerics_unittest.cc', | 555 'numerics/safe_numerics_unittest.cc', |
556 'observer_list_unittest.cc', | 556 'observer_list_unittest.cc', |
| 557 'optional_unittest.cc', |
557 'os_compat_android_unittest.cc', | 558 'os_compat_android_unittest.cc', |
558 'path_service_unittest.cc', | 559 'path_service_unittest.cc', |
559 'pickle_unittest.cc', | 560 'pickle_unittest.cc', |
560 'posix/file_descriptor_shuffle_unittest.cc', | 561 'posix/file_descriptor_shuffle_unittest.cc', |
561 'posix/unix_domain_socket_linux_unittest.cc', | 562 'posix/unix_domain_socket_linux_unittest.cc', |
562 'power_monitor/power_monitor_unittest.cc', | 563 'power_monitor/power_monitor_unittest.cc', |
563 'prefs/default_pref_store_unittest.cc', | 564 'prefs/default_pref_store_unittest.cc', |
564 'prefs/json_pref_store_unittest.cc', | 565 'prefs/json_pref_store_unittest.cc', |
565 'prefs/mock_pref_change_callback.h', | 566 'prefs/mock_pref_change_callback.h', |
566 'prefs/overlay_user_pref_store_unittest.cc', | 567 'prefs/overlay_user_pref_store_unittest.cc', |
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1677 '../build/isolate.gypi', | 1678 '../build/isolate.gypi', |
1678 ], | 1679 ], |
1679 'sources': [ | 1680 'sources': [ |
1680 'base_unittests.isolate', | 1681 'base_unittests.isolate', |
1681 ], | 1682 ], |
1682 }, | 1683 }, |
1683 ], | 1684 ], |
1684 }], | 1685 }], |
1685 ], | 1686 ], |
1686 } | 1687 } |
OLD | NEW |