Index: third_party/qcms/qcms.gyp |
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp |
index 8a969795607a890377b9d53ba8f9c91911cfaed1..9d52c0a8b7d8431b84ba1970cdebc74376558ed6 100644 |
--- a/third_party/qcms/qcms.gyp |
+++ b/third_party/qcms/qcms.gyp |
@@ -4,14 +4,7 @@ |
{ |
'variables': { |
- 'conditions': [ |
- # Do not build QCMS on Android or iOS. (See http://crbug.com/577155) |
- ['OS == "android" or OS == "ios"', { |
- 'disable_qcms%': 1, |
- }, { |
- 'disable_qcms%': 0, |
- }], |
- ], |
+ 'disable_qcms%': 0, |
}, |
'targets': [ |
{ |