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