| Index: chrome/installer/installer.gyp
|
| diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
|
| index 9489c462aad9d92a74daedc299486c68d18d1c7b..242d68d0e53946f8158120b87a68688fd34250ac 100644
|
| --- a/chrome/installer/installer.gyp
|
| +++ b/chrome/installer/installer.gyp
|
| @@ -469,7 +469,7 @@
|
| ],
|
| # ChromeOS doesn't care about RPM packages.
|
| 'conditions': [
|
| - ['chromeos==0 and toolkit_views==0', {
|
| + ['chromeos==0', {
|
| 'dependencies': [
|
| 'linux_packages_trunk_rpm',
|
| ],
|
| @@ -485,7 +485,7 @@
|
| ],
|
| # ChromeOS doesn't care about RPM packages.
|
| 'conditions': [
|
| - ['chromeos==0 and toolkit_views==0', {
|
| + ['chromeos==0', {
|
| 'dependencies': [
|
| 'linux_packages_unstable_rpm',
|
| ],
|
| @@ -501,7 +501,7 @@
|
| ],
|
| # ChromeOS doesn't care about RPM packages.
|
| 'conditions': [
|
| - ['chromeos==0 and toolkit_views==0', {
|
| + ['chromeos==0', {
|
| 'dependencies': [
|
| 'linux_packages_beta_rpm',
|
| ],
|
| @@ -517,7 +517,7 @@
|
| ],
|
| # ChromeOS doesn't care about RPM packages.
|
| 'conditions': [
|
| - ['chromeos==0 and toolkit_views==0', {
|
| + ['chromeos==0', {
|
| 'dependencies': [
|
| 'linux_packages_stable_rpm',
|
| ],
|
|
|