| Index: components/network_time.gypi
|
| diff --git a/components/network_time.gypi b/components/network_time.gypi
|
| index 22426d9407ef3dc59eab0597f1a3671cc4c149bb..b432628acb73bc85ba729b959d71b3e1e726d2be 100644
|
| --- a/components/network_time.gypi
|
| +++ b/components/network_time.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/network_time
|
| 'target_name': 'network_time',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -14,6 +15,7 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'network_time/network_time_tracker.cc',
|
| 'network_time/network_time_tracker.h',
|
| 'network_time/network_time_pref_names.cc',
|
|
|