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

Unified Diff: third_party/qcms/qcms.gyp

Issue 2203213002: ICC profile color translations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color_correction7
Patch Set: win compile fix Created 4 years, 4 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
« no previous file with comments | « third_party/qcms/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « third_party/qcms/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698