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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 2203663002: ColorTransform, transforms colors from one color space to another (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use floats 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 unified diff | Download patch
« no previous file with comments | « ui/gfx/color_transform_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'canvas_skia_paint.h', 143 'canvas_skia_paint.h',
144 'codec/jpeg_codec.cc', 144 'codec/jpeg_codec.cc',
145 'codec/jpeg_codec.h', 145 'codec/jpeg_codec.h',
146 'codec/png_codec.cc', 146 'codec/png_codec.cc',
147 'codec/png_codec.h', 147 'codec/png_codec.h',
148 'color_analysis.cc', 148 'color_analysis.cc',
149 'color_analysis.h', 149 'color_analysis.h',
150 'color_palette.h', 150 'color_palette.h',
151 'color_space.cc', 151 'color_space.cc',
152 'color_space.h', 152 'color_space.h',
153 'color_transform.cc',
154 'color_transform.h',
153 'color_utils.cc', 155 'color_utils.cc',
154 'color_utils.h', 156 'color_utils.h',
155 'favicon_size.cc', 157 'favicon_size.cc',
156 'favicon_size.h', 158 'favicon_size.h',
157 'font.cc', 159 'font.cc',
158 'font.h', 160 'font.h',
159 'font_fallback.h', 161 'font_fallback.h',
160 'font_fallback_linux.cc', 162 'font_fallback_linux.cc',
161 'font_fallback_linux.h', 163 'font_fallback_linux.h',
162 'font_fallback_mac.mm', 164 'font_fallback_mac.mm',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'configurations': { 586 'configurations': {
585 'Common_Base': { 587 'Common_Base': {
586 'msvs_target_platform': 'x64', 588 'msvs_target_platform': 'x64',
587 }, 589 },
588 }, 590 },
589 }, 591 },
590 ], 592 ],
591 }], 593 }],
592 ], 594 ],
593 } 595 }
OLDNEW
« no previous file with comments | « ui/gfx/color_transform_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698