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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10675007: Move each permission classes to its own files in extensions/permissions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase again 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
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'common/extensions/extension_l10n_util.cc', 136 'common/extensions/extension_l10n_util.cc',
137 'common/extensions/extension_l10n_util.h', 137 'common/extensions/extension_l10n_util.h',
138 'common/extensions/extension_localization_peer.cc', 138 'common/extensions/extension_localization_peer.cc',
139 'common/extensions/extension_localization_peer.h', 139 'common/extensions/extension_localization_peer.h',
140 'common/extensions/extension_manifest_constants.cc', 140 'common/extensions/extension_manifest_constants.cc',
141 'common/extensions/extension_manifest_constants.h', 141 'common/extensions/extension_manifest_constants.h',
142 'common/extensions/extension_message_bundle.cc', 142 'common/extensions/extension_message_bundle.cc',
143 'common/extensions/extension_message_bundle.h', 143 'common/extensions/extension_message_bundle.h',
144 'common/extensions/extension_messages.cc', 144 'common/extensions/extension_messages.cc',
145 'common/extensions/extension_messages.h', 145 'common/extensions/extension_messages.h',
146 'common/extensions/extension_permission_set.cc',
147 'common/extensions/extension_permission_set.h',
148 'common/extensions/extension_process_policy.cc', 146 'common/extensions/extension_process_policy.cc',
149 'common/extensions/extension_process_policy.h', 147 'common/extensions/extension_process_policy.h',
150 'common/extensions/extension_resource.cc', 148 'common/extensions/extension_resource.cc',
151 'common/extensions/extension_resource.h', 149 'common/extensions/extension_resource.h',
152 'common/extensions/extension_set.cc', 150 'common/extensions/extension_set.cc',
153 'common/extensions/extension_set.h', 151 'common/extensions/extension_set.h',
154 'common/extensions/extension_switch_utils.cc', 152 'common/extensions/extension_switch_utils.cc',
155 'common/extensions/extension_switch_utils.h', 153 'common/extensions/extension_switch_utils.h',
156 'common/extensions/extension_unpacker.cc', 154 'common/extensions/extension_unpacker.cc',
157 'common/extensions/extension_unpacker.h', 155 'common/extensions/extension_unpacker.h',
(...skipping 13 matching lines...) Expand all
171 'common/extensions/matcher/substring_set_matcher.cc', 169 'common/extensions/matcher/substring_set_matcher.cc',
172 'common/extensions/matcher/substring_set_matcher.h', 170 'common/extensions/matcher/substring_set_matcher.h',
173 'common/extensions/matcher/url_matcher.cc', 171 'common/extensions/matcher/url_matcher.cc',
174 'common/extensions/matcher/url_matcher.h', 172 'common/extensions/matcher/url_matcher.h',
175 'common/extensions/matcher/url_matcher_constants.cc', 173 'common/extensions/matcher/url_matcher_constants.cc',
176 'common/extensions/matcher/url_matcher_constants.h', 174 'common/extensions/matcher/url_matcher_constants.h',
177 'common/extensions/matcher/url_matcher_factory.cc', 175 'common/extensions/matcher/url_matcher_factory.cc',
178 'common/extensions/matcher/url_matcher_factory.h', 176 'common/extensions/matcher/url_matcher_factory.h',
179 'common/extensions/matcher/url_matcher_helpers.cc', 177 'common/extensions/matcher/url_matcher_helpers.cc',
180 'common/extensions/matcher/url_matcher_helpers.h', 178 'common/extensions/matcher/url_matcher_helpers.h',
179 'common/extensions/permissions/api_permission.cc',
180 'common/extensions/permissions/api_permission.h',
181 'common/extensions/permissions/permission_message.cc',
182 'common/extensions/permissions/permission_message.h',
183 'common/extensions/permissions/permission_set.cc',
184 'common/extensions/permissions/permission_set.h',
185 'common/extensions/permissions/permissions_info.cc',
186 'common/extensions/permissions/permissions_info.h',
181 'common/extensions/update_manifest.cc', 187 'common/extensions/update_manifest.cc',
182 'common/extensions/update_manifest.h', 188 'common/extensions/update_manifest.h',
183 'common/extensions/url_pattern.cc', 189 'common/extensions/url_pattern.cc',
184 'common/extensions/url_pattern.h', 190 'common/extensions/url_pattern.h',
185 'common/extensions/url_pattern_set.cc', 191 'common/extensions/url_pattern_set.cc',
186 'common/extensions/url_pattern_set.h', 192 'common/extensions/url_pattern_set.h',
187 'common/extensions/user_script.cc', 193 'common/extensions/user_script.cc',
188 'common/extensions/user_script.h', 194 'common/extensions/user_script.h',
189 'common/extensions/api/extension_api.cc', 195 'common/extensions/api/extension_api.cc',
190 'common/extensions/api/extension_api.h', 196 'common/extensions/api/extension_api.h',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'common/metrics/proto/user_action_event.proto', 536 'common/metrics/proto/user_action_event.proto',
531 ], 537 ],
532 'variables': { 538 'variables': {
533 'proto_in_dir': 'common/metrics/proto', 539 'proto_in_dir': 'common/metrics/proto',
534 'proto_out_dir': 'chrome/common/metrics/proto', 540 'proto_out_dir': 'chrome/common/metrics/proto',
535 }, 541 },
536 'includes': [ '../build/protoc.gypi' ], 542 'includes': [ '../build/protoc.gypi' ],
537 }, 543 },
538 ], 544 ],
539 } 545 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/content_settings_handler2.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698