Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Side by Side Diff: tools/gritsettings/resource_ids

Issue 2954273002: [MD Bookmarks] Restore focus after closing a dialog or context menu. (Closed)
Patch Set: fix deps Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/md_bookmarks_focus_test.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # This file is used to assign starting resource ids for resources and strings 5 # This file is used to assign starting resource ids for resources and strings
6 # used by Chromium. This is done to ensure that resource ids are unique 6 # used by Chromium. This is done to ensure that resource ids are unique
7 # across all the grd files. If you are adding a new grd file, please add 7 # across all the grd files. If you are adding a new grd file, please add
8 # a new entry to this file. 8 # a new entry to this file.
9 # 9 #
10 # The entries below are organized into sections. When adding new entries, 10 # The entries below are organized into sections. When adding new entries,
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 # Leave space for theme_resources since it has many structures. 75 # Leave space for theme_resources since it has many structures.
76 "chrome/app/theme/theme_resources.grd": { 76 "chrome/app/theme/theme_resources.grd": {
77 "structures": [10200], 77 "structures": [10200],
78 }, 78 },
79 # END chrome/app section. 79 # END chrome/app section.
80 80
81 # START chrome/browser section. 81 # START chrome/browser section.
82 "chrome/browser/browser_resources.grd": { 82 "chrome/browser/browser_resources.grd": {
83 "includes": [11000], 83 "includes": [11000],
84 "structures": [11480], 84 "structures": [11510],
85 }, 85 },
86 "chrome/browser/resources/component_extension_resources.grd": { 86 "chrome/browser/resources/component_extension_resources.grd": {
87 "includes": [11580], 87 "includes": [11610],
88 "structures": [11830], 88 "structures": [11860],
89 }, 89 },
90 "chrome/browser/resources/invalidations_resources.grd": { 90 "chrome/browser/resources/invalidations_resources.grd": {
91 "includes": [11880], 91 "includes": [11910],
92 }, 92 },
93 "chrome/browser/resources/md_policy/policy_resources.grd": { 93 "chrome/browser/resources/md_policy/policy_resources.grd": {
94 "structures": [11890], 94 "structures": [11920],
95 }, 95 },
96 "chrome/browser/resources/net_internals_resources.grd": { 96 "chrome/browser/resources/net_internals_resources.grd": {
97 "includes": [11930], 97 "includes": [11960],
98 }, 98 },
99 "chrome/browser/resources/options_resources.grd": { 99 "chrome/browser/resources/options_resources.grd": {
100 "includes": [11940], 100 "includes": [11970],
101 "structures": [11950], 101 "structures": [11980],
102 }, 102 },
103 "chrome/browser/resources/password_manager_internals_resources.grd": { 103 "chrome/browser/resources/password_manager_internals_resources.grd": {
104 "includes": [12010], 104 "includes": [12040],
105 }, 105 },
106 "chrome/browser/resources/quota_internals_resources.grd": { 106 "chrome/browser/resources/quota_internals_resources.grd": {
107 "includes": [12020], 107 "includes": [12050],
108 }, 108 },
109 "chrome/browser/resources/settings/settings_resources_vulcanized.grd": { 109 "chrome/browser/resources/settings/settings_resources_vulcanized.grd": {
110 "includes": [12040], 110 "includes": [12070],
111 }, 111 },
112 "chrome/browser/resources/settings/settings_resources.grd": { 112 "chrome/browser/resources/settings/settings_resources.grd": {
113 "structures": [12050], 113 "structures": [12080],
114 }, 114 },
115 "chrome/browser/resources/sync_file_system_internals_resources.grd": { 115 "chrome/browser/resources/sync_file_system_internals_resources.grd": {
116 "includes": [12550], 116 "includes": [12580],
117 }, 117 },
118 "chrome/browser/resources/task_scheduler_internals/resources.grd": { 118 "chrome/browser/resources/task_scheduler_internals/resources.grd": {
119 "includes": [12580], 119 "includes": [12610],
120 }, 120 },
121 "chrome/browser/resources/translate_internals_resources.grd": { 121 "chrome/browser/resources/translate_internals_resources.grd": {
122 "includes": [12590], 122 "includes": [12620],
123 }, 123 },
124 "chrome/browser/resources/webapks_ui_resources.grd": { 124 "chrome/browser/resources/webapks_ui_resources.grd": {
125 "includes": [12600], 125 "includes": [12630],
126 }, 126 },
127 # END chrome/browser section. 127 # END chrome/browser section.
128 128
129 # START chrome/ miscellaneous section. 129 # START chrome/ miscellaneous section.
130 "chrome/common/common_resources.grd": { 130 "chrome/common/common_resources.grd": {
131 "includes": [12720], 131 "includes": [12750],
132 }, 132 },
133 "chrome/renderer/resources/renderer_resources.grd": { 133 "chrome/renderer/resources/renderer_resources.grd": {
134 "includes": [12730], 134 "includes": [12760],
135 "structures": [12810], 135 "structures": [12840],
136 }, 136 },
137 "chrome/test/data/webui_test_resources.grd": { 137 "chrome/test/data/webui_test_resources.grd": {
138 "includes": [12820], 138 "includes": [12850],
139 }, 139 },
140 # END chrome/ miscellaneous section. 140 # END chrome/ miscellaneous section.
141 141
142 # START components/ section. 142 # START components/ section.
143 # 143 #
144 # Chromium strings and Google Chrome strings must start at the same id. 144 # Chromium strings and Google Chrome strings must start at the same id.
145 # We only use one file depending on whether we're building Chromium or 145 # We only use one file depending on whether we're building Chromium or
146 # Google Chrome. 146 # Google Chrome.
147 "components/components_chromium_strings.grd": { 147 "components/components_chromium_strings.grd": {
148 "messages": [15000], 148 "messages": [15000],
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "messages": [28700], 368 "messages": [28700],
369 }, 369 },
370 # END "everything else" section. 370 # END "everything else" section.
371 # Everything but chrome/, components/, content/, and ios/ 371 # Everything but chrome/, components/, content/, and ios/
372 372
373 # Thinking about appending to the end? 373 # Thinking about appending to the end?
374 # Please read the header and find the right section above instead. 374 # Please read the header and find the right section above instead.
375 375
376 # Resource ids starting at 31000 are reserved for projects built on Chromium. 376 # Resource ids starting at 31000 are reserved for projects built on Chromium.
377 } 377 }
OLDNEW
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/md_bookmarks_focus_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698