| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'gfx/size_f.cc', | 444 'gfx/size_f.cc', |
| 445 'gfx/size_f.h', | 445 'gfx/size_f.h', |
| 446 'gfx/skbitmap_operations.cc', | 446 'gfx/skbitmap_operations.cc', |
| 447 'gfx/skbitmap_operations.h', | 447 'gfx/skbitmap_operations.h', |
| 448 'gfx/skia_util.cc', | 448 'gfx/skia_util.cc', |
| 449 'gfx/skia_util.h', | 449 'gfx/skia_util.h', |
| 450 'gfx/skia_utils_gtk.cc', | 450 'gfx/skia_utils_gtk.cc', |
| 451 'gfx/skia_utils_gtk.h', | 451 'gfx/skia_utils_gtk.h', |
| 452 'gfx/sys_color_change_listener.cc', | 452 'gfx/sys_color_change_listener.cc', |
| 453 'gfx/sys_color_change_listener.h', | 453 'gfx/sys_color_change_listener.h', |
| 454 'gfx/text_constants.h', |
| 454 'gfx/transform.cc', | 455 'gfx/transform.cc', |
| 455 'gfx/transform.h', | 456 'gfx/transform.h', |
| 456 'gfx/transform_util.cc', | 457 'gfx/transform_util.cc', |
| 457 'gfx/transform_util.h', | 458 'gfx/transform_util.h', |
| 458 'gfx/video_decode_acceleration_support_mac.h', | 459 'gfx/video_decode_acceleration_support_mac.h', |
| 459 'gfx/video_decode_acceleration_support_mac.mm', | 460 'gfx/video_decode_acceleration_support_mac.mm', |
| 460 'ui_controls/ui_controls.h', | 461 'ui_controls/ui_controls.h', |
| 461 'ui_controls/ui_controls_aura.cc', | 462 'ui_controls/ui_controls_aura.cc', |
| 462 'ui_controls/ui_controls_internal_win.h', | 463 'ui_controls/ui_controls_internal_win.h', |
| 463 'ui_controls/ui_controls_internal_win.cc', | 464 'ui_controls/ui_controls_internal_win.cc', |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 759 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 759 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 760 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 760 ] | 761 ] |
| 761 } | 762 } |
| 762 ], | 763 ], |
| 763 }, | 764 }, |
| 764 ], | 765 ], |
| 765 }], | 766 }], |
| 766 ], | 767 ], |
| 767 } | 768 } |
| OLD | NEW |