| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'gfx/canvas_paint_win.cc', | 315 'gfx/canvas_paint_win.cc', |
| 316 'gfx/canvas_skia.cc', | 316 'gfx/canvas_skia.cc', |
| 317 'gfx/canvas_skia_paint.h', | 317 'gfx/canvas_skia_paint.h', |
| 318 'gfx/canvas_win.cc', | 318 'gfx/canvas_win.cc', |
| 319 'gfx/codec/jpeg_codec.cc', | 319 'gfx/codec/jpeg_codec.cc', |
| 320 'gfx/codec/jpeg_codec.h', | 320 'gfx/codec/jpeg_codec.h', |
| 321 'gfx/codec/png_codec.cc', | 321 'gfx/codec/png_codec.cc', |
| 322 'gfx/codec/png_codec.h', | 322 'gfx/codec/png_codec.h', |
| 323 'gfx/color_analysis.cc', | 323 'gfx/color_analysis.cc', |
| 324 'gfx/color_analysis.h', | 324 'gfx/color_analysis.h', |
| 325 'gfx/color_profile.cc', |
| 326 'gfx/color_profile.h', |
| 327 'gfx/color_profile_linux.cc', |
| 328 'gfx/color_profile_mac.cc', |
| 329 'gfx/color_profile_win.cc', |
| 325 'gfx/color_utils.cc', | 330 'gfx/color_utils.cc', |
| 326 'gfx/color_utils.h', | 331 'gfx/color_utils.h', |
| 327 'gfx/display.cc', | 332 'gfx/display.cc', |
| 328 'gfx/display.h', | 333 'gfx/display.h', |
| 329 'gfx/favicon_size.cc', | 334 'gfx/favicon_size.cc', |
| 330 'gfx/favicon_size.h', | 335 'gfx/favicon_size.h', |
| 331 'gfx/font.h', | 336 'gfx/font.h', |
| 332 'gfx/font.cc', | 337 'gfx/font.cc', |
| 333 'gfx/font_list.h', | 338 'gfx/font_list.h', |
| 334 'gfx/font_list.cc', | 339 'gfx/font_list.cc', |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 738 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 734 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 739 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 735 ] | 740 ] |
| 736 } | 741 } |
| 737 ], | 742 ], |
| 738 }, | 743 }, |
| 739 ], | 744 ], |
| 740 }], | 745 }], |
| 741 ], | 746 ], |
| 742 } | 747 } |
| OLD | NEW |