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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'gfx/font_smoothing_win.cc', | 343 'gfx/font_smoothing_win.cc', |
344 'gfx/font_smoothing_win.h', | 344 'gfx/font_smoothing_win.h', |
345 'gfx/gfx_paths.cc', | 345 'gfx/gfx_paths.cc', |
346 'gfx/gfx_paths.h', | 346 'gfx/gfx_paths.h', |
347 'gfx/image/image.cc', | 347 'gfx/image/image.cc', |
348 'gfx/image/image.h', | 348 'gfx/image/image.h', |
349 'gfx/image/image_skia.cc', | 349 'gfx/image/image_skia.cc', |
350 'gfx/image/image_skia.h', | 350 'gfx/image/image_skia.h', |
351 'gfx/image/image_skia_rep.cc', | 351 'gfx/image/image_skia_rep.cc', |
352 'gfx/image/image_skia_rep.h', | 352 'gfx/image/image_skia_rep.h', |
| 353 'gfx/image/image_skia_source.h', |
353 'gfx/image/image_skia_util_mac.h', | 354 'gfx/image/image_skia_util_mac.h', |
354 'gfx/image/image_skia_util_mac.mm', | 355 'gfx/image/image_skia_util_mac.mm', |
355 'gfx/image/image_util.cc', | 356 'gfx/image/image_util.cc', |
356 'gfx/image/image_util.h', | 357 'gfx/image/image_util.h', |
357 'gfx/insets.cc', | 358 'gfx/insets.cc', |
358 'gfx/insets.h', | 359 'gfx/insets.h', |
359 'gfx/interpolated_transform.h', | 360 'gfx/interpolated_transform.h', |
360 'gfx/interpolated_transform.cc', | 361 'gfx/interpolated_transform.cc', |
361 'gfx/mac/nsimage_cache.h', | 362 'gfx/mac/nsimage_cache.h', |
362 'gfx/mac/nsimage_cache.mm', | 363 'gfx/mac/nsimage_cache.mm', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 742 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
742 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 743 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
743 ] | 744 ] |
744 } | 745 } |
745 ], | 746 ], |
746 }, | 747 }, |
747 ], | 748 ], |
748 }], | 749 }], |
749 ], | 750 ], |
750 } | 751 } |
OLD | NEW |