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

Side by Side Diff: components/components_tests.gyp

Issue 1132753008: Replaced TestNowSource with SimpleTestTickClock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments: scoped leaking clocks, refactored num_now_calls_ functionality Created 5 years, 6 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 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'rappor/rappor_utils_unittest.cc', 465 'rappor/rappor_utils_unittest.cc',
466 'rappor/sampler_unittest.cc', 466 'rappor/sampler_unittest.cc',
467 ], 467 ],
468 'scheduler_unittest_sources': [ 468 'scheduler_unittest_sources': [
469 'scheduler/child/idle_helper_unittest.cc', 469 'scheduler/child/idle_helper_unittest.cc',
470 'scheduler/child/nestable_task_runner_for_test.cc', 470 'scheduler/child/nestable_task_runner_for_test.cc',
471 'scheduler/child/nestable_task_runner_for_test.h', 471 'scheduler/child/nestable_task_runner_for_test.h',
472 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', 472 'scheduler/child/prioritizing_task_queue_selector_unittest.cc',
473 'scheduler/child/scheduler_helper_unittest.cc', 473 'scheduler/child/scheduler_helper_unittest.cc',
474 'scheduler/child/task_queue_manager_unittest.cc', 474 'scheduler/child/task_queue_manager_unittest.cc',
475 'scheduler/child/test_always_fail_time_source.cc',
Sami 2015/06/04 14:47:06 Could you please put this in scheduler/test instea
Ankur Verma 2015/06/05 14:39:16 Done.
476 'scheduler/child/test_always_fail_time_source.h',
475 'scheduler/child/test_time_source.cc', 477 'scheduler/child/test_time_source.cc',
476 'scheduler/child/test_time_source.h', 478 'scheduler/child/test_time_source.h',
477 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', 479 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',
478 'scheduler/child/worker_scheduler_impl_unittest.cc', 480 'scheduler/child/worker_scheduler_impl_unittest.cc',
479 'scheduler/renderer/deadline_task_runner_unittest.cc', 481 'scheduler/renderer/deadline_task_runner_unittest.cc',
480 'scheduler/renderer/renderer_scheduler_impl_unittest.cc', 482 'scheduler/renderer/renderer_scheduler_impl_unittest.cc',
481 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', 483 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc',
482 ], 484 ],
483 'search_unittest_sources': [ 485 'search_unittest_sources': [
484 'search/search_android_unittest.cc', 486 'search/search_android_unittest.cc',
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 ], 1455 ],
1454 'variables': { 1456 'variables': {
1455 'test_suite_name': 'components_unittests', 1457 'test_suite_name': 'components_unittests',
1456 }, 1458 },
1457 'includes': [ '../build/apk_test.gypi' ], 1459 'includes': [ '../build/apk_test.gypi' ],
1458 }, 1460 },
1459 ], 1461 ],
1460 }], 1462 }],
1461 ], 1463 ],
1462 } 1464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698