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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6321006: Add "sidebar" section to extension manifest:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'common/extensions/extension_icon_set.cc', 263 'common/extensions/extension_icon_set.cc',
264 'common/extensions/extension_icon_set.h', 264 'common/extensions/extension_icon_set.h',
265 'common/extensions/extension_l10n_util.cc', 265 'common/extensions/extension_l10n_util.cc',
266 'common/extensions/extension_l10n_util.h', 266 'common/extensions/extension_l10n_util.h',
267 'common/extensions/extension_localization_peer.cc', 267 'common/extensions/extension_localization_peer.cc',
268 'common/extensions/extension_localization_peer.h', 268 'common/extensions/extension_localization_peer.h',
269 'common/extensions/extension_message_bundle.cc', 269 'common/extensions/extension_message_bundle.cc',
270 'common/extensions/extension_message_bundle.h', 270 'common/extensions/extension_message_bundle.h',
271 'common/extensions/extension_resource.cc', 271 'common/extensions/extension_resource.cc',
272 'common/extensions/extension_resource.h', 272 'common/extensions/extension_resource.h',
273 'common/extensions/extension_sidebar_defaults.h',
274 'common/extensions/extension_sidebar_utils.cc',
275 'common/extensions/extension_sidebar_utils.h',
273 'common/extensions/extension_unpacker.cc', 276 'common/extensions/extension_unpacker.cc',
274 'common/extensions/extension_unpacker.h', 277 'common/extensions/extension_unpacker.h',
275 'common/extensions/update_manifest.cc', 278 'common/extensions/update_manifest.cc',
276 'common/extensions/update_manifest.h', 279 'common/extensions/update_manifest.h',
277 'common/extensions/url_pattern.cc', 280 'common/extensions/url_pattern.cc',
278 'common/extensions/url_pattern.h', 281 'common/extensions/url_pattern.h',
279 'common/extensions/user_script.cc', 282 'common/extensions/user_script.cc',
280 'common/extensions/user_script.h', 283 'common/extensions/user_script.h',
281 'common/file_system/file_system_dispatcher.cc', 284 'common/file_system/file_system_dispatcher.cc',
282 'common/file_system/file_system_dispatcher.h', 285 'common/file_system/file_system_dispatcher.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'configurations': { 612 'configurations': {
610 'Common_Base': { 613 'Common_Base': {
611 'msvs_target_platform': 'x64', 614 'msvs_target_platform': 'x64',
612 }, 615 },
613 }, 616 },
614 }, 617 },
615 ], 618 ],
616 }], 619 }],
617 ], 620 ],
618 } 621 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698