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

Side by Side Diff: components/components_tests.gyp

Issue 1432263002: (reland) Adds TimeDomains to the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'rlz/rlz_tracker_unittest.cc', 582 'rlz/rlz_tracker_unittest.cc',
583 ], 583 ],
584 'safe_browsing_db_unittest_sources': [ 584 'safe_browsing_db_unittest_sources': [
585 'safe_browsing_db/prefix_set_unittest.cc', 585 'safe_browsing_db/prefix_set_unittest.cc',
586 'safe_browsing_db/util_unittest.cc', 586 'safe_browsing_db/util_unittest.cc',
587 ], 587 ],
588 'safe_json_unittest_sources': [ 588 'safe_json_unittest_sources': [
589 'safe_json/json_sanitizer_unittest.cc', 589 'safe_json/json_sanitizer_unittest.cc',
590 ], 590 ],
591 'scheduler_unittest_sources': [ 591 'scheduler_unittest_sources': [
592 'scheduler/base/delayed_task_delegate_unittest.cc',
592 'scheduler/base/task_queue_manager_delegate_for_test.cc', 593 'scheduler/base/task_queue_manager_delegate_for_test.cc',
593 'scheduler/base/task_queue_manager_delegate_for_test.h', 594 'scheduler/base/task_queue_manager_delegate_for_test.h',
594 'scheduler/base/task_queue_manager_unittest.cc', 595 'scheduler/base/task_queue_manager_unittest.cc',
595 'scheduler/base/task_queue_selector_unittest.cc', 596 'scheduler/base/task_queue_selector_unittest.cc',
596 'scheduler/base/task_queue_sets_unittest.cc', 597 'scheduler/base/task_queue_sets_unittest.cc',
597 'scheduler/base/test_always_fail_time_source.cc', 598 'scheduler/base/test_always_fail_time_source.cc',
598 'scheduler/base/test_always_fail_time_source.h', 599 'scheduler/base/test_always_fail_time_source.h',
599 'scheduler/base/test_time_source.cc', 600 'scheduler/base/test_time_source.cc',
600 'scheduler/base/test_time_source.h', 601 'scheduler/base/test_time_source.h',
601 'scheduler/child/idle_helper_unittest.cc', 602 'scheduler/child/idle_helper_unittest.cc',
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 'dependencies': [ 1833 'dependencies': [
1833 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1834 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1834 ], 1835 ],
1835 }], 1836 }],
1836 ], 1837 ],
1837 }, 1838 },
1838 ], 1839 ],
1839 }], 1840 }],
1840 ], 1841 ],
1841 } 1842 }
OLDNEW
« no previous file with comments | « no previous file | components/scheduler/BUILD.gn » ('j') | components/scheduler/base/delayed_task_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698