Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Side by Side Diff: base/base.gyp

Issue 917083002: Sort GYP files under base using tools/sort_sources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix the bug Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'files/file_proxy_unittest.cc', 487 'files/file_proxy_unittest.cc',
488 'files/file_unittest.cc', 488 'files/file_unittest.cc',
489 'files/file_util_proxy_unittest.cc', 489 'files/file_util_proxy_unittest.cc',
490 'files/file_util_unittest.cc', 490 'files/file_util_unittest.cc',
491 'files/important_file_writer_unittest.cc', 491 'files/important_file_writer_unittest.cc',
492 'files/memory_mapped_file_unittest.cc', 492 'files/memory_mapped_file_unittest.cc',
493 'files/scoped_temp_dir_unittest.cc', 493 'files/scoped_temp_dir_unittest.cc',
494 'gmock_unittest.cc', 494 'gmock_unittest.cc',
495 'guid_unittest.cc', 495 'guid_unittest.cc',
496 'hash_unittest.cc', 496 'hash_unittest.cc',
497 'id_map_unittest.cc',
498 'i18n/break_iterator_unittest.cc', 497 'i18n/break_iterator_unittest.cc',
498 'i18n/case_conversion_unittest.cc',
499 'i18n/char_iterator_unittest.cc', 499 'i18n/char_iterator_unittest.cc',
500 'i18n/case_conversion_unittest.cc',
501 'i18n/file_util_icu_unittest.cc', 500 'i18n/file_util_icu_unittest.cc',
502 'i18n/icu_string_conversions_unittest.cc', 501 'i18n/icu_string_conversions_unittest.cc',
503 'i18n/number_formatting_unittest.cc', 502 'i18n/number_formatting_unittest.cc',
504 'i18n/rtl_unittest.cc', 503 'i18n/rtl_unittest.cc',
505 'i18n/streaming_utf8_validator_unittest.cc', 504 'i18n/streaming_utf8_validator_unittest.cc',
506 'i18n/string_search_unittest.cc', 505 'i18n/string_search_unittest.cc',
507 'i18n/time_formatting_unittest.cc', 506 'i18n/time_formatting_unittest.cc',
508 'i18n/timezone_unittest.cc', 507 'i18n/timezone_unittest.cc',
508 'id_map_unittest.cc',
509 'ios/device_util_unittest.mm', 509 'ios/device_util_unittest.mm',
510 'ios/weak_nsobject_unittest.mm', 510 'ios/weak_nsobject_unittest.mm',
511 'json/json_parser_unittest.cc', 511 'json/json_parser_unittest.cc',
512 'json/json_reader_unittest.cc', 512 'json/json_reader_unittest.cc',
513 'json/json_value_converter_unittest.cc', 513 'json/json_value_converter_unittest.cc',
514 'json/json_value_serializer_unittest.cc', 514 'json/json_value_serializer_unittest.cc',
515 'json/json_writer_unittest.cc', 515 'json/json_writer_unittest.cc',
516 'json/string_escape_unittest.cc', 516 'json/string_escape_unittest.cc',
517 'lazy_instance_unittest.cc', 517 'lazy_instance_unittest.cc',
518 'logging_unittest.cc', 518 'logging_unittest.cc',
(...skipping 19 matching lines...) Expand all
538 'memory/shared_memory_unittest.cc', 538 'memory/shared_memory_unittest.cc',
539 'memory/singleton_unittest.cc', 539 'memory/singleton_unittest.cc',
540 'memory/weak_ptr_unittest.cc', 540 'memory/weak_ptr_unittest.cc',
541 'memory/weak_ptr_unittest.nc', 541 'memory/weak_ptr_unittest.nc',
542 'message_loop/message_loop_proxy_impl_unittest.cc', 542 'message_loop/message_loop_proxy_impl_unittest.cc',
543 'message_loop/message_loop_proxy_unittest.cc', 543 'message_loop/message_loop_proxy_unittest.cc',
544 'message_loop/message_loop_unittest.cc', 544 'message_loop/message_loop_unittest.cc',
545 'message_loop/message_pump_glib_unittest.cc', 545 'message_loop/message_pump_glib_unittest.cc',
546 'message_loop/message_pump_io_ios_unittest.cc', 546 'message_loop/message_pump_io_ios_unittest.cc',
547 'message_loop/message_pump_libevent_unittest.cc', 547 'message_loop/message_pump_libevent_unittest.cc',
548 'metrics/sample_map_unittest.cc',
549 'metrics/sample_vector_unittest.cc',
550 'metrics/bucket_ranges_unittest.cc', 548 'metrics/bucket_ranges_unittest.cc',
551 'metrics/field_trial_unittest.cc', 549 'metrics/field_trial_unittest.cc',
552 'metrics/histogram_base_unittest.cc', 550 'metrics/histogram_base_unittest.cc',
553 'metrics/histogram_delta_serialization_unittest.cc', 551 'metrics/histogram_delta_serialization_unittest.cc',
554 'metrics/histogram_snapshot_manager_unittest.cc', 552 'metrics/histogram_snapshot_manager_unittest.cc',
555 'metrics/histogram_unittest.cc', 553 'metrics/histogram_unittest.cc',
554 'metrics/sample_map_unittest.cc',
555 'metrics/sample_vector_unittest.cc',
556 'metrics/sparse_histogram_unittest.cc', 556 'metrics/sparse_histogram_unittest.cc',
557 'metrics/statistics_recorder_unittest.cc', 557 'metrics/statistics_recorder_unittest.cc',
558 'numerics/safe_numerics_unittest.cc',
558 'observer_list_unittest.cc', 559 'observer_list_unittest.cc',
559 'os_compat_android_unittest.cc', 560 'os_compat_android_unittest.cc',
560 'path_service_unittest.cc', 561 'path_service_unittest.cc',
561 'pickle_unittest.cc', 562 'pickle_unittest.cc',
562 'posix/file_descriptor_shuffle_unittest.cc', 563 'posix/file_descriptor_shuffle_unittest.cc',
563 'posix/unix_domain_socket_linux_unittest.cc', 564 'posix/unix_domain_socket_linux_unittest.cc',
564 'power_monitor/power_monitor_unittest.cc', 565 'power_monitor/power_monitor_unittest.cc',
565 'prefs/default_pref_store_unittest.cc', 566 'prefs/default_pref_store_unittest.cc',
566 'prefs/json_pref_store_unittest.cc', 567 'prefs/json_pref_store_unittest.cc',
567 'prefs/mock_pref_change_callback.h', 568 'prefs/mock_pref_change_callback.h',
568 'prefs/overlay_user_pref_store_unittest.cc', 569 'prefs/overlay_user_pref_store_unittest.cc',
569 'prefs/pref_change_registrar_unittest.cc', 570 'prefs/pref_change_registrar_unittest.cc',
570 'prefs/pref_member_unittest.cc', 571 'prefs/pref_member_unittest.cc',
571 'prefs/pref_notifier_impl_unittest.cc', 572 'prefs/pref_notifier_impl_unittest.cc',
572 'prefs/pref_service_unittest.cc', 573 'prefs/pref_service_unittest.cc',
573 'prefs/pref_value_map_unittest.cc', 574 'prefs/pref_value_map_unittest.cc',
574 'prefs/pref_value_store_unittest.cc', 575 'prefs/pref_value_store_unittest.cc',
575 'prefs/scoped_user_pref_update_unittest.cc', 576 'prefs/scoped_user_pref_update_unittest.cc',
576 'process/memory_unittest.cc', 577 'process/memory_unittest.cc',
577 'process/memory_unittest_mac.h', 578 'process/memory_unittest_mac.h',
578 'process/memory_unittest_mac.mm', 579 'process/memory_unittest_mac.mm',
579 'process/process_metrics_unittest.cc', 580 'process/process_metrics_unittest.cc',
580 'process/process_metrics_unittest_ios.cc', 581 'process/process_metrics_unittest_ios.cc',
581 'process/process_unittest.cc', 582 'process/process_unittest.cc',
582 'process/process_util_unittest.cc', 583 'process/process_util_unittest.cc',
583 'profiler/tracked_time_unittest.cc', 584 'profiler/tracked_time_unittest.cc',
584 'rand_util_unittest.cc', 585 'rand_util_unittest.cc',
585 'numerics/safe_numerics_unittest.cc',
586 'scoped_clear_errno_unittest.cc', 586 'scoped_clear_errno_unittest.cc',
587 'scoped_generic_unittest.cc', 587 'scoped_generic_unittest.cc',
588 'scoped_native_library_unittest.cc', 588 'scoped_native_library_unittest.cc',
589 'security_unittest.cc', 589 'security_unittest.cc',
590 'sequence_checker_unittest.cc', 590 'sequence_checker_unittest.cc',
591 'sha1_unittest.cc', 591 'sha1_unittest.cc',
592 'stl_util_unittest.cc', 592 'stl_util_unittest.cc',
593 'strings/nullable_string16_unittest.cc', 593 'strings/nullable_string16_unittest.cc',
594 'strings/safe_sprintf_unittest.cc', 594 'strings/safe_sprintf_unittest.cc',
595 'strings/string16_unittest.cc', 595 'strings/string16_unittest.cc',
596 'strings/stringprintf_unittest.cc',
597 'strings/string_number_conversions_unittest.cc', 596 'strings/string_number_conversions_unittest.cc',
598 'strings/string_piece_unittest.cc', 597 'strings/string_piece_unittest.cc',
599 'strings/string_split_unittest.cc', 598 'strings/string_split_unittest.cc',
600 'strings/string_tokenizer_unittest.cc', 599 'strings/string_tokenizer_unittest.cc',
601 'strings/string_util_unittest.cc', 600 'strings/string_util_unittest.cc',
602 'strings/stringize_macros_unittest.cc', 601 'strings/stringize_macros_unittest.cc',
602 'strings/stringprintf_unittest.cc',
603 'strings/sys_string_conversions_mac_unittest.mm', 603 'strings/sys_string_conversions_mac_unittest.mm',
604 'strings/sys_string_conversions_unittest.cc', 604 'strings/sys_string_conversions_unittest.cc',
605 'strings/utf_offset_string_conversions_unittest.cc', 605 'strings/utf_offset_string_conversions_unittest.cc',
606 'strings/utf_string_conversions_unittest.cc', 606 'strings/utf_string_conversions_unittest.cc',
607 'supports_user_data_unittest.cc', 607 'supports_user_data_unittest.cc',
608 'sync_socket_unittest.cc', 608 'sync_socket_unittest.cc',
609 'synchronization/cancellation_flag_unittest.cc', 609 'synchronization/cancellation_flag_unittest.cc',
610 'synchronization/condition_variable_unittest.cc', 610 'synchronization/condition_variable_unittest.cc',
611 'synchronization/lock_unittest.cc', 611 'synchronization/lock_unittest.cc',
612 'synchronization/waitable_event_unittest.cc', 612 'synchronization/waitable_event_unittest.cc',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 ['OS == "linux" and use_allocator!="none"', { 755 ['OS == "linux" and use_allocator!="none"', {
756 'dependencies': [ 756 'dependencies': [
757 'allocator/allocator.gyp:allocator', 757 'allocator/allocator.gyp:allocator',
758 ], 758 ],
759 }, 759 },
760 ], 760 ],
761 ['OS == "win"', { 761 ['OS == "win"', {
762 'sources!': [ 762 'sources!': [
763 'file_descriptor_shuffle_unittest.cc', 763 'file_descriptor_shuffle_unittest.cc',
764 'files/dir_reader_posix_unittest.cc', 764 'files/dir_reader_posix_unittest.cc',
765 'message_loop/message_pump_libevent_unittest.cc',
765 'threading/worker_pool_posix_unittest.cc', 766 'threading/worker_pool_posix_unittest.cc',
766 'message_loop/message_pump_libevent_unittest.cc',
767 ], 767 ],
768 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 768 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
769 'msvs_disabled_warnings': [ 769 'msvs_disabled_warnings': [
770 4267, 770 4267,
771 ], 771 ],
772 'conditions': [ 772 'conditions': [
773 # This is needed so base_unittests uses the allocator shim, as 773 # This is needed so base_unittests uses the allocator shim, as
774 # SecurityTest.MemoryAllocationRestriction* tests are dependent 774 # SecurityTest.MemoryAllocationRestriction* tests are dependent
775 # on tcmalloc. 775 # on tcmalloc.
776 # TODO(wfh): crbug.com/246278 Move tcmalloc specific tests into 776 # TODO(wfh): crbug.com/246278 Move tcmalloc specific tests into
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 }, 828 },
829 { 829 {
830 'target_name': 'base_perftests', 830 'target_name': 'base_perftests',
831 'type': '<(gtest_target_type)', 831 'type': '<(gtest_target_type)',
832 'dependencies': [ 832 'dependencies': [
833 'base', 833 'base',
834 'test_support_base', 834 'test_support_base',
835 '../testing/gtest.gyp:gtest', 835 '../testing/gtest.gyp:gtest',
836 ], 836 ],
837 'sources': [ 837 'sources': [
838 'threading/thread_perftest.cc',
839 'message_loop/message_pump_perftest.cc', 838 'message_loop/message_pump_perftest.cc',
840 'test/run_all_unittests.cc', 839 'test/run_all_unittests.cc',
840 'threading/thread_perftest.cc',
841 '../testing/perf/perf_test.cc' 841 '../testing/perf/perf_test.cc'
842 ], 842 ],
843 'conditions': [ 843 'conditions': [
844 ['OS == "android"', { 844 ['OS == "android"', {
845 'dependencies': [ 845 'dependencies': [
846 '../testing/android/native_test.gyp:native_test_native_code', 846 '../testing/android/native_test.gyp:native_test_native_code',
847 ], 847 ],
848 }], 848 }],
849 ], 849 ],
850 }, 850 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 ], 902 ],
903 'sources': [ 903 'sources': [
904 'test/expectations/expectation.cc', 904 'test/expectations/expectation.cc',
905 'test/expectations/expectation.h', 905 'test/expectations/expectation.h',
906 'test/expectations/parser.cc', 906 'test/expectations/parser.cc',
907 'test/expectations/parser.h', 907 'test/expectations/parser.h',
908 'test/gtest_util.cc', 908 'test/gtest_util.cc',
909 'test/gtest_util.h', 909 'test/gtest_util.h',
910 'test/gtest_xml_util.cc', 910 'test/gtest_xml_util.cc',
911 'test/gtest_xml_util.h', 911 'test/gtest_xml_util.h',
912 'test/histogram_tester.cc',
913 'test/histogram_tester.h',
912 'test/launcher/test_launcher.cc', 914 'test/launcher/test_launcher.cc',
913 'test/launcher/test_launcher.h', 915 'test/launcher/test_launcher.h',
914 'test/launcher/test_result.cc', 916 'test/launcher/test_result.cc',
915 'test/launcher/test_result.h', 917 'test/launcher/test_result.h',
916 'test/launcher/test_results_tracker.cc', 918 'test/launcher/test_results_tracker.cc',
917 'test/launcher/test_results_tracker.h', 919 'test/launcher/test_results_tracker.h',
918 'test/launcher/unit_test_launcher.cc', 920 'test/launcher/unit_test_launcher.cc',
919 'test/launcher/unit_test_launcher.h', 921 'test/launcher/unit_test_launcher.h',
920 'test/launcher/unit_test_launcher_ios.cc', 922 'test/launcher/unit_test_launcher_ios.cc',
921 'test/mock_chrome_application_mac.h', 923 'test/mock_chrome_application_mac.h',
(...skipping 20 matching lines...) Expand all
942 'test/scoped_path_override.cc', 944 'test/scoped_path_override.cc',
943 'test/scoped_path_override.h', 945 'test/scoped_path_override.h',
944 'test/sequenced_task_runner_test_template.cc', 946 'test/sequenced_task_runner_test_template.cc',
945 'test/sequenced_task_runner_test_template.h', 947 'test/sequenced_task_runner_test_template.h',
946 'test/sequenced_worker_pool_owner.cc', 948 'test/sequenced_worker_pool_owner.cc',
947 'test/sequenced_worker_pool_owner.h', 949 'test/sequenced_worker_pool_owner.h',
948 'test/simple_test_clock.cc', 950 'test/simple_test_clock.cc',
949 'test/simple_test_clock.h', 951 'test/simple_test_clock.h',
950 'test/simple_test_tick_clock.cc', 952 'test/simple_test_tick_clock.cc',
951 'test/simple_test_tick_clock.h', 953 'test/simple_test_tick_clock.h',
952 'test/histogram_tester.cc',
953 'test/histogram_tester.h',
954 'test/task_runner_test_template.cc', 954 'test/task_runner_test_template.cc',
955 'test/task_runner_test_template.h', 955 'test/task_runner_test_template.h',
956 'test/test_file_util.cc', 956 'test/test_file_util.cc',
957 'test/test_file_util.h', 957 'test/test_file_util.h',
958 'test/test_file_util_android.cc', 958 'test/test_file_util_android.cc',
959 'test/test_file_util_linux.cc', 959 'test/test_file_util_linux.cc',
960 'test/test_file_util_mac.cc', 960 'test/test_file_util_mac.cc',
961 'test/test_file_util_posix.cc', 961 'test/test_file_util_posix.cc',
962 'test/test_file_util_win.cc', 962 'test/test_file_util_win.cc',
963 'test/test_io_thread.cc', 963 'test/test_io_thread.cc',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'dependencies': [ 1544 'dependencies': [
1545 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1545 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1546 ], 1546 ],
1547 }], 1547 }],
1548 ], 1548 ],
1549 }, 1549 },
1550 ], 1550 ],
1551 }], 1551 }],
1552 ], 1552 ],
1553 } 1553 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/base.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698