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

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: Addressed feedback Created 8 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
« 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'gfx/canvas_paint_win.cc', 323 'gfx/canvas_paint_win.cc',
324 'gfx/canvas_skia.cc', 324 'gfx/canvas_skia.cc',
325 'gfx/canvas_skia_paint.h', 325 'gfx/canvas_skia_paint.h',
326 'gfx/canvas_win.cc', 326 'gfx/canvas_win.cc',
327 'gfx/codec/jpeg_codec.cc', 327 'gfx/codec/jpeg_codec.cc',
328 'gfx/codec/jpeg_codec.h', 328 'gfx/codec/jpeg_codec.h',
329 'gfx/codec/png_codec.cc', 329 'gfx/codec/png_codec.cc',
330 'gfx/codec/png_codec.h', 330 'gfx/codec/png_codec.h',
331 'gfx/color_analysis.cc', 331 'gfx/color_analysis.cc',
332 'gfx/color_analysis.h', 332 'gfx/color_analysis.h',
333 'gfx/color_profile.cc',
334 'gfx/color_profile.h',
335 'gfx/color_profile_linux.cc',
336 'gfx/color_profile_mac.cc',
337 'gfx/color_profile_win.cc',
333 'gfx/color_utils.cc', 338 'gfx/color_utils.cc',
334 'gfx/color_utils.h', 339 'gfx/color_utils.h',
335 'gfx/display.cc', 340 'gfx/display.cc',
336 'gfx/display.h', 341 'gfx/display.h',
337 'gfx/favicon_size.cc', 342 'gfx/favicon_size.cc',
338 'gfx/favicon_size.h', 343 'gfx/favicon_size.h',
339 'gfx/font.h', 344 'gfx/font.h',
340 'gfx/font.cc', 345 'gfx/font.cc',
341 'gfx/font_list.h', 346 'gfx/font_list.h',
342 'gfx/font_list.cc', 347 'gfx/font_list.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 748 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 749 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 750 ]
746 } 751 }
747 ], 752 ],
748 }, 753 },
749 ], 754 ],
750 }], 755 }],
751 ], 756 ],
752 } 757 }
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