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

Side by Side Diff: chrome/chrome_common.gypi

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'common/extensions/extension_constants.cc', 168 'common/extensions/extension_constants.cc',
169 'common/extensions/extension_constants.h', 169 'common/extensions/extension_constants.h',
170 'common/extensions/extension_file_util.cc', 170 'common/extensions/extension_file_util.cc',
171 'common/extensions/extension_file_util.h', 171 'common/extensions/extension_file_util.h',
172 'common/extensions/extension_icon_set.cc', 172 'common/extensions/extension_icon_set.cc',
173 'common/extensions/extension_icon_set.h', 173 'common/extensions/extension_icon_set.h',
174 'common/extensions/extension_l10n_util.cc', 174 'common/extensions/extension_l10n_util.cc',
175 'common/extensions/extension_l10n_util.h', 175 'common/extensions/extension_l10n_util.h',
176 'common/extensions/extension_process_policy.cc', 176 'common/extensions/extension_process_policy.cc',
177 'common/extensions/extension_process_policy.h', 177 'common/extensions/extension_process_policy.h',
178 'common/extensions/features/api_feature.cc',
179 'common/extensions/features/api_feature.h',
180 'common/extensions/features/base_feature_provider.cc',
181 'common/extensions/features/base_feature_provider.h',
182 'common/extensions/features/chrome_channel_feature_filter.cc', 178 'common/extensions/features/chrome_channel_feature_filter.cc',
183 'common/extensions/features/chrome_channel_feature_filter.h', 179 'common/extensions/features/chrome_channel_feature_filter.h',
184 'common/extensions/features/complex_feature.cc',
185 'common/extensions/features/complex_feature.h',
186 'common/extensions/features/feature_channel.cc', 180 'common/extensions/features/feature_channel.cc',
187 'common/extensions/features/feature_channel.h', 181 'common/extensions/features/feature_channel.h',
188 'common/extensions/features/manifest_feature.cc',
189 'common/extensions/features/manifest_feature.h',
190 'common/extensions/features/permission_feature.cc',
191 'common/extensions/features/permission_feature.h',
192 'common/extensions/features/simple_feature.cc',
193 'common/extensions/features/simple_feature.h',
194 'common/extensions/features/simple_feature_filter.cc',
195 'common/extensions/features/simple_feature_filter.h',
196 'common/extensions/manifest_handler_helpers.cc', 182 'common/extensions/manifest_handler_helpers.cc',
197 'common/extensions/manifest_handler_helpers.h', 183 'common/extensions/manifest_handler_helpers.h',
198 'common/extensions/manifest_handlers/app_isolation_info.cc', 184 'common/extensions/manifest_handlers/app_isolation_info.cc',
199 'common/extensions/manifest_handlers/app_isolation_info.h', 185 'common/extensions/manifest_handlers/app_isolation_info.h',
200 'common/extensions/manifest_handlers/app_launch_info.cc', 186 'common/extensions/manifest_handlers/app_launch_info.cc',
201 'common/extensions/manifest_handlers/app_launch_info.h', 187 'common/extensions/manifest_handlers/app_launch_info.h',
202 'common/extensions/manifest_handlers/content_scripts_handler.cc', 188 'common/extensions/manifest_handlers/content_scripts_handler.cc',
203 'common/extensions/manifest_handlers/content_scripts_handler.h', 189 'common/extensions/manifest_handlers/content_scripts_handler.h',
204 'common/extensions/manifest_handlers/externally_connectable.cc', 190 'common/extensions/manifest_handlers/externally_connectable.cc',
205 'common/extensions/manifest_handlers/externally_connectable.h', 191 'common/extensions/manifest_handlers/externally_connectable.h',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'common/metrics/proto/user_action_event.proto', 715 'common/metrics/proto/user_action_event.proto',
730 ], 716 ],
731 'variables': { 717 'variables': {
732 'proto_in_dir': 'common/metrics/proto', 718 'proto_in_dir': 'common/metrics/proto',
733 'proto_out_dir': 'chrome/common/metrics/proto', 719 'proto_out_dir': 'chrome/common/metrics/proto',
734 }, 720 },
735 'includes': [ '../build/protoc.gypi' ], 721 'includes': [ '../build/protoc.gypi' ],
736 }, 722 },
737 ], 723 ],
738 } 724 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698