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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'gfx/font_render_params_linux.cc', | 355 'gfx/font_render_params_linux.cc', |
356 'gfx/font_render_params_linux.h', | 356 'gfx/font_render_params_linux.h', |
357 'gfx/font_smoothing_win.cc', | 357 'gfx/font_smoothing_win.cc', |
358 'gfx/font_smoothing_win.h', | 358 'gfx/font_smoothing_win.h', |
359 'gfx/gfx_paths.cc', | 359 'gfx/gfx_paths.cc', |
360 'gfx/gfx_paths.h', | 360 'gfx/gfx_paths.h', |
361 'gfx/image/canvas_image_source.cc', | 361 'gfx/image/canvas_image_source.cc', |
362 'gfx/image/canvas_image_source.h', | 362 'gfx/image/canvas_image_source.h', |
363 'gfx/image/image.cc', | 363 'gfx/image/image.cc', |
364 'gfx/image/image.h', | 364 'gfx/image/image.h', |
| 365 'gfx/image/image_png.cc', |
| 366 'gfx/image/image_png.h', |
365 'gfx/image/image_skia.cc', | 367 'gfx/image/image_skia.cc', |
366 'gfx/image/image_skia.h', | 368 'gfx/image/image_skia.h', |
367 'gfx/image/image_skia_operations.cc', | 369 'gfx/image/image_skia_operations.cc', |
368 'gfx/image/image_skia_operations.h', | 370 'gfx/image/image_skia_operations.h', |
369 'gfx/image/image_skia_rep.cc', | 371 'gfx/image/image_skia_rep.cc', |
370 'gfx/image/image_skia_rep.h', | 372 'gfx/image/image_skia_rep.h', |
371 'gfx/image/image_skia_source.h', | 373 'gfx/image/image_skia_source.h', |
372 'gfx/image/image_skia_util_mac.h', | 374 'gfx/image/image_skia_util_mac.h', |
373 'gfx/image/image_skia_util_mac.mm', | 375 'gfx/image/image_skia_util_mac.mm', |
374 'gfx/image/image_util.cc', | 376 'gfx/image/image_util.cc', |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 757 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
756 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 758 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
757 ] | 759 ] |
758 } | 760 } |
759 ], | 761 ], |
760 }, | 762 }, |
761 ], | 763 ], |
762 }], | 764 }], |
763 ], | 765 ], |
764 } | 766 } |
OLD | NEW |