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

Side by Side Diff: ui/gfx/gfx.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 unified diff | Download patch
« no previous file with comments | « ui/gfx/color_transform_unittest.cc ('k') | ui/gfx/icc_profile.h » ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'dependencies': [ 75 'dependencies': [
76 '<(DEPTH)/base/base.gyp:base', 76 '<(DEPTH)/base/base.gyp:base',
77 '<(DEPTH)/base/base.gyp:base_i18n', 77 '<(DEPTH)/base/base.gyp:base_i18n',
78 '<(DEPTH)/base/base.gyp:base_static', 78 '<(DEPTH)/base/base.gyp:base_static',
79 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 79 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
80 '<(DEPTH)/skia/skia.gyp:skia', 80 '<(DEPTH)/skia/skia.gyp:skia',
81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
82 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 82 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
83 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 83 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
84 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 84 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
85 '<(DEPTH)//third_party/qcms/qcms.gyp:qcms",
85 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 86 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
86 'gfx_geometry', 87 'gfx_geometry',
87 'gfx_range', 88 'gfx_range',
88 ], 89 ],
89 # text_elider.h includes ICU headers. 90 # text_elider.h includes ICU headers.
90 'export_dependent_settings': [ 91 'export_dependent_settings': [
91 '<(DEPTH)/skia/skia.gyp:skia', 92 '<(DEPTH)/skia/skia.gyp:skia',
92 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 93 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
93 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 94 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
94 ], 95 ],
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'configurations': { 587 'configurations': {
587 'Common_Base': { 588 'Common_Base': {
588 'msvs_target_platform': 'x64', 589 'msvs_target_platform': 'x64',
589 }, 590 },
590 }, 591 },
591 }, 592 },
592 ], 593 ],
593 }], 594 }],
594 ], 595 ],
595 } 596 }
OLDNEW
« no previous file with comments | « ui/gfx/color_transform_unittest.cc ('k') | ui/gfx/icc_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698