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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |