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

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 reading length from small string 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'gfx/canvas_paint_win.cc', 315 'gfx/canvas_paint_win.cc',
316 'gfx/canvas_skia.cc', 316 'gfx/canvas_skia.cc',
317 'gfx/canvas_skia_paint.h', 317 'gfx/canvas_skia_paint.h',
318 'gfx/canvas_win.cc', 318 'gfx/canvas_win.cc',
319 'gfx/codec/jpeg_codec.cc', 319 'gfx/codec/jpeg_codec.cc',
320 'gfx/codec/jpeg_codec.h', 320 'gfx/codec/jpeg_codec.h',
321 'gfx/codec/png_codec.cc', 321 'gfx/codec/png_codec.cc',
322 'gfx/codec/png_codec.h', 322 'gfx/codec/png_codec.h',
323 'gfx/color_analysis.cc', 323 'gfx/color_analysis.cc',
324 'gfx/color_analysis.h', 324 'gfx/color_analysis.h',
325 'gfx/color_profile.cc',
326 'gfx/color_profile.h',
327 'gfx/color_profile_linux.cc',
328 'gfx/color_profile_mac.cc',
329 'gfx/color_profile_win.cc',
325 'gfx/color_utils.cc', 330 'gfx/color_utils.cc',
326 'gfx/color_utils.h', 331 'gfx/color_utils.h',
327 'gfx/display.cc', 332 'gfx/display.cc',
328 'gfx/display.h', 333 'gfx/display.h',
329 'gfx/favicon_size.cc', 334 'gfx/favicon_size.cc',
330 'gfx/favicon_size.h', 335 'gfx/favicon_size.h',
331 'gfx/font.h', 336 'gfx/font.h',
332 'gfx/font.cc', 337 'gfx/font.cc',
333 'gfx/font_list.h', 338 'gfx/font_list.h',
334 'gfx/font_list.cc', 339 'gfx/font_list.cc',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 738 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
734 'os.chmod(\'<(ui_copy_dest)\', 0700)' 739 'os.chmod(\'<(ui_copy_dest)\', 0700)'
735 ] 740 ]
736 } 741 }
737 ], 742 ],
738 }, 743 },
739 ], 744 ],
740 }], 745 }],
741 ], 746 ],
742 } 747 }
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