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

Side by Side Diff: base/base.gyp

Issue 11550031: Implement SequenceChecker, which is a generalization of ThreadChecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/sequence_checker_impl.h » ('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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'posix/file_descriptor_shuffle_unittest.cc', 504 'posix/file_descriptor_shuffle_unittest.cc',
505 'pr_time_unittest.cc', 505 'pr_time_unittest.cc',
506 'process_util_unittest.cc', 506 'process_util_unittest.cc',
507 'process_util_unittest_ios.cc', 507 'process_util_unittest_ios.cc',
508 'process_util_unittest_mac.h', 508 'process_util_unittest_mac.h',
509 'process_util_unittest_mac.mm', 509 'process_util_unittest_mac.mm',
510 'profiler/tracked_time_unittest.cc', 510 'profiler/tracked_time_unittest.cc',
511 'rand_util_unittest.cc', 511 'rand_util_unittest.cc',
512 'scoped_native_library_unittest.cc', 512 'scoped_native_library_unittest.cc',
513 'scoped_observer.h', 513 'scoped_observer.h',
514 'sequence_checker_unittest.cc',
515 'sequence_checker_impl_unittest.cc',
514 'sha1_unittest.cc', 516 'sha1_unittest.cc',
515 'shared_memory_unittest.cc', 517 'shared_memory_unittest.cc',
516 'stl_util_unittest.cc', 518 'stl_util_unittest.cc',
517 'string16_unittest.cc', 519 'string16_unittest.cc',
518 'string_number_conversions_unittest.cc', 520 'string_number_conversions_unittest.cc',
519 'string_piece_unittest.cc', 521 'string_piece_unittest.cc',
520 'string_split_unittest.cc', 522 'string_split_unittest.cc',
521 'string_tokenizer_unittest.cc', 523 'string_tokenizer_unittest.cc',
522 'string_util_unittest.cc', 524 'string_util_unittest.cc',
523 'stringize_macros_unittest.cc', 525 'stringize_macros_unittest.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'test/main_hook_ios.mm', 777 'test/main_hook_ios.mm',
776 'test/mock_chrome_application_mac.h', 778 'test/mock_chrome_application_mac.h',
777 'test/mock_chrome_application_mac.mm', 779 'test/mock_chrome_application_mac.mm',
778 'test/mock_devices_changed_observer.cc', 780 'test/mock_devices_changed_observer.cc',
779 'test/mock_devices_changed_observer.h', 781 'test/mock_devices_changed_observer.h',
780 'test/mock_time_provider.cc', 782 'test/mock_time_provider.cc',
781 'test/mock_time_provider.h', 783 'test/mock_time_provider.h',
782 'test/multiprocess_test.cc', 784 'test/multiprocess_test.cc',
783 'test/multiprocess_test.h', 785 'test/multiprocess_test.h',
784 'test/multiprocess_test_android.cc', 786 'test/multiprocess_test_android.cc',
787 'test/null_task_runner.cc',
788 'test/null_task_runner.h',
785 'test/perf_test_suite.cc', 789 'test/perf_test_suite.cc',
786 'test/perf_test_suite.h', 790 'test/perf_test_suite.h',
787 'test/scoped_locale.cc', 791 'test/scoped_locale.cc',
788 'test/scoped_locale.h', 792 'test/scoped_locale.h',
789 'test/scoped_path_override.cc', 793 'test/scoped_path_override.cc',
790 'test/scoped_path_override.h', 794 'test/scoped_path_override.h',
791 'test/sequenced_task_runner_test_template.cc', 795 'test/sequenced_task_runner_test_template.cc',
792 'test/sequenced_task_runner_test_template.h', 796 'test/sequenced_task_runner_test_template.h',
793 'test/task_runner_test_template.cc', 797 'test/task_runner_test_template.cc',
794 'test/task_runner_test_template.h', 798 'test/task_runner_test_template.h',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'base_unittests.isolate', 1107 'base_unittests.isolate',
1104 ], 1108 ],
1105 'sources': [ 1109 'sources': [
1106 'base_unittests.isolate', 1110 'base_unittests.isolate',
1107 ], 1111 ],
1108 }, 1112 },
1109 ], 1113 ],
1110 }], 1114 }],
1111 ], 1115 ],
1112 } 1116 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/sequence_checker_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698