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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7003098: Start refractoring extension permissions into ExtensionPermissionSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup and update ExtensionPermissionSet data model. Created 9 years, 6 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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'common/extensions/extension_icon_set.cc', 170 'common/extensions/extension_icon_set.cc',
171 'common/extensions/extension_icon_set.h', 171 'common/extensions/extension_icon_set.h',
172 'common/extensions/extension_l10n_util.cc', 172 'common/extensions/extension_l10n_util.cc',
173 'common/extensions/extension_l10n_util.h', 173 'common/extensions/extension_l10n_util.h',
174 'common/extensions/extension_localization_peer.cc', 174 'common/extensions/extension_localization_peer.cc',
175 'common/extensions/extension_localization_peer.h', 175 'common/extensions/extension_localization_peer.h',
176 'common/extensions/extension_message_bundle.cc', 176 'common/extensions/extension_message_bundle.cc',
177 'common/extensions/extension_message_bundle.h', 177 'common/extensions/extension_message_bundle.h',
178 'common/extensions/extension_messages.cc', 178 'common/extensions/extension_messages.cc',
179 'common/extensions/extension_messages.h', 179 'common/extensions/extension_messages.h',
180 'common/extensions/extension_permission_set.cc',
181 'common/extensions/extension_permission_set.h',
180 'common/extensions/extension_resource.cc', 182 'common/extensions/extension_resource.cc',
181 'common/extensions/extension_resource.h', 183 'common/extensions/extension_resource.h',
182 'common/extensions/extension_set.cc', 184 'common/extensions/extension_set.cc',
183 'common/extensions/extension_set.h', 185 'common/extensions/extension_set.h',
184 'common/extensions/extension_sidebar_defaults.h', 186 'common/extensions/extension_sidebar_defaults.h',
185 'common/extensions/extension_sidebar_utils.cc', 187 'common/extensions/extension_sidebar_utils.cc',
186 'common/extensions/extension_sidebar_utils.h', 188 'common/extensions/extension_sidebar_utils.h',
187 'common/extensions/extension_unpacker.cc', 189 'common/extensions/extension_unpacker.cc',
188 'common/extensions/extension_unpacker.h', 190 'common/extensions/extension_unpacker.h',
189 'common/extensions/file_browser_handler.cc', 191 'common/extensions/file_browser_handler.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'configurations': { 569 'configurations': {
568 'Common_Base': { 570 'Common_Base': {
569 'msvs_target_platform': 'x64', 571 'msvs_target_platform': 'x64',
570 }, 572 },
571 }, 573 },
572 }, 574 },
573 ], 575 ],
574 }], 576 }],
575 ], 577 ],
576 } 578 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698