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

Side by Side Diff: base/base.gyp

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo 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 | « base/atomicops_internals_mips_gcc.h ('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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'containers/mru_cache_unittest.cc', 475 'containers/mru_cache_unittest.cc',
476 'containers/small_map_unittest.cc', 476 'containers/small_map_unittest.cc',
477 'containers/stack_container_unittest.cc', 477 'containers/stack_container_unittest.cc',
478 'cpu_unittest.cc', 478 'cpu_unittest.cc',
479 'debug/crash_logging_unittest.cc', 479 'debug/crash_logging_unittest.cc',
480 'debug/debugger_unittest.cc', 480 'debug/debugger_unittest.cc',
481 'debug/leak_tracker_unittest.cc', 481 'debug/leak_tracker_unittest.cc',
482 'debug/proc_maps_linux_unittest.cc', 482 'debug/proc_maps_linux_unittest.cc',
483 'debug/stack_trace_unittest.cc', 483 'debug/stack_trace_unittest.cc',
484 'debug/task_annotator_unittest.cc', 484 'debug/task_annotator_unittest.cc',
485 'debug/trace_event_argument_unittest.cc',
486 'debug/trace_event_memory_unittest.cc',
487 'debug/trace_event_synthetic_delay_unittest.cc',
488 'debug/trace_event_system_stats_monitor_unittest.cc',
489 'debug/trace_event_unittest.cc',
490 'debug/trace_event_unittest.h',
491 'debug/trace_event_win_unittest.cc',
492 'deferred_sequenced_task_runner_unittest.cc', 485 'deferred_sequenced_task_runner_unittest.cc',
493 'environment_unittest.cc', 486 'environment_unittest.cc',
494 'file_version_info_unittest.cc', 487 'file_version_info_unittest.cc',
495 'files/dir_reader_posix_unittest.cc', 488 'files/dir_reader_posix_unittest.cc',
496 'files/file_path_unittest.cc', 489 'files/file_path_unittest.cc',
497 'files/file_proxy_unittest.cc', 490 'files/file_proxy_unittest.cc',
498 'files/file_unittest.cc', 491 'files/file_unittest.cc',
499 'files/file_util_proxy_unittest.cc', 492 'files/file_util_proxy_unittest.cc',
500 'files/file_util_unittest.cc', 493 'files/file_util_unittest.cc',
501 'files/important_file_writer_unittest.cc', 494 'files/important_file_writer_unittest.cc',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'threading/watchdog_unittest.cc', 639 'threading/watchdog_unittest.cc',
647 'threading/worker_pool_posix_unittest.cc', 640 'threading/worker_pool_posix_unittest.cc',
648 'threading/worker_pool_unittest.cc', 641 'threading/worker_pool_unittest.cc',
649 'time/pr_time_unittest.cc', 642 'time/pr_time_unittest.cc',
650 'time/time_unittest.cc', 643 'time/time_unittest.cc',
651 'time/time_win_unittest.cc', 644 'time/time_win_unittest.cc',
652 'timer/hi_res_timer_manager_unittest.cc', 645 'timer/hi_res_timer_manager_unittest.cc',
653 'timer/mock_timer_unittest.cc', 646 'timer/mock_timer_unittest.cc',
654 'timer/timer_unittest.cc', 647 'timer/timer_unittest.cc',
655 'tools_sanity_unittest.cc', 648 'tools_sanity_unittest.cc',
649 'trace_event/trace_event_argument_unittest.cc',
650 'trace_event/trace_event_memory_unittest.cc',
651 'trace_event/trace_event_synthetic_delay_unittest.cc',
652 'trace_event/trace_event_system_stats_monitor_unittest.cc',
653 'trace_event/trace_event_unittest.cc',
654 'trace_event/trace_event_win_unittest.cc',
656 'tracked_objects_unittest.cc', 655 'tracked_objects_unittest.cc',
657 'tuple_unittest.cc', 656 'tuple_unittest.cc',
658 'values_unittest.cc', 657 'values_unittest.cc',
659 'version_unittest.cc', 658 'version_unittest.cc',
660 'vlog_unittest.cc', 659 'vlog_unittest.cc',
661 'win/dllmain.cc', 660 'win/dllmain.cc',
662 'win/enum_variant_unittest.cc', 661 'win/enum_variant_unittest.cc',
663 'win/event_trace_consumer_unittest.cc', 662 'win/event_trace_consumer_unittest.cc',
664 'win/event_trace_controller_unittest.cc', 663 'win/event_trace_controller_unittest.cc',
665 'win/event_trace_provider_unittest.cc', 664 'win/event_trace_provider_unittest.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'test/launcher/test_result.h', 921 'test/launcher/test_result.h',
923 'test/launcher/test_results_tracker.cc', 922 'test/launcher/test_results_tracker.cc',
924 'test/launcher/test_results_tracker.h', 923 'test/launcher/test_results_tracker.h',
925 'test/launcher/unit_test_launcher.cc', 924 'test/launcher/unit_test_launcher.cc',
926 'test/launcher/unit_test_launcher.h', 925 'test/launcher/unit_test_launcher.h',
927 'test/launcher/unit_test_launcher_ios.cc', 926 'test/launcher/unit_test_launcher_ios.cc',
928 'test/mock_chrome_application_mac.h', 927 'test/mock_chrome_application_mac.h',
929 'test/mock_chrome_application_mac.mm', 928 'test/mock_chrome_application_mac.mm',
930 'test/mock_devices_changed_observer.cc', 929 'test/mock_devices_changed_observer.cc',
931 'test/mock_devices_changed_observer.h', 930 'test/mock_devices_changed_observer.h',
932 'test/mock_time_provider.cc',
933 'test/mock_time_provider.h',
934 'test/multiprocess_test.cc', 931 'test/multiprocess_test.cc',
935 'test/multiprocess_test.h', 932 'test/multiprocess_test.h',
936 'test/multiprocess_test_android.cc', 933 'test/multiprocess_test_android.cc',
937 'test/null_task_runner.cc', 934 'test/null_task_runner.cc',
938 'test/null_task_runner.h', 935 'test/null_task_runner.h',
939 'test/opaque_ref_counted.cc', 936 'test/opaque_ref_counted.cc',
940 'test/opaque_ref_counted.h', 937 'test/opaque_ref_counted.h',
941 'test/perf_log.cc', 938 'test/perf_log.cc',
942 'test/perf_log.h', 939 'test/perf_log.h',
943 'test/perf_test_suite.cc', 940 'test/perf_test_suite.cc',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'dependencies': [ 1550 'dependencies': [
1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1551 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1555 ], 1552 ],
1556 }], 1553 }],
1557 ], 1554 ],
1558 }, 1555 },
1559 ], 1556 ],
1560 }], 1557 }],
1561 ], 1558 ],
1562 } 1559 }
OLDNEW
« no previous file with comments | « base/atomicops_internals_mips_gcc.h ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698