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

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 android build 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_mac.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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'gfx/canvas_paint.h', 322 'gfx/canvas_paint.h',
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/codec/jpeg_codec.cc', 326 'gfx/codec/jpeg_codec.cc',
327 'gfx/codec/jpeg_codec.h', 327 'gfx/codec/jpeg_codec.h',
328 'gfx/codec/png_codec.cc', 328 'gfx/codec/png_codec.cc',
329 'gfx/codec/png_codec.h', 329 'gfx/codec/png_codec.h',
330 'gfx/color_analysis.cc', 330 'gfx/color_analysis.cc',
331 'gfx/color_analysis.h', 331 'gfx/color_analysis.h',
332 'gfx/color_profile.cc',
333 'gfx/color_profile.h',
334 'gfx/color_profile_mac.cc',
335 'gfx/color_profile_win.cc',
332 'gfx/color_utils.cc', 336 'gfx/color_utils.cc',
333 'gfx/color_utils.h', 337 'gfx/color_utils.h',
334 'gfx/display.cc', 338 'gfx/display.cc',
335 'gfx/display.h', 339 'gfx/display.h',
336 'gfx/favicon_size.cc', 340 'gfx/favicon_size.cc',
337 'gfx/favicon_size.h', 341 'gfx/favicon_size.h',
338 'gfx/font.h', 342 'gfx/font.h',
339 'gfx/font.cc', 343 'gfx/font.cc',
340 'gfx/font_list.h', 344 'gfx/font_list.h',
341 'gfx/font_list.cc', 345 'gfx/font_list.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 746 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
743 'os.chmod(\'<(ui_copy_dest)\', 0700)' 747 'os.chmod(\'<(ui_copy_dest)\', 0700)'
744 ] 748 ]
745 } 749 }
746 ], 750 ],
747 }, 751 },
748 ], 752 ],
749 }], 753 }],
750 ], 754 ],
751 } 755 }
OLDNEW
« ui/gfx/color_profile_mac.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