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

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

Issue 2160133002: Revert of Support for retreiving the monitor color space on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_space_x11.cc ('k') | no next file » | 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'codec/jpeg_codec.h', 193 'codec/jpeg_codec.h',
194 'codec/png_codec.cc', 194 'codec/png_codec.cc',
195 'codec/png_codec.h', 195 'codec/png_codec.h',
196 'color_analysis.cc', 196 'color_analysis.cc',
197 'color_analysis.h', 197 'color_analysis.h',
198 'color_palette.h', 198 'color_palette.h',
199 'color_space.cc', 199 'color_space.cc',
200 'color_space.h', 200 'color_space.h',
201 'color_space_mac.mm', 201 'color_space_mac.mm',
202 'color_space_win.cc', 202 'color_space_win.cc',
203 'color_space_x11.cc',
204 'color_utils.cc', 203 'color_utils.cc',
205 'color_utils.h', 204 'color_utils.h',
206 'favicon_size.cc', 205 'favicon_size.cc',
207 'favicon_size.h', 206 'favicon_size.h',
208 'font.cc', 207 'font.cc',
209 'font.h', 208 'font.h',
210 'font_fallback.h', 209 'font_fallback.h',
211 'font_fallback_linux.cc', 210 'font_fallback_linux.cc',
212 'font_fallback_linux.h', 211 'font_fallback_linux.h',
213 'font_fallback_mac.mm', 212 'font_fallback_mac.mm',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 ], 608 ],
610 'variables': { 609 'variables': {
611 'jni_gen_package': 'ui/gfx', 610 'jni_gen_package': 'ui/gfx',
612 }, 611 },
613 'includes': [ '../../build/jni_generator.gypi' ], 612 'includes': [ '../../build/jni_generator.gypi' ],
614 }, 613 },
615 ], 614 ],
616 }], 615 }],
617 ], 616 ],
618 } 617 }
OLDNEW
« no previous file with comments | « ui/gfx/color_space_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698