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

Side by Side Diff: base/base.gyp

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | base/base.gypi » ('j') | no next file with comments »
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'prefs/pref_value_map_unittest.cc', 588 'prefs/pref_value_map_unittest.cc',
589 'prefs/pref_value_store_unittest.cc', 589 'prefs/pref_value_store_unittest.cc',
590 'prefs/scoped_user_pref_update_unittest.cc', 590 'prefs/scoped_user_pref_update_unittest.cc',
591 'process/memory_unittest.cc', 591 'process/memory_unittest.cc',
592 'process/memory_unittest_mac.h', 592 'process/memory_unittest_mac.h',
593 'process/memory_unittest_mac.mm', 593 'process/memory_unittest_mac.mm',
594 'process/process_metrics_unittest.cc', 594 'process/process_metrics_unittest.cc',
595 'process/process_metrics_unittest_ios.cc', 595 'process/process_metrics_unittest_ios.cc',
596 'process/process_unittest.cc', 596 'process/process_unittest.cc',
597 'process/process_util_unittest.cc', 597 'process/process_util_unittest.cc',
598 'profiler/stack_sampling_profiler_unittest.cc',
598 'profiler/tracked_time_unittest.cc', 599 'profiler/tracked_time_unittest.cc',
599 'rand_util_unittest.cc', 600 'rand_util_unittest.cc',
600 'scoped_clear_errno_unittest.cc', 601 'scoped_clear_errno_unittest.cc',
601 'scoped_generic_unittest.cc', 602 'scoped_generic_unittest.cc',
602 'scoped_native_library_unittest.cc', 603 'scoped_native_library_unittest.cc',
603 'security_unittest.cc', 604 'security_unittest.cc',
604 'sequence_checker_unittest.cc', 605 'sequence_checker_unittest.cc',
605 'sha1_unittest.cc', 606 'sha1_unittest.cc',
606 'stl_util_unittest.cc', 607 'stl_util_unittest.cc',
607 'strings/nullable_string16_unittest.cc', 608 'strings/nullable_string16_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'threading/watchdog_unittest.cc', 650 'threading/watchdog_unittest.cc',
650 'threading/worker_pool_posix_unittest.cc', 651 'threading/worker_pool_posix_unittest.cc',
651 'threading/worker_pool_unittest.cc', 652 'threading/worker_pool_unittest.cc',
652 'time/pr_time_unittest.cc', 653 'time/pr_time_unittest.cc',
653 'time/time_unittest.cc', 654 'time/time_unittest.cc',
654 'time/time_win_unittest.cc', 655 'time/time_win_unittest.cc',
655 'timer/hi_res_timer_manager_unittest.cc', 656 'timer/hi_res_timer_manager_unittest.cc',
656 'timer/mock_timer_unittest.cc', 657 'timer/mock_timer_unittest.cc',
657 'timer/timer_unittest.cc', 658 'timer/timer_unittest.cc',
658 'tools_sanity_unittest.cc', 659 'tools_sanity_unittest.cc',
659 'trace_event/memory_dump_manager_unittest.cc',
660 'trace_event/process_memory_maps_dump_provider_unittest.cc',
661 'trace_event/process_memory_totals_dump_provider_unittest.cc',
662 'trace_event/trace_event_argument_unittest.cc',
663 'trace_event/trace_event_memory_unittest.cc',
664 'trace_event/trace_event_synthetic_delay_unittest.cc',
665 'trace_event/trace_event_system_stats_monitor_unittest.cc',
666 'trace_event/trace_event_unittest.cc',
667 'trace_event/trace_event_win_unittest.cc',
668 'tracked_objects_unittest.cc', 660 'tracked_objects_unittest.cc',
669 'tuple_unittest.cc', 661 'tuple_unittest.cc',
670 'values_unittest.cc', 662 'values_unittest.cc',
671 'version_unittest.cc', 663 'version_unittest.cc',
672 'vlog_unittest.cc', 664 'vlog_unittest.cc',
673 'win/dllmain.cc', 665 'win/dllmain.cc',
674 'win/enum_variant_unittest.cc', 666 'win/enum_variant_unittest.cc',
675 'win/event_trace_consumer_unittest.cc', 667 'win/event_trace_consumer_unittest.cc',
676 'win/event_trace_controller_unittest.cc', 668 'win/event_trace_controller_unittest.cc',
677 'win/event_trace_provider_unittest.cc', 669 'win/event_trace_provider_unittest.cc',
678 'win/i18n_unittest.cc', 670 'win/i18n_unittest.cc',
679 'win/iunknown_impl_unittest.cc', 671 'win/iunknown_impl_unittest.cc',
680 'win/message_window_unittest.cc', 672 'win/message_window_unittest.cc',
681 'win/object_watcher_unittest.cc', 673 'win/object_watcher_unittest.cc',
682 'win/pe_image_unittest.cc', 674 'win/pe_image_unittest.cc',
683 'win/registry_unittest.cc', 675 'win/registry_unittest.cc',
684 'win/scoped_bstr_unittest.cc', 676 'win/scoped_bstr_unittest.cc',
685 'win/scoped_comptr_unittest.cc', 677 'win/scoped_comptr_unittest.cc',
686 'win/scoped_process_information_unittest.cc', 678 'win/scoped_process_information_unittest.cc',
687 'win/scoped_variant_unittest.cc', 679 'win/scoped_variant_unittest.cc',
688 'win/shortcut_unittest.cc', 680 'win/shortcut_unittest.cc',
689 'win/startup_information_unittest.cc', 681 'win/startup_information_unittest.cc',
690 'win/win_util_unittest.cc', 682 'win/win_util_unittest.cc',
691 'win/wrapped_window_proc_unittest.cc', 683 'win/wrapped_window_proc_unittest.cc',
684 '<@(trace_event_test_sources)',
692 ], 685 ],
693 'dependencies': [ 686 'dependencies': [
694 'base', 687 'base',
695 'base_i18n', 688 'base_i18n',
696 'base_message_loop_tests', 689 'base_message_loop_tests',
697 'base_prefs', 690 'base_prefs',
698 'base_prefs_test_support', 691 'base_prefs_test_support',
699 'base_static', 692 'base_static',
700 'run_all_unittests', 693 'run_all_unittests',
701 'test_support_base', 694 'test_support_base',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'test/sequenced_task_runner_test_template.cc', 961 'test/sequenced_task_runner_test_template.cc',
969 'test/sequenced_task_runner_test_template.h', 962 'test/sequenced_task_runner_test_template.h',
970 'test/sequenced_worker_pool_owner.cc', 963 'test/sequenced_worker_pool_owner.cc',
971 'test/sequenced_worker_pool_owner.h', 964 'test/sequenced_worker_pool_owner.h',
972 'test/simple_test_clock.cc', 965 'test/simple_test_clock.cc',
973 'test/simple_test_clock.h', 966 'test/simple_test_clock.h',
974 'test/simple_test_tick_clock.cc', 967 'test/simple_test_tick_clock.cc',
975 'test/simple_test_tick_clock.h', 968 'test/simple_test_tick_clock.h',
976 'test/task_runner_test_template.cc', 969 'test/task_runner_test_template.cc',
977 'test/task_runner_test_template.h', 970 'test/task_runner_test_template.h',
978 'test/test_discardable_memory_shmem_allocator.cc', 971 'test/test_discardable_memory_allocator.cc',
979 'test/test_discardable_memory_shmem_allocator.h', 972 'test/test_discardable_memory_allocator.h',
980 'test/test_file_util.cc', 973 'test/test_file_util.cc',
981 'test/test_file_util.h', 974 'test/test_file_util.h',
982 'test/test_file_util_android.cc', 975 'test/test_file_util_android.cc',
983 'test/test_file_util_linux.cc', 976 'test/test_file_util_linux.cc',
984 'test/test_file_util_mac.cc', 977 'test/test_file_util_mac.cc',
985 'test/test_file_util_posix.cc', 978 'test/test_file_util_posix.cc',
986 'test/test_file_util_win.cc', 979 'test/test_file_util_win.cc',
987 'test/test_io_thread.cc', 980 'test/test_io_thread.cc',
988 'test/test_io_thread.h', 981 'test/test_io_thread.h',
989 'test/test_listener_ios.h', 982 'test/test_listener_ios.h',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 'dependencies': [ 1595 'dependencies': [
1603 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1596 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1604 ], 1597 ],
1605 }], 1598 }],
1606 ], 1599 ],
1607 }, 1600 },
1608 ], 1601 ],
1609 }], 1602 }],
1610 ], 1603 ],
1611 } 1604 }
OLDNEW
« no previous file with comments | « base/android/java/src/org/chromium/base/library_loader/Linker.java ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698