1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
9 'product_name': 'qcms',
10 'type': 'static_library',
21 'src/transform_util.c',
22 'src/transform_util.h',
24 'direct_dependent_settings': {
29 # Warning (sign-conversion) fixed upstream by large refactoring. Can be
30 # removed on next roll.
31 'msvs_disabled_warnings': [ 4018 ],
34 ['target_arch=="ia32" or target_arch=="x64"', {
39 'src/transform-sse2.c',
43 'msvs_disabled_warnings': [
44 4056, # overflow in floating-point constant arithmetic (INFINITY)
45 4756, # overflow in constant arithmetic (INFINITY)
51 'target_name': 'qcms_test',
52 'product_name': 'qcms_test',
55 ['target_arch=="ia32" or target_arch=="x64"', {
60 'src/tests/qcms_test_tetra_clut_rgba.c',
80 # indent-tabs-mode:nil
82 # vim: set expandtab tabstop=2 shiftwidth=2: