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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11446034: SupportsUserData and manifest handlers for Extension; use them for the Omnibox API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + manifestdata Created 8 years 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) 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'common/content_settings_helper.cc', 114 'common/content_settings_helper.cc',
115 'common/content_settings_helper.h', 115 'common/content_settings_helper.h',
116 'common/content_settings_pattern.cc', 116 'common/content_settings_pattern.cc',
117 'common/content_settings_pattern.h', 117 'common/content_settings_pattern.h',
118 'common/content_settings_pattern_parser.cc', 118 'common/content_settings_pattern_parser.cc',
119 'common/content_settings_pattern_parser.h', 119 'common/content_settings_pattern_parser.h',
120 'common/content_settings_types.h', 120 'common/content_settings_types.h',
121 'common/custom_handlers/protocol_handler.cc', 121 'common/custom_handlers/protocol_handler.cc',
122 'common/custom_handlers/protocol_handler.h', 122 'common/custom_handlers/protocol_handler.h',
123 'common/descriptors_android.h', 123 'common/descriptors_android.h',
124 'common/extensions/api/extension_api.cc',
125 'common/extensions/api/extension_api.h',
126 'common/extensions/api/extension_api_stub.cc',
127 'common/extensions/api/omnibox/omnibox_handler.cc',
128 'common/extensions/api/omnibox/omnibox_handler.h',
124 'common/extensions/command.cc', 129 'common/extensions/command.cc',
125 'common/extensions/command.h', 130 'common/extensions/command.h',
126 'common/extensions/csp_validator.cc', 131 'common/extensions/csp_validator.cc',
127 'common/extensions/csp_validator.h', 132 'common/extensions/csp_validator.h',
128 'common/extensions/draggable_region.cc', 133 'common/extensions/draggable_region.cc',
129 'common/extensions/draggable_region.h', 134 'common/extensions/draggable_region.h',
130 'common/extensions/event_filter.cc', 135 'common/extensions/event_filter.cc',
131 'common/extensions/event_filter.h', 136 'common/extensions/event_filter.h',
132 'common/extensions/event_filtering_info.cc', 137 'common/extensions/event_filtering_info.cc',
133 'common/extensions/event_filtering_info.h', 138 'common/extensions/event_filtering_info.h',
(...skipping 29 matching lines...) Expand all
163 'common/extensions/features/manifest_feature.cc', 168 'common/extensions/features/manifest_feature.cc',
164 'common/extensions/features/manifest_feature.h', 169 'common/extensions/features/manifest_feature.h',
165 'common/extensions/features/permission_feature.cc', 170 'common/extensions/features/permission_feature.cc',
166 'common/extensions/features/permission_feature.h', 171 'common/extensions/features/permission_feature.h',
167 'common/extensions/features/simple_feature_provider.cc', 172 'common/extensions/features/simple_feature_provider.cc',
168 'common/extensions/features/simple_feature_provider.h', 173 'common/extensions/features/simple_feature_provider.h',
169 'common/extensions/file_browser_handler.cc', 174 'common/extensions/file_browser_handler.cc',
170 'common/extensions/file_browser_handler.h', 175 'common/extensions/file_browser_handler.h',
171 'common/extensions/manifest.cc', 176 'common/extensions/manifest.cc',
172 'common/extensions/manifest.h', 177 'common/extensions/manifest.h',
178 'common/extensions/manifest_handler.cc',
179 'common/extensions/manifest_handler.h',
173 'common/extensions/matcher/regex_set_matcher.cc', 180 'common/extensions/matcher/regex_set_matcher.cc',
174 'common/extensions/matcher/regex_set_matcher.h', 181 'common/extensions/matcher/regex_set_matcher.h',
175 'common/extensions/matcher/string_pattern.cc', 182 'common/extensions/matcher/string_pattern.cc',
176 'common/extensions/matcher/string_pattern.h', 183 'common/extensions/matcher/string_pattern.h',
177 'common/extensions/matcher/substring_set_matcher.cc', 184 'common/extensions/matcher/substring_set_matcher.cc',
178 'common/extensions/matcher/substring_set_matcher.h', 185 'common/extensions/matcher/substring_set_matcher.h',
179 'common/extensions/matcher/url_matcher.cc', 186 'common/extensions/matcher/url_matcher.cc',
180 'common/extensions/matcher/url_matcher.h', 187 'common/extensions/matcher/url_matcher.h',
181 'common/extensions/matcher/url_matcher_constants.cc', 188 'common/extensions/matcher/url_matcher_constants.cc',
182 'common/extensions/matcher/url_matcher_constants.h', 189 'common/extensions/matcher/url_matcher_constants.h',
(...skipping 29 matching lines...) Expand all
212 'common/extensions/request_media_access_permission_helper.cc', 219 'common/extensions/request_media_access_permission_helper.cc',
213 'common/extensions/request_media_access_permission_helper.h', 220 'common/extensions/request_media_access_permission_helper.h',
214 'common/extensions/unpacker.cc', 221 'common/extensions/unpacker.cc',
215 'common/extensions/unpacker.h', 222 'common/extensions/unpacker.h',
216 'common/extensions/update_manifest.cc', 223 'common/extensions/update_manifest.cc',
217 'common/extensions/update_manifest.h', 224 'common/extensions/update_manifest.h',
218 'common/extensions/user_script.cc', 225 'common/extensions/user_script.cc',
219 'common/extensions/user_script.h', 226 'common/extensions/user_script.h',
220 'common/extensions/value_counter.cc', 227 'common/extensions/value_counter.cc',
221 'common/extensions/value_counter.h', 228 'common/extensions/value_counter.h',
222 'common/extensions/api/extension_api.cc',
223 'common/extensions/api/extension_api.h',
224 'common/extensions/api/extension_api_stub.cc',
225 'common/external_ipc_fuzzer.h', 229 'common/external_ipc_fuzzer.h',
226 'common/external_ipc_fuzzer.cc', 230 'common/external_ipc_fuzzer.cc',
227 'common/form_data.cc', 231 'common/form_data.cc',
228 'common/form_data.h', 232 'common/form_data.h',
229 'common/form_data_predictions.cc', 233 'common/form_data_predictions.cc',
230 'common/form_data_predictions.h', 234 'common/form_data_predictions.h',
231 'common/form_field_data.cc', 235 'common/form_field_data.cc',
232 'common/form_field_data.h', 236 'common/form_field_data.h',
233 'common/form_field_data_predictions.cc', 237 'common/form_field_data_predictions.cc',
234 'common/form_field_data_predictions.h', 238 'common/form_field_data_predictions.h',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'common/metrics/proto/user_action_event.proto', 622 'common/metrics/proto/user_action_event.proto',
619 ], 623 ],
620 'variables': { 624 'variables': {
621 'proto_in_dir': 'common/metrics/proto', 625 'proto_in_dir': 'common/metrics/proto',
622 'proto_out_dir': 'chrome/common/metrics/proto', 626 'proto_out_dir': 'chrome/common/metrics/proto',
623 }, 627 },
624 'includes': [ '../build/protoc.gypi' ], 628 'includes': [ '../build/protoc.gypi' ],
625 }, 629 },
626 ], 630 ],
627 } 631 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/omnibox/omnibox_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698