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

Side by Side Diff: components/components_tests.gyp

Issue 1203083002: Add a JSON sanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: x Created 5 years, 5 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'rappor_unittest_sources': [ 476 'rappor_unittest_sources': [
477 'rappor/bloom_filter_unittest.cc', 477 'rappor/bloom_filter_unittest.cc',
478 'rappor/byte_vector_utils_unittest.cc', 478 'rappor/byte_vector_utils_unittest.cc',
479 'rappor/log_uploader_unittest.cc', 479 'rappor/log_uploader_unittest.cc',
480 'rappor/rappor_metric_unittest.cc', 480 'rappor/rappor_metric_unittest.cc',
481 'rappor/rappor_prefs_unittest.cc', 481 'rappor/rappor_prefs_unittest.cc',
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 'safe_json_unittest_sources': [
487 'safe_json/json_sanitizer_unittest.cc',
488 ],
486 'scheduler_unittest_sources': [ 489 'scheduler_unittest_sources': [
487 'scheduler/child/idle_helper_unittest.cc', 490 'scheduler/child/idle_helper_unittest.cc',
488 'scheduler/child/nestable_task_runner_for_test.cc', 491 'scheduler/child/nestable_task_runner_for_test.cc',
489 'scheduler/child/nestable_task_runner_for_test.h', 492 'scheduler/child/nestable_task_runner_for_test.h',
490 'scheduler/child/prioritizing_task_queue_selector_unittest.cc', 493 'scheduler/child/prioritizing_task_queue_selector_unittest.cc',
491 'scheduler/child/scheduler_helper_unittest.cc', 494 'scheduler/child/scheduler_helper_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',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 886 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
884 }], 887 }],
885 ['OS != "ios"', { 888 ['OS != "ios"', {
886 'sources': [ 889 'sources': [
887 '<@(devtools_http_handler_unittest_sources)', 890 '<@(devtools_http_handler_unittest_sources)',
888 '<@(error_page_unittest_sources)', 891 '<@(error_page_unittest_sources)',
889 '<@(guest_view_unittest_sources)', 892 '<@(guest_view_unittest_sources)',
890 '<@(navigation_interception_unittest_sources)', 893 '<@(navigation_interception_unittest_sources)',
891 '<@(network_hints_unittest_sources)', 894 '<@(network_hints_unittest_sources)',
892 '<@(power_unittest_sources)', 895 '<@(power_unittest_sources)',
896 '<@(safe_json_unittest_sources)',
893 '<@(scheduler_unittest_sources)', 897 '<@(scheduler_unittest_sources)',
894 '<@(storage_monitor_unittest_sources)', 898 '<@(storage_monitor_unittest_sources)',
895 '<@(ui_unittest_sources)', 899 '<@(ui_unittest_sources)',
896 '<@(visitedlink_unittest_sources)', 900 '<@(visitedlink_unittest_sources)',
897 '<@(web_cache_unittest_sources)', 901 '<@(web_cache_unittest_sources)',
898 '<@(webcrypto_unittest_sources)', 902 '<@(webcrypto_unittest_sources)',
899 '<@(web_modal_unittest_sources)', 903 '<@(web_modal_unittest_sources)',
900 ], 904 ],
901 'dependencies': [ 905 'dependencies': [
902 '../skia/skia.gyp:skia', 906 '../skia/skia.gyp:skia',
903 'components.gyp:autofill_content_browser', 907 'components.gyp:autofill_content_browser',
904 'components.gyp:autofill_content_renderer', 908 'components.gyp:autofill_content_renderer',
905 'components.gyp:autofill_content_test_support', 909 'components.gyp:autofill_content_test_support',
906 'components.gyp:data_reduction_proxy_content_browser', 910 'components.gyp:data_reduction_proxy_content_browser',
907 'components.gyp:devtools_http_handler', 911 'components.gyp:devtools_http_handler',
908 'components.gyp:dom_distiller_content', 912 'components.gyp:dom_distiller_content',
909 'components.gyp:error_page_renderer', 913 'components.gyp:error_page_renderer',
910 'components.gyp:favicon_content', 914 'components.gyp:favicon_content',
911 'components.gyp:guest_view_browser', 915 'components.gyp:guest_view_browser',
912 'components.gyp:guest_view_common', 916 'components.gyp:guest_view_common',
913 'components.gyp:guest_view_test_support', 917 'components.gyp:guest_view_test_support',
914 'components.gyp:history_content_browser', 918 'components.gyp:history_content_browser',
915 'components.gyp:keyed_service_content', 919 'components.gyp:keyed_service_content',
916 'components.gyp:navigation_interception', 920 'components.gyp:navigation_interception',
917 'components.gyp:network_hints_renderer', 921 'components.gyp:network_hints_renderer',
918 'components.gyp:password_manager_content_browser', 922 'components.gyp:password_manager_content_browser',
919 'components.gyp:password_manager_content_common', 923 'components.gyp:password_manager_content_common',
920 'components.gyp:power', 924 'components.gyp:power',
921 'components.gyp:precache_content', 925 'components.gyp:precache_content',
926 'components.gyp:safe_json',
927 'components.gyp:safe_json_test_support',
922 'components.gyp:sessions_content', 928 'components.gyp:sessions_content',
923 'components.gyp:storage_monitor', 929 'components.gyp:storage_monitor',
924 'components.gyp:storage_monitor_test_support', 930 'components.gyp:storage_monitor_test_support',
925 'components.gyp:url_matcher', 931 'components.gyp:url_matcher',
926 'components.gyp:visitedlink_browser', 932 'components.gyp:visitedlink_browser',
927 'components.gyp:visitedlink_renderer', 933 'components.gyp:visitedlink_renderer',
928 'components.gyp:web_cache_browser', 934 'components.gyp:web_cache_browser',
929 'components.gyp:web_modal', 935 'components.gyp:web_modal',
930 'components.gyp:web_modal_test_support', 936 'components.gyp:web_modal_test_support',
931 'scheduler/scheduler.gyp:scheduler', 937 'scheduler/scheduler.gyp:scheduler',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'gcm_driver/instance_id/instance_id_driver_unittest.cc', 1050 'gcm_driver/instance_id/instance_id_driver_unittest.cc',
1045 'sessions/session_backend_unittest.cc', 1051 'sessions/session_backend_unittest.cc',
1046 'storage_monitor/media_storage_util_unittest.cc', 1052 'storage_monitor/media_storage_util_unittest.cc',
1047 'storage_monitor/storage_info_unittest.cc', 1053 'storage_monitor/storage_info_unittest.cc',
1048 'storage_monitor/storage_monitor_unittest.cc', 1054 'storage_monitor/storage_monitor_unittest.cc',
1049 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 1055 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
1050 ], 1056 ],
1051 'dependencies': [ 1057 'dependencies': [
1052 'components.gyp:cronet_static', 1058 'components.gyp:cronet_static',
1053 'components.gyp:data_reduction_proxy_content', 1059 'components.gyp:data_reduction_proxy_content',
1060 'components.gyp:safe_json_java',
1054 '../content/content.gyp:content_java', 1061 '../content/content.gyp:content_java',
1055 '../testing/android/native_test.gyp:native_test_native_code', 1062 '../testing/android/native_test.gyp:native_test_native_code',
1056 ], 1063 ],
1057 'dependencies!': [ 1064 'dependencies!': [
1058 'components.gyp:storage_monitor', 1065 'components.gyp:storage_monitor',
1059 'components.gyp:storage_monitor_test_support', 1066 'components.gyp:storage_monitor_test_support',
1060 'components.gyp:web_modal', 1067 'components.gyp:web_modal',
1061 'components.gyp:web_modal_test_support', 1068 'components.gyp:web_modal_test_support',
1062 ], 1069 ],
1063 }], 1070 }],
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 ], 1501 ],
1495 'variables': { 1502 'variables': {
1496 'test_suite_name': 'components_unittests', 1503 'test_suite_name': 'components_unittests',
1497 }, 1504 },
1498 'includes': [ '../build/apk_test.gypi' ], 1505 'includes': [ '../build/apk_test.gypi' ],
1499 }, 1506 },
1500 ], 1507 ],
1501 }], 1508 }],
1502 ], 1509 ],
1503 } 1510 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698