| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'gfx/favicon_size.cc', | 308 'gfx/favicon_size.cc', |
| 309 'gfx/favicon_size.h', | 309 'gfx/favicon_size.h', |
| 310 'gfx/font.h', | 310 'gfx/font.h', |
| 311 'gfx/font.cc', | 311 'gfx/font.cc', |
| 312 'gfx/font_list.h', | 312 'gfx/font_list.h', |
| 313 'gfx/font_list.cc', | 313 'gfx/font_list.cc', |
| 314 'gfx/font_smoothing_win.cc', | 314 'gfx/font_smoothing_win.cc', |
| 315 'gfx/font_smoothing_win.h', | 315 'gfx/font_smoothing_win.h', |
| 316 'gfx/gfx_paths.cc', | 316 'gfx/gfx_paths.cc', |
| 317 'gfx/gfx_paths.h', | 317 'gfx/gfx_paths.h', |
| 318 'gfx/gfx_switches.cc', |
| 319 'gfx/gfx_switches.h', |
| 318 'gfx/image/image.cc', | 320 'gfx/image/image.cc', |
| 319 'gfx/image/image.h', | 321 'gfx/image/image.h', |
| 320 'gfx/image/image_mac.mm', | 322 'gfx/image/image_mac.mm', |
| 321 'gfx/image/image_skia.cc', | 323 'gfx/image/image_skia.cc', |
| 322 'gfx/image/image_skia.h', | 324 'gfx/image/image_skia.h', |
| 323 'gfx/image/image_util.cc', | 325 'gfx/image/image_util.cc', |
| 324 'gfx/image/image_util.h', | 326 'gfx/image/image_util.h', |
| 325 'gfx/insets.cc', | 327 'gfx/insets.cc', |
| 326 'gfx/insets.h', | 328 'gfx/insets.h', |
| 327 'gfx/interpolated_transform.h', | 329 'gfx/interpolated_transform.h', |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 744 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 746 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 745 ] | 747 ] |
| 746 } | 748 } |
| 747 ], | 749 ], |
| 748 }, | 750 }, |
| 749 ], | 751 ], |
| 750 }], | 752 }], |
| 751 ], | 753 ], |
| 752 } | 754 } |
| OLD | NEW |