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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'devtools_resources', | 8 'target_name': 'devtools_resources', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 17 matching lines...) Expand all Loading... |
28 '<!@pymod_do_main(grit_info --inputs)', | 28 '<!@pymod_do_main(grit_info --inputs)', |
29 ], | 29 ], |
30 'outputs': [ | 30 'outputs': [ |
31 '<(grit_out_dir)/grit/devtools_resources.h', | 31 '<(grit_out_dir)/grit/devtools_resources.h', |
32 '<(grit_out_dir)/devtools_resources.pak', | 32 '<(grit_out_dir)/devtools_resources.pak', |
33 '<(grit_out_dir)/grit/devtools_resources_map.cc', | 33 '<(grit_out_dir)/grit/devtools_resources_map.cc', |
34 '<(grit_out_dir)/grit/devtools_resources_map.h', | 34 '<(grit_out_dir)/grit/devtools_resources_map.h', |
35 ], | 35 ], |
36 'action': ['<@(grit_cmd)', | 36 'action': ['<@(grit_cmd)', |
37 '-i', '<(grit_grd_file)', 'build', | 37 '-i', '<(grit_grd_file)', 'build', |
38 '-f', 'GRIT_DIR/../gritsettings/resource_ids', | |
39 '-o', '<(grit_out_dir)', | 38 '-o', '<(grit_out_dir)', |
40 '-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)', | 39 '-D', 'SHARED_INTERMEDIATE_DIR=<(SHARED_INTERMEDIATE_DIR)', |
41 '<@(grit_defines)' ], | 40 '<@(grit_defines)' ], |
42 'message': 'Generating resources from <(grit_grd_file)', | 41 'message': 'Generating resources from <(grit_grd_file)', |
43 } | 42 } |
44 ], | 43 ], |
45 'includes': [ '../../../build/grit_target.gypi' ], | 44 'includes': [ '../../../build/grit_target.gypi' ], |
46 }, | 45 }, |
47 ], | 46 ], |
48 } | 47 } |
OLD | NEW |