| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 937c84ccb146e599479d8466009fe97b5e5e7411..980097bf90a058da112c8e55069f76ade8c2f1a2 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -209,6 +209,9 @@
|
| 'cronet_unittest_sources': [
|
| 'cronet/histogram_manager_unittest.cc',
|
| ],
|
| + 'data_use_measurement_unittest_sources': [
|
| + 'data_use_measurement/content/data_use_measurement_unittest.cc',
|
| + ],
|
| 'enhanced_bookmarks_unittest_sources': [
|
| 'enhanced_bookmarks/enhanced_bookmark_model_unittest.cc',
|
| 'enhanced_bookmarks/image_store_ios_unittest.mm',
|
| @@ -773,6 +776,7 @@
|
| '<@(crash_unittest_sources)',
|
| '<@(crx_file_unittest_sources)',
|
| '<@(data_reduction_proxy_unittest_sources)',
|
| + '<@(data_use_measurement_unittest_sources)',
|
| '<@(device_event_log_unittest_sources)',
|
| '<@(dom_distiller_unittest_sources)',
|
| '<@(domain_reliability_unittest_sources)',
|
| @@ -872,6 +876,7 @@
|
| 'components.gyp:data_reduction_proxy_core_browser',
|
| 'components.gyp:data_reduction_proxy_core_common',
|
| 'components.gyp:data_reduction_proxy_test_support',
|
| + 'components.gyp:data_use_measurement_core',
|
| 'components.gyp:device_event_log_component',
|
| 'components.gyp:dom_distiller_core',
|
| 'components.gyp:dom_distiller_protos',
|
| @@ -1019,6 +1024,7 @@
|
| 'components.gyp:autofill_content_test_support',
|
| 'components.gyp:crash_test_support',
|
| 'components.gyp:data_reduction_proxy_content_browser',
|
| + 'components.gyp:data_use_measurement_content',
|
| 'components.gyp:devtools_http_handler',
|
| 'components.gyp:dom_distiller_content_browser',
|
| 'components.gyp:error_page_renderer',
|
|
|