Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4600)

Unified Diff: chrome/installer/installer.gyp

Issue 1741010: gyp: unify toolkit_views usage (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],

Powered by Google App Engine
This is Rietveld 408576698