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

Side by Side Diff: base/base.gyp

Issue 12314015: Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs named BrowserThreads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments. Created 7 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 | Annotate | Revision Log
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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'synchronization/condition_variable_unittest.cc', 562 'synchronization/condition_variable_unittest.cc',
563 'synchronization/lock_unittest.cc', 563 'synchronization/lock_unittest.cc',
564 'synchronization/waitable_event_unittest.cc', 564 'synchronization/waitable_event_unittest.cc',
565 'synchronization/waitable_event_watcher_unittest.cc', 565 'synchronization/waitable_event_watcher_unittest.cc',
566 'sys_info_unittest.cc', 566 'sys_info_unittest.cc',
567 'system_monitor/system_monitor_unittest.cc', 567 'system_monitor/system_monitor_unittest.cc',
568 'task_runner_util_unittest.cc', 568 'task_runner_util_unittest.cc',
569 'template_util_unittest.cc', 569 'template_util_unittest.cc',
570 'test/expectations/expectation_unittest.cc', 570 'test/expectations/expectation_unittest.cc',
571 'test/expectations/parser_unittest.cc', 571 'test/expectations/parser_unittest.cc',
572 'test/sequenced_worker_pool_owner.cc',
573 'test/sequenced_worker_pool_owner.h',
574 'test/trace_event_analyzer_unittest.cc', 572 'test/trace_event_analyzer_unittest.cc',
575 'threading/non_thread_safe_unittest.cc', 573 'threading/non_thread_safe_unittest.cc',
576 'threading/platform_thread_unittest.cc', 574 'threading/platform_thread_unittest.cc',
577 'threading/sequenced_worker_pool_unittest.cc', 575 'threading/sequenced_worker_pool_unittest.cc',
578 'threading/simple_thread_unittest.cc', 576 'threading/simple_thread_unittest.cc',
579 'threading/thread_checker_unittest.cc', 577 'threading/thread_checker_unittest.cc',
580 'threading/thread_collision_warner_unittest.cc', 578 'threading/thread_collision_warner_unittest.cc',
581 'threading/thread_id_name_manager_unittest.cc', 579 'threading/thread_id_name_manager_unittest.cc',
582 'threading/thread_local_storage_unittest.cc', 580 'threading/thread_local_storage_unittest.cc',
583 'threading/thread_local_unittest.cc', 581 'threading/thread_local_unittest.cc',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 'test/null_task_runner.cc', 826 'test/null_task_runner.cc',
829 'test/null_task_runner.h', 827 'test/null_task_runner.h',
830 'test/perf_test_suite.cc', 828 'test/perf_test_suite.cc',
831 'test/perf_test_suite.h', 829 'test/perf_test_suite.h',
832 'test/scoped_locale.cc', 830 'test/scoped_locale.cc',
833 'test/scoped_locale.h', 831 'test/scoped_locale.h',
834 'test/scoped_path_override.cc', 832 'test/scoped_path_override.cc',
835 'test/scoped_path_override.h', 833 'test/scoped_path_override.h',
836 'test/sequenced_task_runner_test_template.cc', 834 'test/sequenced_task_runner_test_template.cc',
837 'test/sequenced_task_runner_test_template.h', 835 'test/sequenced_task_runner_test_template.h',
836 'test/sequenced_worker_pool_owner.cc',
837 'test/sequenced_worker_pool_owner.h',
838 'test/task_runner_test_template.cc', 838 'test/task_runner_test_template.cc',
839 'test/task_runner_test_template.h', 839 'test/task_runner_test_template.h',
840 'test/test_file_util.h', 840 'test/test_file_util.h',
841 'test/test_file_util_linux.cc', 841 'test/test_file_util_linux.cc',
842 'test/test_file_util_mac.cc', 842 'test/test_file_util_mac.cc',
843 'test/test_file_util_posix.cc', 843 'test/test_file_util_posix.cc',
844 'test/test_file_util_win.cc', 844 'test/test_file_util_win.cc',
845 'test/test_listener_ios.h', 845 'test/test_listener_ios.h',
846 'test/test_listener_ios.mm', 846 'test/test_listener_ios.mm',
847 'test/test_pending_task.cc', 847 'test/test_pending_task.cc',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'base_unittests.isolate', 1185 'base_unittests.isolate',
1186 ], 1186 ],
1187 'sources': [ 1187 'sources': [
1188 'base_unittests.isolate', 1188 'base_unittests.isolate',
1189 ], 1189 ],
1190 }, 1190 },
1191 ], 1191 ],
1192 }], 1192 }],
1193 ], 1193 ],
1194 } 1194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698