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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10905005: Change browser/page action default icon defined in manifest to support hidpi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'common/extensions/extension.cc', 126 'common/extensions/extension.cc',
127 'common/extensions/extension.h', 127 'common/extensions/extension.h',
128 'common/extensions/extension_action.cc', 128 'common/extensions/extension_action.cc',
129 'common/extensions/extension_action.h', 129 'common/extensions/extension_action.h',
130 'common/extensions/extension_constants.cc', 130 'common/extensions/extension_constants.cc',
131 'common/extensions/extension_constants.h', 131 'common/extensions/extension_constants.h',
132 'common/extensions/extension_error_utils.cc', 132 'common/extensions/extension_error_utils.cc',
133 'common/extensions/extension_error_utils.h', 133 'common/extensions/extension_error_utils.h',
134 'common/extensions/extension_file_util.cc', 134 'common/extensions/extension_file_util.cc',
135 'common/extensions/extension_file_util.h', 135 'common/extensions/extension_file_util.h',
136 'common/extensions/extension_icon_factory_delegate.h',
136 'common/extensions/extension_icon_set.cc', 137 'common/extensions/extension_icon_set.cc',
137 'common/extensions/extension_icon_set.h', 138 'common/extensions/extension_icon_set.h',
138 'common/extensions/extension_l10n_util.cc', 139 'common/extensions/extension_l10n_util.cc',
139 'common/extensions/extension_l10n_util.h', 140 'common/extensions/extension_l10n_util.h',
140 'common/extensions/extension_localization_peer.cc', 141 'common/extensions/extension_localization_peer.cc',
141 'common/extensions/extension_localization_peer.h', 142 'common/extensions/extension_localization_peer.h',
142 'common/extensions/extension_manifest_constants.cc', 143 'common/extensions/extension_manifest_constants.cc',
143 'common/extensions/extension_manifest_constants.h', 144 'common/extensions/extension_manifest_constants.h',
144 'common/extensions/extension_messages.cc', 145 'common/extensions/extension_messages.cc',
145 'common/extensions/extension_messages.h', 146 'common/extensions/extension_messages.h',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'common/metrics/proto/user_action_event.proto', 527 'common/metrics/proto/user_action_event.proto',
527 ], 528 ],
528 'variables': { 529 'variables': {
529 'proto_in_dir': 'common/metrics/proto', 530 'proto_in_dir': 'common/metrics/proto',
530 'proto_out_dir': 'chrome/common/metrics/proto', 531 'proto_out_dir': 'chrome/common/metrics/proto',
531 }, 532 },
532 'includes': [ '../build/protoc.gypi' ], 533 'includes': [ '../build/protoc.gypi' ],
533 }, 534 },
534 ], 535 ],
535 } 536 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698