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

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: fix a bad merge 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'common/extensions/extension_icon_set.cc', 166 'common/extensions/extension_icon_set.cc',
167 'common/extensions/extension_icon_set.h', 167 'common/extensions/extension_icon_set.h',
168 'common/extensions/extension_l10n_util.cc', 168 'common/extensions/extension_l10n_util.cc',
169 'common/extensions/extension_l10n_util.h', 169 'common/extensions/extension_l10n_util.h',
170 'common/extensions/extension_localization_peer.cc', 170 'common/extensions/extension_localization_peer.cc',
171 'common/extensions/extension_localization_peer.h', 171 'common/extensions/extension_localization_peer.h',
172 'common/extensions/extension_message_bundle.cc', 172 'common/extensions/extension_message_bundle.cc',
173 'common/extensions/extension_message_bundle.h', 173 'common/extensions/extension_message_bundle.h',
174 'common/extensions/extension_messages.cc', 174 'common/extensions/extension_messages.cc',
175 'common/extensions/extension_messages.h', 175 'common/extensions/extension_messages.h',
176 'common/extensions/extension_permission_set.cc',
177 'common/extensions/extension_permission_set.h',
176 'common/extensions/extension_resource.cc', 178 'common/extensions/extension_resource.cc',
177 'common/extensions/extension_resource.h', 179 'common/extensions/extension_resource.h',
178 'common/extensions/extension_set.cc', 180 'common/extensions/extension_set.cc',
179 'common/extensions/extension_set.h', 181 'common/extensions/extension_set.h',
180 'common/extensions/extension_sidebar_defaults.h', 182 'common/extensions/extension_sidebar_defaults.h',
181 'common/extensions/extension_sidebar_utils.cc', 183 'common/extensions/extension_sidebar_utils.cc',
182 'common/extensions/extension_sidebar_utils.h', 184 'common/extensions/extension_sidebar_utils.h',
183 'common/extensions/extension_unpacker.cc', 185 'common/extensions/extension_unpacker.cc',
184 'common/extensions/extension_unpacker.h', 186 'common/extensions/extension_unpacker.h',
185 'common/extensions/file_browser_handler.cc', 187 'common/extensions/file_browser_handler.cc',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'configurations': { 513 'configurations': {
512 'Common_Base': { 514 'Common_Base': {
513 'msvs_target_platform': 'x64', 515 'msvs_target_platform': 'x64',
514 }, 516 },
515 }, 517 },
516 }, 518 },
517 ], 519 ],
518 }], 520 }],
519 ], 521 ],
520 } 522 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698