| Index: components/rappor.gypi
|
| diff --git a/components/rappor.gypi b/components/rappor.gypi
|
| index 3fed81094119c2fefcdb8d18e464f553697dc72e..e387b32bff8c34cf100b80338eac6076f5958238 100644
|
| --- a/components/rappor.gypi
|
| +++ b/components/rappor.gypi
|
| @@ -29,6 +29,8 @@
|
| 'rappor/log_uploader.h',
|
| 'rappor/log_uploader_interface.h',
|
| 'rappor/proto/rappor_metric.proto',
|
| + 'rappor/rappor_message_filter.cc',
|
| + 'rappor/rappor_message_filter.h',
|
| 'rappor/rappor_metric.cc',
|
| 'rappor/rappor_metric.h',
|
| 'rappor/rappor_parameters.cc',
|
| @@ -48,6 +50,7 @@
|
| },
|
| 'includes': [ '../build/protoc.gypi' ],
|
| },
|
| +
|
| {
|
| # GN version: //components/rappor:test_support
|
| 'target_name': 'rappor_test_support',
|
|
|