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

Side by Side Diff: ui/ui.gyp

Issue 10448110: Adds monitor ICC profile support for win and mac (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows lak Created 8 years, 6 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
« ui/gfx/color_profile_win.cc ('K') | « ui/gfx/color_profile_win.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) 2012 The Chromium Authors. All rights reserved. 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 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'gfx/canvas_paint.h', 311 'gfx/canvas_paint.h',
312 'gfx/canvas_paint_win.cc', 312 'gfx/canvas_paint_win.cc',
313 'gfx/canvas_skia.cc', 313 'gfx/canvas_skia.cc',
314 'gfx/canvas_skia_paint.h', 314 'gfx/canvas_skia_paint.h',
315 'gfx/canvas_win.cc', 315 'gfx/canvas_win.cc',
316 'gfx/codec/jpeg_codec.cc', 316 'gfx/codec/jpeg_codec.cc',
317 'gfx/codec/jpeg_codec.h', 317 'gfx/codec/jpeg_codec.h',
318 'gfx/codec/png_codec.cc', 318 'gfx/codec/png_codec.cc',
319 'gfx/codec/png_codec.h', 319 'gfx/codec/png_codec.h',
320 'gfx/color_analysis.cc', 320 'gfx/color_analysis.cc',
321 'gfx/color_profile.cc',
322 'gfx/color_profile.h',
323 'gfx/color_profile_linux.cc',
324 'gfx/color_profile_mac.cc',
325 'gfx/color_profile_win.cc',
321 'gfx/color_analysis.h', 326 'gfx/color_analysis.h',
322 'gfx/color_utils.cc', 327 'gfx/color_utils.cc',
323 'gfx/color_utils.h', 328 'gfx/color_utils.h',
324 'gfx/favicon_size.cc', 329 'gfx/favicon_size.cc',
325 'gfx/favicon_size.h', 330 'gfx/favicon_size.h',
326 'gfx/font.h', 331 'gfx/font.h',
327 'gfx/font.cc', 332 'gfx/font.cc',
328 'gfx/font_list.h', 333 'gfx/font_list.h',
329 'gfx/font_list.cc', 334 'gfx/font_list.cc',
330 'gfx/font_smoothing_win.cc', 335 'gfx/font_smoothing_win.cc',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 732 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
728 'os.chmod(\'<(ui_copy_dest)\', 0700)' 733 'os.chmod(\'<(ui_copy_dest)\', 0700)'
729 ] 734 ]
730 } 735 }
731 ], 736 ],
732 }, 737 },
733 ], 738 ],
734 }], 739 }],
735 ], 740 ],
736 } 741 }
OLDNEW
« ui/gfx/color_profile_win.cc ('K') | « ui/gfx/color_profile_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698