OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
9 'resources/pan_east.cur', | 9 'resources/pan_east.cur', |
10 'resources/pan_middle.cur', | 10 'resources/pan_middle.cur', |
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 'actions': [ | 682 'actions': [ |
683 { | 683 { |
684 'action_name': 'test_shell_resources', | 684 'action_name': 'test_shell_resources', |
685 'variables': { | 685 'variables': { |
686 'grit_path': '../../../tools/grit/grit.py', | 686 'grit_path': '../../../tools/grit/grit.py', |
687 'input_path': './test_shell_resources.grd', | 687 'input_path': './test_shell_resources.grd', |
688 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell', | 688 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell', |
689 }, | 689 }, |
690 'inputs': [ | 690 'inputs': [ |
691 '<(input_path)', | 691 '<(input_path)', |
| 692 'resources/linux-fontconfig-config', |
692 ], | 693 ], |
693 'outputs': [ | 694 'outputs': [ |
694 '<(out_dir)/grit/test_shell_resources.h', | 695 '<(out_dir)/grit/test_shell_resources.h', |
695 '<(out_dir)/test_shell_resources.pak', | 696 '<(out_dir)/test_shell_resources.pak', |
696 ], | 697 ], |
697 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build
', '-o', '<(out_dir)'], | 698 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build
', '-o', '<(out_dir)'], |
698 'message': 'Generating resources from <(input_path)', | 699 'message': 'Generating resources from <(input_path)', |
699 }, | 700 }, |
700 ], | 701 ], |
701 'direct_dependent_settings': { | 702 'direct_dependent_settings': { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 ], | 745 ], |
745 }], | 746 }], |
746 ], | 747 ], |
747 } | 748 } |
748 | 749 |
749 # Local Variables: | 750 # Local Variables: |
750 # tab-width:2 | 751 # tab-width:2 |
751 # indent-tabs-mode:nil | 752 # indent-tabs-mode:nil |
752 # End: | 753 # End: |
753 # vim: set expandtab tabstop=2 shiftwidth=2: | 754 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |