| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 72418b3b5fd04a729e057447e31c71ea245a6afd..794bf0b25a96ee11f86c3cf1ea59402dfb659569 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -483,6 +483,9 @@
|
| 'rappor/rappor_utils_unittest.cc',
|
| 'rappor/sampler_unittest.cc',
|
| ],
|
| + 'safe_json_unittest_sources': [
|
| + 'safe_json/json_sanitizer_unittest.cc',
|
| + ],
|
| 'scheduler_unittest_sources': [
|
| 'scheduler/child/idle_helper_unittest.cc',
|
| 'scheduler/child/nestable_task_runner_for_test.cc',
|
| @@ -890,6 +893,7 @@
|
| '<@(navigation_interception_unittest_sources)',
|
| '<@(network_hints_unittest_sources)',
|
| '<@(power_unittest_sources)',
|
| + '<@(safe_json_unittest_sources)',
|
| '<@(scheduler_unittest_sources)',
|
| '<@(storage_monitor_unittest_sources)',
|
| '<@(ui_unittest_sources)',
|
| @@ -919,6 +923,8 @@
|
| 'components.gyp:password_manager_content_common',
|
| 'components.gyp:power',
|
| 'components.gyp:precache_content',
|
| + 'components.gyp:safe_json',
|
| + 'components.gyp:safe_json_test_support',
|
| 'components.gyp:sessions_content',
|
| 'components.gyp:storage_monitor',
|
| 'components.gyp:storage_monitor_test_support',
|
| @@ -1051,6 +1057,7 @@
|
| 'dependencies': [
|
| 'components.gyp:cronet_static',
|
| 'components.gyp:data_reduction_proxy_content',
|
| + 'components.gyp:safe_json_java',
|
| '../content/content.gyp:content_java',
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
| ],
|
|
|