| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'environment_unittest.cc', | 479 'environment_unittest.cc', |
| 480 'file_util_unittest.cc', | 480 'file_util_unittest.cc', |
| 481 'file_version_info_unittest.cc', | 481 'file_version_info_unittest.cc', |
| 482 'files/dir_reader_posix_unittest.cc', | 482 'files/dir_reader_posix_unittest.cc', |
| 483 'files/file_path_unittest.cc', | 483 'files/file_path_unittest.cc', |
| 484 'files/file_util_proxy_unittest.cc', | 484 'files/file_util_proxy_unittest.cc', |
| 485 'files/important_file_writer_unittest.cc', | 485 'files/important_file_writer_unittest.cc', |
| 486 'files/scoped_temp_dir_unittest.cc', | 486 'files/scoped_temp_dir_unittest.cc', |
| 487 'gmock_unittest.cc', | 487 'gmock_unittest.cc', |
| 488 'guid_unittest.cc', | 488 'guid_unittest.cc', |
| 489 'hi_res_timer_manager_unittest.cc', | |
| 490 'id_map_unittest.cc', | 489 'id_map_unittest.cc', |
| 491 'i18n/break_iterator_unittest.cc', | 490 'i18n/break_iterator_unittest.cc', |
| 492 'i18n/char_iterator_unittest.cc', | 491 'i18n/char_iterator_unittest.cc', |
| 493 'i18n/case_conversion_unittest.cc', | 492 'i18n/case_conversion_unittest.cc', |
| 494 'i18n/file_util_icu_unittest.cc', | 493 'i18n/file_util_icu_unittest.cc', |
| 495 'i18n/icu_string_conversions_unittest.cc', | 494 'i18n/icu_string_conversions_unittest.cc', |
| 496 'i18n/number_formatting_unittest.cc', | 495 'i18n/number_formatting_unittest.cc', |
| 497 'i18n/rtl_unittest.cc', | 496 'i18n/rtl_unittest.cc', |
| 498 'i18n/string_search_unittest.cc', | 497 'i18n/string_search_unittest.cc', |
| 499 'i18n/time_formatting_unittest.cc', | 498 'i18n/time_formatting_unittest.cc', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'metrics/stats_table_unittest.cc', | 542 'metrics/stats_table_unittest.cc', |
| 544 'metrics/statistics_recorder_unittest.cc', | 543 'metrics/statistics_recorder_unittest.cc', |
| 545 'observer_list_unittest.cc', | 544 'observer_list_unittest.cc', |
| 546 'os_compat_android_unittest.cc', | 545 'os_compat_android_unittest.cc', |
| 547 'path_service_unittest.cc', | 546 'path_service_unittest.cc', |
| 548 'pickle_unittest.cc', | 547 'pickle_unittest.cc', |
| 549 'platform_file_unittest.cc', | 548 'platform_file_unittest.cc', |
| 550 'posix/file_descriptor_shuffle_unittest.cc', | 549 'posix/file_descriptor_shuffle_unittest.cc', |
| 551 'posix/unix_domain_socket_linux_unittest.cc', | 550 'posix/unix_domain_socket_linux_unittest.cc', |
| 552 'power_monitor/power_monitor_unittest.cc', | 551 'power_monitor/power_monitor_unittest.cc', |
| 553 'pr_time_unittest.cc', | |
| 554 'prefs/default_pref_store_unittest.cc', | 552 'prefs/default_pref_store_unittest.cc', |
| 555 'prefs/json_pref_store_unittest.cc', | 553 'prefs/json_pref_store_unittest.cc', |
| 556 'prefs/mock_pref_change_callback.h', | 554 'prefs/mock_pref_change_callback.h', |
| 557 'prefs/overlay_user_pref_store_unittest.cc', | 555 'prefs/overlay_user_pref_store_unittest.cc', |
| 558 'prefs/pref_change_registrar_unittest.cc', | 556 'prefs/pref_change_registrar_unittest.cc', |
| 559 'prefs/pref_member_unittest.cc', | 557 'prefs/pref_member_unittest.cc', |
| 560 'prefs/pref_notifier_impl_unittest.cc', | 558 'prefs/pref_notifier_impl_unittest.cc', |
| 561 'prefs/pref_service_unittest.cc', | 559 'prefs/pref_service_unittest.cc', |
| 562 'prefs/pref_value_map_unittest.cc', | 560 'prefs/pref_value_map_unittest.cc', |
| 563 'prefs/pref_value_store_unittest.cc', | 561 'prefs/pref_value_store_unittest.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 'threading/simple_thread_unittest.cc', | 606 'threading/simple_thread_unittest.cc', |
| 609 'threading/thread_checker_unittest.cc', | 607 'threading/thread_checker_unittest.cc', |
| 610 'threading/thread_collision_warner_unittest.cc', | 608 'threading/thread_collision_warner_unittest.cc', |
| 611 'threading/thread_id_name_manager_unittest.cc', | 609 'threading/thread_id_name_manager_unittest.cc', |
| 612 'threading/thread_local_storage_unittest.cc', | 610 'threading/thread_local_storage_unittest.cc', |
| 613 'threading/thread_local_unittest.cc', | 611 'threading/thread_local_unittest.cc', |
| 614 'threading/thread_unittest.cc', | 612 'threading/thread_unittest.cc', |
| 615 'threading/watchdog_unittest.cc', | 613 'threading/watchdog_unittest.cc', |
| 616 'threading/worker_pool_posix_unittest.cc', | 614 'threading/worker_pool_posix_unittest.cc', |
| 617 'threading/worker_pool_unittest.cc', | 615 'threading/worker_pool_unittest.cc', |
| 618 'time_unittest.cc', | 616 'time/pr_time_unittest.cc', |
| 619 'time_win_unittest.cc', | 617 'time/time_unittest.cc', |
| 620 'timer_unittest.cc', | 618 'time/time_win_unittest.cc', |
| 619 'timer/hi_res_timer_manager_unittest.cc', |
| 620 'timer/timer_unittest.cc', |
| 621 'tools_sanity_unittest.cc', | 621 'tools_sanity_unittest.cc', |
| 622 'tracked_objects_unittest.cc', | 622 'tracked_objects_unittest.cc', |
| 623 'tuple_unittest.cc', | 623 'tuple_unittest.cc', |
| 624 'values_unittest.cc', | 624 'values_unittest.cc', |
| 625 'version_unittest.cc', | 625 'version_unittest.cc', |
| 626 'vlog_unittest.cc', | 626 'vlog_unittest.cc', |
| 627 'win/dllmain.cc', | 627 'win/dllmain.cc', |
| 628 'win/enum_variant_unittest.cc', | 628 'win/enum_variant_unittest.cc', |
| 629 'win/event_trace_consumer_unittest.cc', | 629 'win/event_trace_consumer_unittest.cc', |
| 630 'win/event_trace_controller_unittest.cc', | 630 'win/event_trace_controller_unittest.cc', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 ], | 790 ], |
| 791 }, { # OS != "win" | 791 }, { # OS != "win" |
| 792 'dependencies': [ | 792 'dependencies': [ |
| 793 '../third_party/libevent/libevent.gyp:libevent' | 793 '../third_party/libevent/libevent.gyp:libevent' |
| 794 ], | 794 ], |
| 795 'sources/': [ | 795 'sources/': [ |
| 796 ['exclude', '^win/'], | 796 ['exclude', '^win/'], |
| 797 ], | 797 ], |
| 798 'sources!': [ | 798 'sources!': [ |
| 799 'debug/trace_event_win_unittest.cc', | 799 'debug/trace_event_win_unittest.cc', |
| 800 'time_win_unittest.cc', | 800 'time/time_win_unittest.cc', |
| 801 'win/win_util_unittest.cc', | 801 'win/win_util_unittest.cc', |
| 802 ], | 802 ], |
| 803 }], | 803 }], |
| 804 ['use_system_nspr==1', { | 804 ['use_system_nspr==1', { |
| 805 'dependencies': [ | 805 'dependencies': [ |
| 806 'third_party/nspr/nspr.gyp:nspr', | 806 'third_party/nspr/nspr.gyp:nspr', |
| 807 ], | 807 ], |
| 808 }], | 808 }], |
| 809 ], # conditions | 809 ], # conditions |
| 810 'target_conditions': [ | 810 'target_conditions': [ |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 'base_unittests.isolate', | 1298 'base_unittests.isolate', |
| 1299 ], | 1299 ], |
| 1300 'sources': [ | 1300 'sources': [ |
| 1301 'base_unittests.isolate', | 1301 'base_unittests.isolate', |
| 1302 ], | 1302 ], |
| 1303 }, | 1303 }, |
| 1304 ], | 1304 ], |
| 1305 }], | 1305 }], |
| 1306 ], | 1306 ], |
| 1307 } | 1307 } |
| OLD | NEW |