| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'gfx/color_utils.cc', | 333 'gfx/color_utils.cc', |
| 334 'gfx/color_utils.h', | 334 'gfx/color_utils.h', |
| 335 'gfx/display.cc', | 335 'gfx/display.cc', |
| 336 'gfx/display.h', | 336 'gfx/display.h', |
| 337 'gfx/favicon_size.cc', | 337 'gfx/favicon_size.cc', |
| 338 'gfx/favicon_size.h', | 338 'gfx/favicon_size.h', |
| 339 'gfx/font.h', | 339 'gfx/font.h', |
| 340 'gfx/font.cc', | 340 'gfx/font.cc', |
| 341 'gfx/font_list.h', | 341 'gfx/font_list.h', |
| 342 'gfx/font_list.cc', | 342 'gfx/font_list.cc', |
| 343 'gfx/font_render_params_android.cc', |
| 343 'gfx/font_render_params_linux.cc', | 344 'gfx/font_render_params_linux.cc', |
| 344 'gfx/font_render_params_linux.h', | 345 'gfx/font_render_params_linux.h', |
| 345 'gfx/font_smoothing_win.cc', | 346 'gfx/font_smoothing_win.cc', |
| 346 'gfx/font_smoothing_win.h', | 347 'gfx/font_smoothing_win.h', |
| 347 'gfx/gfx_paths.cc', | 348 'gfx/gfx_paths.cc', |
| 348 'gfx/gfx_paths.h', | 349 'gfx/gfx_paths.h', |
| 349 'gfx/image/image.cc', | 350 'gfx/image/image.cc', |
| 350 'gfx/image/image.h', | 351 'gfx/image/image.h', |
| 351 'gfx/image/image_skia.cc', | 352 'gfx/image/image_skia.cc', |
| 352 'gfx/image/image_skia.h', | 353 'gfx/image/image_skia.h', |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 745 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 746 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 746 ] | 747 ] |
| 747 } | 748 } |
| 748 ], | 749 ], |
| 749 }, | 750 }, |
| 750 ], | 751 ], |
| 751 }], | 752 }], |
| 752 ], | 753 ], |
| 753 } | 754 } |
| OLD | NEW |