| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 76ab56736c45e261beea1bba2196f3fed84bec78..09029ca2e6e8f2e4b4d08f44c8ea561cc0b232d6 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -619,6 +619,9 @@
|
| 'sync_driver/tab_node_pool_unittest.cc',
|
| 'sync_driver/ui_data_type_controller_unittest.cc',
|
| ],
|
| + 'tracing_unittest_sources': [
|
| + 'tracing/trace_config_file_unittest.cc',
|
| + ],
|
| 'translate_unittest_sources': [
|
| 'translate/core/browser/language_state_unittest.cc',
|
| 'translate/core/browser/translate_browser_metrics_unittest.cc',
|
| @@ -1175,6 +1178,7 @@
|
| '<@(copresence_unittest_sources)',
|
| '<@(feedback_unittest_sources)',
|
| '<@(proximity_auth_unittest_sources)',
|
| + '<@(tracing_unittest_sources)',
|
| ],
|
| 'sources!': [
|
| 'variations/variations_request_scheduler_mobile_unittest.cc',
|
| @@ -1194,6 +1198,7 @@
|
| 'components.gyp:pref_registry_test_support',
|
| 'components.gyp:proximity_auth',
|
| 'components.gyp:proximity_auth_test_support',
|
| + 'tracing.gyp:tracing',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|