| Index: build/gn_migration.gypi
|
| diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
|
| index 83cf2de8be2053b923c7301f413791e9939f2c90..366564f095630697f0f283ebd121f56a7865a730 100644
|
| --- a/build/gn_migration.gypi
|
| +++ b/build/gn_migration.gypi
|
| @@ -513,6 +513,13 @@
|
| '../third_party/codesighs/codesighs.gyp:msmap2tsv',
|
| '../third_party/pdfium/samples/samples.gyp:pdfium_diff',
|
| ],
|
| + 'conditions': [
|
| + ['component!="shared_library"', {
|
| + 'dependencies': [
|
| + '../chrome/installer/mini_installer.gyp:next_version_mini_installer',
|
| + ],
|
| + }],
|
| + ],
|
| }],
|
| ['chromecast==1', {
|
| 'dependencies': [
|
|
|