| Index: chrome/chrome_installer_util.gypi
|
| diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
|
| index ef981c1f6af9935dbced012d680d91302e51b69c..2c45db625f28cfc5af4f3d6b4ff471cb8a9d04b3 100644
|
| --- a/chrome/chrome_installer_util.gypi
|
| +++ b/chrome/chrome_installer_util.gypi
|
| @@ -209,6 +209,7 @@
|
| ['OS!="win"', {
|
| 'targets': [
|
| {
|
| + # GN version: //chrome/installer/util
|
| 'target_name': 'installer_util',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -217,6 +218,7 @@
|
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'installer/util/google_update_experiment_util.cc',
|
| 'installer/util/google_update_experiment_util.h',
|
| 'installer/util/master_preferences.cc',
|
|
|