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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10689097: Enforce the 'requirements' field in manifests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'common/extensions/matcher/url_matcher_helpers.cc', 177 'common/extensions/matcher/url_matcher_helpers.cc',
178 'common/extensions/matcher/url_matcher_helpers.h', 178 'common/extensions/matcher/url_matcher_helpers.h',
179 'common/extensions/permissions/api_permission.cc', 179 'common/extensions/permissions/api_permission.cc',
180 'common/extensions/permissions/api_permission.h', 180 'common/extensions/permissions/api_permission.h',
181 'common/extensions/permissions/permission_message.cc', 181 'common/extensions/permissions/permission_message.cc',
182 'common/extensions/permissions/permission_message.h', 182 'common/extensions/permissions/permission_message.h',
183 'common/extensions/permissions/permission_set.cc', 183 'common/extensions/permissions/permission_set.cc',
184 'common/extensions/permissions/permission_set.h', 184 'common/extensions/permissions/permission_set.h',
185 'common/extensions/permissions/permissions_info.cc', 185 'common/extensions/permissions/permissions_info.cc',
186 'common/extensions/permissions/permissions_info.h', 186 'common/extensions/permissions/permissions_info.h',
187 'common/extensions/requirements_provider.h',
187 'common/extensions/update_manifest.cc', 188 'common/extensions/update_manifest.cc',
188 'common/extensions/update_manifest.h', 189 'common/extensions/update_manifest.h',
189 'common/extensions/url_pattern.cc', 190 'common/extensions/url_pattern.cc',
190 'common/extensions/url_pattern.h', 191 'common/extensions/url_pattern.h',
191 'common/extensions/url_pattern_set.cc', 192 'common/extensions/url_pattern_set.cc',
192 'common/extensions/url_pattern_set.h', 193 'common/extensions/url_pattern_set.h',
193 'common/extensions/user_script.cc', 194 'common/extensions/user_script.cc',
194 'common/extensions/user_script.h', 195 'common/extensions/user_script.h',
195 'common/extensions/api/extension_api.cc', 196 'common/extensions/api/extension_api.cc',
196 'common/extensions/api/extension_api.h', 197 'common/extensions/api/extension_api.h',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'common/metrics/proto/user_action_event.proto', 537 'common/metrics/proto/user_action_event.proto',
537 ], 538 ],
538 'variables': { 539 'variables': {
539 'proto_in_dir': 'common/metrics/proto', 540 'proto_in_dir': 'common/metrics/proto',
540 'proto_out_dir': 'chrome/common/metrics/proto', 541 'proto_out_dir': 'chrome/common/metrics/proto',
541 }, 542 },
542 'includes': [ '../build/protoc.gypi' ], 543 'includes': [ '../build/protoc.gypi' ],
543 }, 544 },
544 ], 545 ],
545 } 546 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698