OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |