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

Side by Side Diff: base/base.gyp

Issue 837303004: Move base/debug/trace_event* to base/trace_event/ [part 1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed includes in new files Created 5 years, 11 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
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_unittest.h',
655 'trace_event/trace_event_win_unittest.cc',
656 'tracked_objects_unittest.cc', 656 'tracked_objects_unittest.cc',
657 'tuple_unittest.cc', 657 'tuple_unittest.cc',
658 'values_unittest.cc', 658 'values_unittest.cc',
659 'version_unittest.cc', 659 'version_unittest.cc',
660 'vlog_unittest.cc', 660 'vlog_unittest.cc',
661 'win/dllmain.cc', 661 'win/dllmain.cc',
662 'win/enum_variant_unittest.cc', 662 'win/enum_variant_unittest.cc',
663 'win/event_trace_consumer_unittest.cc', 663 'win/event_trace_consumer_unittest.cc',
664 'win/event_trace_controller_unittest.cc', 664 'win/event_trace_controller_unittest.cc',
665 'win/event_trace_provider_unittest.cc', 665 'win/event_trace_provider_unittest.cc',
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'dependencies': [ 1553 'dependencies': [
1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1554 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1555 ], 1555 ],
1556 }], 1556 }],
1557 ], 1557 ],
1558 }, 1558 },
1559 ], 1559 ],
1560 }], 1560 }],
1561 ], 1561 ],
1562 } 1562 }
OLDNEW
« base/BUILD.gn ('K') | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698