Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 3993d4199f6540120457e78e6af904eb2476e6e0..9ab22e1498fde35aecc6c0056ff01daa93efacc5 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -419,6 +419,11 @@ |
}, |
} |
}], |
+ ['component!="shared_library" or target_arch!="ia32"', { |
+ 'dependencies': [ |
+ '../chrome/installer/mini_installer.gyp:next_version_mini_installer', |
+ ], |
+ }], |
], |
}], |
['chromeos==1', { |