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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8654001: Reland restrict extension features based on the extension type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'common/extensions/extension_resource.h', 131 'common/extensions/extension_resource.h',
132 'common/extensions/extension_set.cc', 132 'common/extensions/extension_set.cc',
133 'common/extensions/extension_set.h', 133 'common/extensions/extension_set.h',
134 'common/extensions/extension_sidebar_defaults.h', 134 'common/extensions/extension_sidebar_defaults.h',
135 'common/extensions/extension_sidebar_utils.cc', 135 'common/extensions/extension_sidebar_utils.cc',
136 'common/extensions/extension_sidebar_utils.h', 136 'common/extensions/extension_sidebar_utils.h',
137 'common/extensions/extension_unpacker.cc', 137 'common/extensions/extension_unpacker.cc',
138 'common/extensions/extension_unpacker.h', 138 'common/extensions/extension_unpacker.h',
139 'common/extensions/file_browser_handler.cc', 139 'common/extensions/file_browser_handler.cc',
140 'common/extensions/file_browser_handler.h', 140 'common/extensions/file_browser_handler.h',
141 'common/extensions/manifest.cc',
142 'common/extensions/manifest.h',
141 'common/extensions/update_manifest.cc', 143 'common/extensions/update_manifest.cc',
142 'common/extensions/update_manifest.h', 144 'common/extensions/update_manifest.h',
143 'common/extensions/url_pattern.cc', 145 'common/extensions/url_pattern.cc',
144 'common/extensions/url_pattern.h', 146 'common/extensions/url_pattern.h',
145 'common/extensions/url_pattern_set.cc', 147 'common/extensions/url_pattern_set.cc',
146 'common/extensions/url_pattern_set.h', 148 'common/extensions/url_pattern_set.h',
147 'common/extensions/user_script.cc', 149 'common/extensions/user_script.cc',
148 'common/extensions/user_script.h', 150 'common/extensions/user_script.h',
149 'common/extensions/api/extension_api.cc', 151 'common/extensions/api/extension_api.cc',
150 'common/extensions/api/extension_api.h', 152 'common/extensions/api/extension_api.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'common/safe_browsing/csd.proto' 435 'common/safe_browsing/csd.proto'
434 ], 436 ],
435 'variables': { 437 'variables': {
436 'proto_in_dir': 'common/safe_browsing', 438 'proto_in_dir': 'common/safe_browsing',
437 'proto_out_dir': 'chrome/common/safe_browsing', 439 'proto_out_dir': 'chrome/common/safe_browsing',
438 }, 440 },
439 'includes': [ '../build/protoc.gypi' ], 441 'includes': [ '../build/protoc.gypi' ],
440 }, 442 },
441 ], 443 ],
442 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698