| 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/font.cc', | 308 'gfx/font.cc', |
| 309 'gfx/font_list.h', | 309 'gfx/font_list.h', |
| 310 'gfx/font_list.cc', | 310 'gfx/font_list.cc', |
| 311 'gfx/font_smoothing_win.cc', | 311 'gfx/font_smoothing_win.cc', |
| 312 'gfx/font_smoothing_win.h', | 312 'gfx/font_smoothing_win.h', |
| 313 'gfx/gfx_paths.cc', | 313 'gfx/gfx_paths.cc', |
| 314 'gfx/gfx_paths.h', | 314 'gfx/gfx_paths.h', |
| 315 'gfx/image/image.cc', | 315 'gfx/image/image.cc', |
| 316 'gfx/image/image.h', | 316 'gfx/image/image.h', |
| 317 'gfx/image/image_mac.mm', | 317 'gfx/image/image_mac.mm', |
| 318 'gfx/image/image_skia.cc', |
| 319 'gfx/image/image_skia.h', |
| 318 'gfx/image/image_util.cc', | 320 'gfx/image/image_util.cc', |
| 319 'gfx/image/image_util.h', | 321 'gfx/image/image_util.h', |
| 320 'gfx/insets.cc', | 322 'gfx/insets.cc', |
| 321 'gfx/insets.h', | 323 'gfx/insets.h', |
| 322 'gfx/interpolated_transform.h', | 324 'gfx/interpolated_transform.h', |
| 323 'gfx/interpolated_transform.cc', | 325 'gfx/interpolated_transform.cc', |
| 324 'gfx/mac/nsimage_cache.h', | 326 'gfx/mac/nsimage_cache.h', |
| 325 'gfx/mac/nsimage_cache.mm', | 327 'gfx/mac/nsimage_cache.mm', |
| 326 'gfx/mac/scoped_ns_disable_screen_updates.h', | 328 'gfx/mac/scoped_ns_disable_screen_updates.h', |
| 327 'gfx/native_theme.cc', | 329 'gfx/native_theme.cc', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 733 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 732 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 734 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 733 ] | 735 ] |
| 734 } | 736 } |
| 735 ], | 737 ], |
| 736 }, | 738 }, |
| 737 ], | 739 ], |
| 738 }], | 740 }], |
| 739 ], | 741 ], |
| 740 } | 742 } |
| OLD | NEW |