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

Side by Side Diff: chrome/chrome_common.gypi

Issue 60393005: Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps Created 7 years, 1 month 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'common/extensions/features/feature_channel.cc', 198 'common/extensions/features/feature_channel.cc',
199 'common/extensions/features/feature_channel.h', 199 'common/extensions/features/feature_channel.h',
200 'common/extensions/features/manifest_feature.cc', 200 'common/extensions/features/manifest_feature.cc',
201 'common/extensions/features/manifest_feature.h', 201 'common/extensions/features/manifest_feature.h',
202 'common/extensions/features/permission_feature.cc', 202 'common/extensions/features/permission_feature.cc',
203 'common/extensions/features/permission_feature.h', 203 'common/extensions/features/permission_feature.h',
204 'common/extensions/features/simple_feature.cc', 204 'common/extensions/features/simple_feature.cc',
205 'common/extensions/features/simple_feature.h', 205 'common/extensions/features/simple_feature.h',
206 'common/extensions/incognito_handler.cc', 206 'common/extensions/incognito_handler.cc',
207 'common/extensions/incognito_handler.h', 207 'common/extensions/incognito_handler.h',
208 'common/extensions/manifest_handler.cc',
209 'common/extensions/manifest_handler.h',
210 'common/extensions/manifest_handler_helpers.cc', 208 'common/extensions/manifest_handler_helpers.cc',
211 'common/extensions/manifest_handler_helpers.h', 209 'common/extensions/manifest_handler_helpers.h',
212 'common/extensions/manifest_handlers/app_isolation_info.cc', 210 'common/extensions/manifest_handlers/app_isolation_info.cc',
213 'common/extensions/manifest_handlers/app_isolation_info.h', 211 'common/extensions/manifest_handlers/app_isolation_info.h',
214 'common/extensions/manifest_handlers/app_launch_info.cc', 212 'common/extensions/manifest_handlers/app_launch_info.cc',
215 'common/extensions/manifest_handlers/app_launch_info.h', 213 'common/extensions/manifest_handlers/app_launch_info.h',
216 'common/extensions/manifest_handlers/content_scripts_handler.cc', 214 'common/extensions/manifest_handlers/content_scripts_handler.cc',
217 'common/extensions/manifest_handlers/content_scripts_handler.h', 215 'common/extensions/manifest_handlers/content_scripts_handler.h',
218 'common/extensions/manifest_handlers/externally_connectable.cc', 216 'common/extensions/manifest_handlers/externally_connectable.cc',
219 'common/extensions/manifest_handlers/externally_connectable.h', 217 'common/extensions/manifest_handlers/externally_connectable.h',
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'common/metrics/proto/user_action_event.proto', 777 'common/metrics/proto/user_action_event.proto',
780 ], 778 ],
781 'variables': { 779 'variables': {
782 'proto_in_dir': 'common/metrics/proto', 780 'proto_in_dir': 'common/metrics/proto',
783 'proto_out_dir': 'chrome/common/metrics/proto', 781 'proto_out_dir': 'chrome/common/metrics/proto',
784 }, 782 },
785 'includes': [ '../build/protoc.gypi' ], 783 'includes': [ '../build/protoc.gypi' ],
786 }, 784 },
787 ], 785 ],
788 } 786 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/identity/experimental_identity_api.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698