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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9950046: Implement FeatureProvider for ExtensionAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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) 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'common/extensions/extension_process_policy.cc', 138 'common/extensions/extension_process_policy.cc',
139 'common/extensions/extension_process_policy.h', 139 'common/extensions/extension_process_policy.h',
140 'common/extensions/extension_resource.cc', 140 'common/extensions/extension_resource.cc',
141 'common/extensions/extension_resource.h', 141 'common/extensions/extension_resource.h',
142 'common/extensions/extension_set.cc', 142 'common/extensions/extension_set.cc',
143 'common/extensions/extension_set.h', 143 'common/extensions/extension_set.h',
144 'common/extensions/extension_unpacker.cc', 144 'common/extensions/extension_unpacker.cc',
145 'common/extensions/extension_unpacker.h', 145 'common/extensions/extension_unpacker.h',
146 'common/extensions/feature.cc', 146 'common/extensions/feature.cc',
147 'common/extensions/feature.h', 147 'common/extensions/feature.h',
148 'common/extensions/feature_provider.h',
148 'common/extensions/file_browser_handler.cc', 149 'common/extensions/file_browser_handler.cc',
149 'common/extensions/file_browser_handler.h', 150 'common/extensions/file_browser_handler.h',
150 'common/extensions/manifest.cc', 151 'common/extensions/manifest.cc',
151 'common/extensions/manifest.h', 152 'common/extensions/manifest.h',
153 'common/extensions/manifest_feature.cc',
154 'common/extensions/manifest_feature.h',
155 'common/extensions/permission_feature.cc',
156 'common/extensions/permission_feature.h',
152 'common/extensions/simple_feature_provider.cc', 157 'common/extensions/simple_feature_provider.cc',
153 'common/extensions/simple_feature_provider.h', 158 'common/extensions/simple_feature_provider.h',
154 'common/extensions/update_manifest.cc', 159 'common/extensions/update_manifest.cc',
155 'common/extensions/update_manifest.h', 160 'common/extensions/update_manifest.h',
156 'common/extensions/url_pattern.cc', 161 'common/extensions/url_pattern.cc',
157 'common/extensions/url_pattern.h', 162 'common/extensions/url_pattern.h',
158 'common/extensions/url_pattern_set.cc', 163 'common/extensions/url_pattern_set.cc',
159 'common/extensions/url_pattern_set.h', 164 'common/extensions/url_pattern_set.h',
160 'common/extensions/user_script.cc', 165 'common/extensions/user_script.cc',
161 'common/extensions/user_script.h', 166 'common/extensions/user_script.h',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'common/metrics/proto/user_action_event.proto', 495 'common/metrics/proto/user_action_event.proto',
491 ], 496 ],
492 'variables': { 497 'variables': {
493 'proto_in_dir': 'common/metrics/proto', 498 'proto_in_dir': 'common/metrics/proto',
494 'proto_out_dir': 'chrome/common/metrics/proto', 499 'proto_out_dir': 'chrome/common/metrics/proto',
495 }, 500 },
496 'includes': [ '../build/protoc.gypi' ], 501 'includes': [ '../build/protoc.gypi' ],
497 }, 502 },
498 ], 503 ],
499 } 504 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698