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