OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 'input_path': './test_shell_resources.grd', | 664 'input_path': './test_shell_resources.grd', |
665 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell', | 665 'out_dir': '<(SHARED_INTERMEDIATE_DIR)/test_shell', |
666 }, | 666 }, |
667 'inputs': [ | 667 'inputs': [ |
668 '<(input_path)', | 668 '<(input_path)', |
669 ], | 669 ], |
670 'outputs': [ | 670 'outputs': [ |
671 '<(out_dir)/grit/test_shell_resources.h', | 671 '<(out_dir)/grit/test_shell_resources.h', |
672 '<(out_dir)/test_shell_resources.pak', | 672 '<(out_dir)/test_shell_resources.pak', |
673 ], | 673 ], |
674 'action': ['python', '<(grit_path)', '-i', '<(input_path)', 'build
', '-o', '<(out_dir)'], | 674 'action': ['python', '<(grit_path)', |
| 675 '-i', '<(input_path)', |
| 676 'build', '-o', '<(out_dir)', |
| 677 '<@(grit_defines)'], |
675 'message': 'Generating resources from <(input_path)', | 678 'message': 'Generating resources from <(input_path)', |
676 }, | 679 }, |
677 ], | 680 ], |
678 'direct_dependent_settings': { | 681 'direct_dependent_settings': { |
679 'include_dirs': [ | 682 'include_dirs': [ |
680 '<(SHARED_INTERMEDIATE_DIR)/test_shell', | 683 '<(SHARED_INTERMEDIATE_DIR)/test_shell', |
681 ], | 684 ], |
682 }, | 685 }, |
683 }, | 686 }, |
684 ], | 687 ], |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
730 ], | 733 ], |
731 }], | 734 }], |
732 ], | 735 ], |
733 } | 736 } |
734 | 737 |
735 # Local Variables: | 738 # Local Variables: |
736 # tab-width:2 | 739 # tab-width:2 |
737 # indent-tabs-mode:nil | 740 # indent-tabs-mode:nil |
738 # End: | 741 # End: |
739 # vim: set expandtab tabstop=2 shiftwidth=2: | 742 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |