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

Side by Side Diff: chrome/chrome.gyp

Issue 45054: Block Oriya locale on Windows XP.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « no previous file | chrome/common/common.scons » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'common/ipc_sync_channel.cc', 190 'common/ipc_sync_channel.cc',
191 'common/ipc_sync_channel.h', 191 'common/ipc_sync_channel.h',
192 'common/ipc_sync_message.cc', 192 'common/ipc_sync_message.cc',
193 'common/ipc_sync_message.h', 193 'common/ipc_sync_message.h',
194 'common/json_value_serializer.cc', 194 'common/json_value_serializer.cc',
195 'common/json_value_serializer.h', 195 'common/json_value_serializer.h',
196 'common/jstemplate_builder.cc', 196 'common/jstemplate_builder.cc',
197 'common/jstemplate_builder.h', 197 'common/jstemplate_builder.h',
198 'common/l10n_util.cc', 198 'common/l10n_util.cc',
199 'common/l10n_util.h', 199 'common/l10n_util.h',
200 'common/l10n_util_posix.cc',
200 'common/l10n_util_win.cc', 201 'common/l10n_util_win.cc',
201 'common/l10n_util_win.h', 202 'common/l10n_util_win.h',
202 'common/libxml_utils.cc', 203 'common/libxml_utils.cc',
203 'common/libxml_utils.h', 204 'common/libxml_utils.h',
204 'common/logging_chrome.cc', 205 'common/logging_chrome.cc',
205 'common/logging_chrome.h', 206 'common/logging_chrome.h',
206 'common/mach_ipc_mac.h', 207 'common/mach_ipc_mac.h',
207 'common/mach_ipc_mac.mm', 208 'common/mach_ipc_mac.mm',
208 'common/mach_message_source_mac.cc', 209 'common/mach_message_source_mac.cc',
209 'common/mach_message_source_mac.h', 210 'common/mach_message_source_mac.h',
(...skipping 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after
2735 'Debug': { 2736 'Debug': {
2736 'msvs_precompiled_header': 'tools/build/win/precompiled.h', 2737 'msvs_precompiled_header': 'tools/build/win/precompiled.h',
2737 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', 2738 'msvs_precompiled_source': 'tools/build/win/precompiled.cc',
2738 }, 2739 },
2739 }, 2740 },
2740 }, 2741 },
2741 ]}, # 'targets' 2742 ]}, # 'targets'
2742 ], # OS=="win" 2743 ], # OS=="win"
2743 ], # 'conditions' 2744 ], # 'conditions'
2744 } 2745 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698