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

Side by Side Diff: chrome/chrome_common.gypi

Issue 570007: Replace __MSG_some_name__ template within extension css/html files with local... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.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) 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'common/extensions/extension_error_reporter.cc', 157 'common/extensions/extension_error_reporter.cc',
158 'common/extensions/extension_error_reporter.h', 158 'common/extensions/extension_error_reporter.h',
159 'common/extensions/extension_error_utils.cc', 159 'common/extensions/extension_error_utils.cc',
160 'common/extensions/extension_error_utils.h', 160 'common/extensions/extension_error_utils.h',
161 'common/extensions/extension_action.cc', 161 'common/extensions/extension_action.cc',
162 'common/extensions/extension_action.h', 162 'common/extensions/extension_action.h',
163 'common/extensions/extension_l10n_util.cc', 163 'common/extensions/extension_l10n_util.cc',
164 'common/extensions/extension_l10n_util.h', 164 'common/extensions/extension_l10n_util.h',
165 'common/extensions/extension_message_bundle.cc', 165 'common/extensions/extension_message_bundle.cc',
166 'common/extensions/extension_message_bundle.h', 166 'common/extensions/extension_message_bundle.h',
167 'common/extensions/extension_message_filter_peer.cc',
168 'common/extensions/extension_message_filter_peer.h',
167 'common/extensions/extension_resource.cc', 169 'common/extensions/extension_resource.cc',
168 'common/extensions/extension_resource.h', 170 'common/extensions/extension_resource.h',
169 'common/extensions/extension_unpacker.cc', 171 'common/extensions/extension_unpacker.cc',
170 'common/extensions/extension_unpacker.h', 172 'common/extensions/extension_unpacker.h',
171 'common/extensions/update_manifest.cc', 173 'common/extensions/update_manifest.cc',
172 'common/extensions/update_manifest.h', 174 'common/extensions/update_manifest.h',
173 'common/extensions/url_pattern.cc', 175 'common/extensions/url_pattern.cc',
174 'common/extensions/url_pattern.h', 176 'common/extensions/url_pattern.h',
175 'common/extensions/user_script.cc', 177 'common/extensions/user_script.cc',
176 'common/extensions/user_script.h', 178 'common/extensions/user_script.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'configurations': { 389 'configurations': {
388 'Common_Base': { 390 'Common_Base': {
389 'msvs_target_platform': 'x64', 391 'msvs_target_platform': 'x64',
390 }, 392 },
391 }, 393 },
392 }, 394 },
393 ], 395 ],
394 }], 396 }],
395 ], 397 ],
396 } 398 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698