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 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 'rappor_unittest_sources': [ | 481 'rappor_unittest_sources': [ |
482 'rappor/bloom_filter_unittest.cc', | 482 'rappor/bloom_filter_unittest.cc', |
483 'rappor/byte_vector_utils_unittest.cc', | 483 'rappor/byte_vector_utils_unittest.cc', |
484 'rappor/log_uploader_unittest.cc', | 484 'rappor/log_uploader_unittest.cc', |
485 'rappor/rappor_metric_unittest.cc', | 485 'rappor/rappor_metric_unittest.cc', |
486 'rappor/rappor_prefs_unittest.cc', | 486 'rappor/rappor_prefs_unittest.cc', |
487 'rappor/rappor_service_unittest.cc', | 487 'rappor/rappor_service_unittest.cc', |
488 'rappor/rappor_utils_unittest.cc', | 488 'rappor/rappor_utils_unittest.cc', |
489 'rappor/sampler_unittest.cc', | 489 'rappor/sampler_unittest.cc', |
490 ], | 490 ], |
491 'rlz_unittest_sources': [ | |
492 'rlz/rlz_tracker_unittest.cc', | |
493 ], | |
494 'scheduler_unittest_sources': [ | 491 'scheduler_unittest_sources': [ |
495 'scheduler/child/idle_helper_unittest.cc', | 492 'scheduler/child/idle_helper_unittest.cc', |
496 'scheduler/child/nestable_task_runner_for_test.cc', | 493 'scheduler/child/nestable_task_runner_for_test.cc', |
497 'scheduler/child/nestable_task_runner_for_test.h', | 494 'scheduler/child/nestable_task_runner_for_test.h', |
498 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', | 495 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', |
499 'scheduler/child/scheduler_helper_unittest.cc', | 496 'scheduler/child/scheduler_helper_unittest.cc', |
500 'scheduler/child/task_queue_manager_unittest.cc', | 497 'scheduler/child/task_queue_manager_unittest.cc', |
501 'scheduler/child/test_time_source.cc', | 498 'scheduler/child/test_time_source.cc', |
502 'scheduler/child/test_time_source.h', | 499 'scheduler/child/test_time_source.h', |
503 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', | 500 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 'components.gyp:variations_http_provider', | 857 'components.gyp:variations_http_provider', |
861 'components.gyp:wallpaper', | 858 'components.gyp:wallpaper', |
862 'components.gyp:web_resource', | 859 'components.gyp:web_resource', |
863 'components.gyp:web_resource_test_support', | 860 'components.gyp:web_resource_test_support', |
864 'components_resources.gyp:components_resources', | 861 'components_resources.gyp:components_resources', |
865 'components_strings.gyp:components_strings', | 862 'components_strings.gyp:components_strings', |
866 'components_tests_pak', | 863 'components_tests_pak', |
867 'mime_util/mime_util.gyp:mime_util', | 864 'mime_util/mime_util.gyp:mime_util', |
868 ], | 865 ], |
869 'conditions': [ | 866 'conditions': [ |
870 ['enable_rlz_support==1', { | |
871 'sources': [ | |
872 '<@(rlz_unittest_sources)', | |
873 ], | |
874 'dependencies': [ | |
875 '../net/net.gyp:net_test_support', | |
876 '../rlz/rlz.gyp:test_support_rlz', | |
877 'components.gyp:rlz', | |
878 ], | |
879 'conditions': [ | |
880 ['OS == "ios"', { | |
881 'dependencies': [ | |
882 '../ui/base/ui_base.gyp:ui_base', | |
883 ], | |
884 }], | |
885 ], | |
886 }], | |
887 ['toolkit_views == 1', { | 867 ['toolkit_views == 1', { |
888 'sources': [ | 868 'sources': [ |
889 'bookmarks/browser/bookmark_node_data_unittest.cc', | 869 'bookmarks/browser/bookmark_node_data_unittest.cc', |
890 'constrained_window/constrained_window_views_unittest.cc', | 870 'constrained_window/constrained_window_views_unittest.cc', |
891 ], | 871 ], |
892 'dependencies': [ | 872 'dependencies': [ |
893 '<(DEPTH)/ui/views/views.gyp:views', | 873 '<(DEPTH)/ui/views/views.gyp:views', |
894 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 874 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
895 'components.gyp:constrained_window', | 875 'components.gyp:constrained_window', |
896 ] | 876 ] |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1523 ], | 1503 ], |
1524 'variables': { | 1504 'variables': { |
1525 'test_suite_name': 'components_unittests', | 1505 'test_suite_name': 'components_unittests', |
1526 }, | 1506 }, |
1527 'includes': [ '../build/apk_test.gypi' ], | 1507 'includes': [ '../build/apk_test.gypi' ], |
1528 }, | 1508 }, |
1529 ], | 1509 ], |
1530 }], | 1510 }], |
1531 ], | 1511 ], |
1532 } | 1512 } |
OLD | NEW |