| OLD | NEW |
| 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 'rappor/rappor_service_unittest.cc', | 482 'rappor/rappor_service_unittest.cc', |
| 483 'rappor/rappor_utils_unittest.cc', | 483 'rappor/rappor_utils_unittest.cc', |
| 484 'rappor/sampler_unittest.cc', | 484 'rappor/sampler_unittest.cc', |
| 485 ], | 485 ], |
| 486 'scheduler_unittest_sources': [ | 486 'scheduler_unittest_sources': [ |
| 487 'scheduler/child/idle_helper_unittest.cc', | 487 'scheduler/child/idle_helper_unittest.cc', |
| 488 'scheduler/child/nestable_task_runner_for_test.cc', | 488 'scheduler/child/nestable_task_runner_for_test.cc', |
| 489 'scheduler/child/nestable_task_runner_for_test.h', | 489 'scheduler/child/nestable_task_runner_for_test.h', |
| 490 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', | 490 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', |
| 491 'scheduler/child/scheduler_helper_unittest.cc', | 491 'scheduler/child/scheduler_helper_unittest.cc', |
| 492 'scheduler/child/scheduler_task_runner_delegate_for_test.cc', |
| 493 'scheduler/child/scheduler_task_runner_delegate_for_test.h', |
| 494 'scheduler/child/scheduler_task_runner_delegate_impl_unittest.cc', |
| 492 'scheduler/child/task_queue_manager_unittest.cc', | 495 'scheduler/child/task_queue_manager_unittest.cc', |
| 493 'scheduler/child/test_time_source.cc', | 496 'scheduler/child/test_time_source.cc', |
| 494 'scheduler/child/test_time_source.h', | 497 'scheduler/child/test_time_source.h', |
| 495 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', | 498 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', |
| 496 'scheduler/child/worker_scheduler_impl_unittest.cc', | 499 'scheduler/child/worker_scheduler_impl_unittest.cc', |
| 497 'scheduler/renderer/deadline_task_runner_unittest.cc', | 500 'scheduler/renderer/deadline_task_runner_unittest.cc', |
| 498 'scheduler/renderer/renderer_scheduler_impl_unittest.cc', | 501 'scheduler/renderer/renderer_scheduler_impl_unittest.cc', |
| 499 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', | 502 'scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc', |
| 500 'scheduler/test/test_always_fail_time_source.cc', | 503 'scheduler/test/test_always_fail_time_source.cc', |
| 501 'scheduler/test/test_always_fail_time_source.h', | 504 'scheduler/test/test_always_fail_time_source.h', |
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 ], | 1497 ], |
| 1495 'variables': { | 1498 'variables': { |
| 1496 'test_suite_name': 'components_unittests', | 1499 'test_suite_name': 'components_unittests', |
| 1497 }, | 1500 }, |
| 1498 'includes': [ '../build/apk_test.gypi' ], | 1501 'includes': [ '../build/apk_test.gypi' ], |
| 1499 }, | 1502 }, |
| 1500 ], | 1503 ], |
| 1501 }], | 1504 }], |
| 1502 ], | 1505 ], |
| 1503 } | 1506 } |
| OLD | NEW |