Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0a53bfe8a650700e0f62310cb9912e76e662e377..a26ee0c9870d3feee37720ffced8cb5df7dffb69 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2607,6 +2607,11 @@ |
], |
}], |
], |
+ 'target_conditions': [ |
Nico
2012/11/22 18:03:07
Needs a comment.
Ami GONE FROM CHROMIUM
2012/11/22 19:47:15
Done.
|
+ ['_type=="static_library"', { |
+ 'standalone_static_library': 1, |
+ }], |
+ ], |
}], |
], |
}], |