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

Side by Side Diff: chrome/chrome_common.gypi

Issue 228073005: Move core extensions l10n code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unused header is unused Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'common/extensions/chrome_extensions_client.h', 158 'common/extensions/chrome_extensions_client.h',
159 'common/extensions/chrome_manifest_handlers.cc', 159 'common/extensions/chrome_manifest_handlers.cc',
160 'common/extensions/chrome_manifest_handlers.h', 160 'common/extensions/chrome_manifest_handlers.h',
161 'common/extensions/command.cc', 161 'common/extensions/command.cc',
162 'common/extensions/command.h', 162 'common/extensions/command.h',
163 'common/extensions/dom_action_types.h', 163 'common/extensions/dom_action_types.h',
164 'common/extensions/extension_constants.cc', 164 'common/extensions/extension_constants.cc',
165 'common/extensions/extension_constants.h', 165 'common/extensions/extension_constants.h',
166 'common/extensions/extension_file_util.cc', 166 'common/extensions/extension_file_util.cc',
167 'common/extensions/extension_file_util.h', 167 'common/extensions/extension_file_util.h',
168 'common/extensions/extension_l10n_util.cc',
169 'common/extensions/extension_l10n_util.h',
170 'common/extensions/extension_process_policy.cc', 168 'common/extensions/extension_process_policy.cc',
171 'common/extensions/extension_process_policy.h', 169 'common/extensions/extension_process_policy.h',
172 'common/extensions/features/chrome_channel_feature_filter.cc', 170 'common/extensions/features/chrome_channel_feature_filter.cc',
173 'common/extensions/features/chrome_channel_feature_filter.h', 171 'common/extensions/features/chrome_channel_feature_filter.h',
174 'common/extensions/features/feature_channel.cc', 172 'common/extensions/features/feature_channel.cc',
175 'common/extensions/features/feature_channel.h', 173 'common/extensions/features/feature_channel.h',
176 'common/extensions/manifest_handler_helpers.cc', 174 'common/extensions/manifest_handler_helpers.cc',
177 'common/extensions/manifest_handler_helpers.h', 175 'common/extensions/manifest_handler_helpers.h',
178 'common/extensions/manifest_handlers/app_isolation_info.cc', 176 'common/extensions/manifest_handlers/app_isolation_info.cc',
179 'common/extensions/manifest_handlers/app_isolation_info.h', 177 'common/extensions/manifest_handlers/app_isolation_info.h',
(...skipping 10 matching lines...) Expand all
190 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 188 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
191 'common/extensions/manifest_handlers/nacl_modules_handler.h', 189 'common/extensions/manifest_handlers/nacl_modules_handler.h',
192 'common/extensions/manifest_handlers/settings_overrides_handler.cc', 190 'common/extensions/manifest_handlers/settings_overrides_handler.cc',
193 'common/extensions/manifest_handlers/settings_overrides_handler.h', 191 'common/extensions/manifest_handlers/settings_overrides_handler.h',
194 'common/extensions/manifest_handlers/theme_handler.cc', 192 'common/extensions/manifest_handlers/theme_handler.cc',
195 'common/extensions/manifest_handlers/theme_handler.h', 193 'common/extensions/manifest_handlers/theme_handler.h',
196 'common/extensions/manifest_handlers/ui_overrides_handler.cc', 194 'common/extensions/manifest_handlers/ui_overrides_handler.cc',
197 'common/extensions/manifest_handlers/ui_overrides_handler.h', 195 'common/extensions/manifest_handlers/ui_overrides_handler.h',
198 'common/extensions/manifest_url_handler.cc', 196 'common/extensions/manifest_url_handler.cc',
199 'common/extensions/manifest_url_handler.h', 197 'common/extensions/manifest_url_handler.h',
200 'common/extensions/message_bundle.cc',
201 'common/extensions/message_bundle.h',
202 'common/extensions/mime_types_handler.cc', 198 'common/extensions/mime_types_handler.cc',
203 'common/extensions/mime_types_handler.h', 199 'common/extensions/mime_types_handler.h',
204 'common/extensions/permissions/chrome_api_permissions.cc', 200 'common/extensions/permissions/chrome_api_permissions.cc',
205 'common/extensions/permissions/chrome_api_permissions.h', 201 'common/extensions/permissions/chrome_api_permissions.h',
206 'common/extensions/permissions/chrome_permission_message_provider.cc', 202 'common/extensions/permissions/chrome_permission_message_provider.cc',
207 'common/extensions/permissions/chrome_permission_message_provider.h', 203 'common/extensions/permissions/chrome_permission_message_provider.h',
208 'common/extensions/sync_helper.cc', 204 'common/extensions/sync_helper.cc',
209 'common/extensions/sync_helper.h', 205 'common/extensions/sync_helper.h',
210 'common/extensions/update_manifest.cc', 206 'common/extensions/update_manifest.cc',
211 'common/extensions/update_manifest.h', 207 'common/extensions/update_manifest.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'common/metrics/proto/user_action_event.proto', 703 'common/metrics/proto/user_action_event.proto',
708 ], 704 ],
709 'variables': { 705 'variables': {
710 'proto_in_dir': 'common/metrics/proto', 706 'proto_in_dir': 'common/metrics/proto',
711 'proto_out_dir': 'chrome/common/metrics/proto', 707 'proto_out_dir': 'chrome/common/metrics/proto',
712 }, 708 },
713 'includes': [ '../build/protoc.gypi' ], 709 'includes': [ '../build/protoc.gypi' ],
714 }, 710 },
715 ], 711 ],
716 } 712 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698