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 'variables': { | 5 'variables': { |
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', | 7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i
nternal/additional_modules_list.txt', |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 30 matching lines...) Expand all Loading... |
41 }, | 41 }, |
42 { | 42 { |
43 # GN version: //chrome/browser/resources:password_manager_internals_re
sources | 43 # GN version: //chrome/browser/resources:password_manager_internals_re
sources |
44 'action_name': 'generate_password_manager_internals_resources', | 44 'action_name': 'generate_password_manager_internals_resources', |
45 'variables': { | 45 'variables': { |
46 'grit_grd_file': 'browser/resources/password_manager_internals_resou
rces.grd', | 46 'grit_grd_file': 'browser/resources/password_manager_internals_resou
rces.grd', |
47 }, | 47 }, |
48 'includes': [ '../build/grit_action.gypi' ], | 48 'includes': [ '../build/grit_action.gypi' ], |
49 }, | 49 }, |
50 { | 50 { |
| 51 # GN version: //chrome/browser/resources:policy_resources |
| 52 'action_name': 'generate_policy_resources', |
| 53 'variables': { |
| 54 'grit_grd_file': 'browser/resources/md_policy/policy_resources.grd', |
| 55 }, |
| 56 'includes': [ '../build/grit_action.gypi' ], |
| 57 }, |
| 58 { |
51 # GN version: //chrome/browser/resources:signin_internals_resources | 59 # GN version: //chrome/browser/resources:signin_internals_resources |
52 'action_name': 'generate_signin_internals_resources', | 60 'action_name': 'generate_signin_internals_resources', |
53 'variables': { | 61 'variables': { |
54 'grit_grd_file': 'browser/resources/signin_internals_resources.grd', | 62 'grit_grd_file': 'browser/resources/signin_internals_resources.grd', |
55 }, | 63 }, |
56 'includes': ['../build/grit_action.gypi' ], | 64 'includes': ['../build/grit_action.gypi' ], |
57 }, | 65 }, |
58 { | 66 { |
59 # GN version: //chrome/browser/resources:translate_internals_resources | 67 # GN version: //chrome/browser/resources:translate_internals_resources |
60 'action_name': 'generate_translate_internals_resources', | 68 'action_name': 'generate_translate_internals_resources', |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', | 673 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', |
666 ], | 674 ], |
667 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', | 675 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', |
668 }, | 676 }, |
669 'includes': [ '../build/repack_action.gypi' ], | 677 'includes': [ '../build/repack_action.gypi' ], |
670 }, | 678 }, |
671 ], | 679 ], |
672 }, | 680 }, |
673 ], # targets | 681 ], # targets |
674 } | 682 } |
OLD | NEW |