| Index: components/rappor.gypi
|
| diff --git a/components/rappor.gypi b/components/rappor.gypi
|
| index 346d2080cde05bd3caaec70a99fa6539ba972aa9..f646c8747ff292293620e0d759d65471e4c1b548 100644
|
| --- a/components/rappor.gypi
|
| +++ b/components/rappor.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/rappor
|
| 'target_name': 'rappor',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -19,6 +20,7 @@
|
| 'variations',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'rappor/bloom_filter.cc',
|
| 'rappor/bloom_filter.h',
|
| 'rappor/byte_vector_utils.cc',
|
|
|