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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 ], | 484 ], |
485 }], | 485 }], |
486 ['OS=="win"', { | 486 ['OS=="win"', { |
487 'sources': [ | 487 'sources': [ |
488 'gfx/gdi_util.cc', | 488 'gfx/gdi_util.cc', |
489 'gfx/gdi_util.h', | 489 'gfx/gdi_util.h', |
490 'gfx/icon_util.cc', | 490 'gfx/icon_util.cc', |
491 'gfx/icon_util.h', | 491 'gfx/icon_util.h', |
492 'gfx/native_theme_win.cc', | 492 'gfx/native_theme_win.cc', |
493 'gfx/native_theme_win.h', | 493 'gfx/native_theme_win.h', |
494 'gfx/win_util.cc', | |
495 'gfx/win_util.h', | |
496 ], | 494 ], |
497 'sources!': [ | 495 'sources!': [ |
498 'base/touch/touch_factory.cc', | 496 'base/touch/touch_factory.cc', |
499 'base/touch/touch_factory.h', | 497 'base/touch/touch_factory.h', |
500 'gfx/pango_util.h', | 498 'gfx/pango_util.h', |
501 'gfx/pango_util.cc', | 499 'gfx/pango_util.cc', |
502 'gfx/platform_font_pango.cc', | 500 'gfx/platform_font_pango.cc', |
503 'gfx/platform_font_pango.h', | 501 'gfx/platform_font_pango.h', |
504 ], | 502 ], |
505 'include_dirs': [ | 503 'include_dirs': [ |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
682 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 680 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
683 ] | 681 ] |
684 } | 682 } |
685 ], | 683 ], |
686 }, | 684 }, |
687 ], | 685 ], |
688 }], | 686 }], |
689 ], | 687 ], |
690 } | 688 } |
OLD | NEW |