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

Side by Side Diff: extensions/extensions.gyp

Issue 51433002: Enable permission warnings from ManifestHandlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test and clang presubmit errors. 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
« no previous file with comments | « extensions/common/permissions/permission_set.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'common/matcher/url_matcher_factory.cc', 82 'common/matcher/url_matcher_factory.cc',
83 'common/matcher/url_matcher_factory.h', 83 'common/matcher/url_matcher_factory.h',
84 'common/matcher/url_matcher_helpers.cc', 84 'common/matcher/url_matcher_helpers.cc',
85 'common/matcher/url_matcher_helpers.h', 85 'common/matcher/url_matcher_helpers.h',
86 'common/one_shot_event.cc', 86 'common/one_shot_event.cc',
87 'common/one_shot_event.h', 87 'common/one_shot_event.h',
88 'common/permissions/api_permission.cc', 88 'common/permissions/api_permission.cc',
89 'common/permissions/api_permission.h', 89 'common/permissions/api_permission.h',
90 'common/permissions/api_permission_set.cc', 90 'common/permissions/api_permission_set.cc',
91 'common/permissions/api_permission_set.h', 91 'common/permissions/api_permission_set.h',
92 'common/permissions/base_set_operators.h',
93 'common/permissions/manifest_permission.cc',
94 'common/permissions/manifest_permission.h',
95 'common/permissions/manifest_permission_set.cc',
96 'common/permissions/manifest_permission_set.h',
92 'common/permissions/permission_message.cc', 97 'common/permissions/permission_message.cc',
93 'common/permissions/permission_message.h', 98 'common/permissions/permission_message.h',
94 'common/permissions/permission_message_provider.cc', 99 'common/permissions/permission_message_provider.cc',
95 'common/permissions/permission_message_provider.h', 100 'common/permissions/permission_message_provider.h',
96 'common/permissions/permission_set.cc', 101 'common/permissions/permission_set.cc',
97 'common/permissions/permission_set.h', 102 'common/permissions/permission_set.h',
98 'common/permissions/permissions_info.cc', 103 'common/permissions/permissions_info.cc',
99 'common/permissions/permissions_info.h', 104 'common/permissions/permissions_info.h',
100 'common/permissions/permissions_provider.h', 105 'common/permissions/permissions_provider.h',
101 'common/stack_frame.cc', 106 'common/stack_frame.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'browser/quota_service.cc', 174 'browser/quota_service.cc',
170 'browser/quota_service.h', 175 'browser/quota_service.h',
171 'browser/view_type_utils.cc', 176 'browser/view_type_utils.cc',
172 'browser/view_type_utils.h', 177 'browser/view_type_utils.h',
173 ], 178 ],
174 # Disable c4267 warnings until we fix size_t to int truncations. 179 # Disable c4267 warnings until we fix size_t to int truncations.
175 'msvs_disabled_warnings': [ 4267, ], 180 'msvs_disabled_warnings': [ 4267, ],
176 }, 181 },
177 ] 182 ]
178 } 183 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/permission_set.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698