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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'metrics/histogram_macros_unittest.cc', | 542 'metrics/histogram_macros_unittest.cc', |
543 'metrics/histogram_snapshot_manager_unittest.cc', | 543 'metrics/histogram_snapshot_manager_unittest.cc', |
544 'metrics/histogram_unittest.cc', | 544 'metrics/histogram_unittest.cc', |
545 'metrics/sample_map_unittest.cc', | 545 'metrics/sample_map_unittest.cc', |
546 'metrics/sample_vector_unittest.cc', | 546 'metrics/sample_vector_unittest.cc', |
547 'metrics/sparse_histogram_unittest.cc', | 547 'metrics/sparse_histogram_unittest.cc', |
548 'metrics/statistics_recorder_unittest.cc', | 548 'metrics/statistics_recorder_unittest.cc', |
549 'move_unittest.cc', | 549 'move_unittest.cc', |
550 'numerics/safe_numerics_unittest.cc', | 550 'numerics/safe_numerics_unittest.cc', |
551 'observer_list_unittest.cc', | 551 'observer_list_unittest.cc', |
| 552 'optional_unittest.cc', |
552 'os_compat_android_unittest.cc', | 553 'os_compat_android_unittest.cc', |
553 'path_service_unittest.cc', | 554 'path_service_unittest.cc', |
554 'pickle_unittest.cc', | 555 'pickle_unittest.cc', |
555 'posix/file_descriptor_shuffle_unittest.cc', | 556 'posix/file_descriptor_shuffle_unittest.cc', |
556 'posix/unix_domain_socket_linux_unittest.cc', | 557 'posix/unix_domain_socket_linux_unittest.cc', |
557 'power_monitor/power_monitor_unittest.cc', | 558 'power_monitor/power_monitor_unittest.cc', |
558 'prefs/default_pref_store_unittest.cc', | 559 'prefs/default_pref_store_unittest.cc', |
559 'prefs/json_pref_store_unittest.cc', | 560 'prefs/json_pref_store_unittest.cc', |
560 'prefs/mock_pref_change_callback.h', | 561 'prefs/mock_pref_change_callback.h', |
561 'prefs/overlay_user_pref_store_unittest.cc', | 562 'prefs/overlay_user_pref_store_unittest.cc', |
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1627 '../build/isolate.gypi', | 1628 '../build/isolate.gypi', |
1628 ], | 1629 ], |
1629 'sources': [ | 1630 'sources': [ |
1630 'base_unittests.isolate', | 1631 'base_unittests.isolate', |
1631 ], | 1632 ], |
1632 }, | 1633 }, |
1633 ], | 1634 ], |
1634 }], | 1635 }], |
1635 ], | 1636 ], |
1636 } | 1637 } |
OLD | NEW |