| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'gfx/canvas_paint.h', | 311 'gfx/canvas_paint.h', |
| 312 'gfx/canvas_paint_win.cc', | 312 'gfx/canvas_paint_win.cc', |
| 313 'gfx/canvas_skia.cc', | 313 'gfx/canvas_skia.cc', |
| 314 'gfx/canvas_skia_paint.h', | 314 'gfx/canvas_skia_paint.h', |
| 315 'gfx/canvas_win.cc', | 315 'gfx/canvas_win.cc', |
| 316 'gfx/codec/jpeg_codec.cc', | 316 'gfx/codec/jpeg_codec.cc', |
| 317 'gfx/codec/jpeg_codec.h', | 317 'gfx/codec/jpeg_codec.h', |
| 318 'gfx/codec/png_codec.cc', | 318 'gfx/codec/png_codec.cc', |
| 319 'gfx/codec/png_codec.h', | 319 'gfx/codec/png_codec.h', |
| 320 'gfx/color_analysis.cc', | 320 'gfx/color_analysis.cc', |
| 321 'gfx/color_profile.cc', |
| 322 'gfx/color_profile.h', |
| 323 'gfx/color_profile_linux.cc', |
| 324 'gfx/color_profile_mac.cc', |
| 325 'gfx/color_profile_win.cc', |
| 321 'gfx/color_analysis.h', | 326 'gfx/color_analysis.h', |
| 322 'gfx/color_utils.cc', | 327 'gfx/color_utils.cc', |
| 323 'gfx/color_utils.h', | 328 'gfx/color_utils.h', |
| 324 'gfx/favicon_size.cc', | 329 'gfx/favicon_size.cc', |
| 325 'gfx/favicon_size.h', | 330 'gfx/favicon_size.h', |
| 326 'gfx/font.h', | 331 'gfx/font.h', |
| 327 'gfx/font.cc', | 332 'gfx/font.cc', |
| 328 'gfx/font_list.h', | 333 'gfx/font_list.h', |
| 329 'gfx/font_list.cc', | 334 'gfx/font_list.cc', |
| 330 'gfx/font_smoothing_win.cc', | 335 'gfx/font_smoothing_win.cc', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 732 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 728 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 733 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 729 ] | 734 ] |
| 730 } | 735 } |
| 731 ], | 736 ], |
| 732 }, | 737 }, |
| 733 ], | 738 ], |
| 734 }], | 739 }], |
| 735 ], | 740 ], |
| 736 } | 741 } |
| OLD | NEW |