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

Side by Side Diff: build/common.gypi

Issue 23704006: Mapped es-419 to es-MX for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing quote. Created 7 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
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('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) 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 # Variables expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 }], # os_posix==1 and OS!="mac" and OS!="ios" 1182 }], # os_posix==1 and OS!="mac" and OS!="ios"
1183 ['OS=="ios"', { 1183 ['OS=="ios"', {
1184 'disable_nacl%': 1, 1184 'disable_nacl%': 1,
1185 'enable_background%': 0, 1185 'enable_background%': 0,
1186 'enable_gpu%': 0, 1186 'enable_gpu%': 0,
1187 'enable_task_manager%': 0, 1187 'enable_task_manager%': 0,
1188 'icu_use_data_file_flag%': 1, 1188 'icu_use_data_file_flag%': 1,
1189 'use_system_libxml%': 1, 1189 'use_system_libxml%': 1,
1190 'use_system_sqlite%': 1, 1190 'use_system_sqlite%': 1,
1191 'locales==': [ 1191 'locales==': [
1192 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'fi', 1192 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'es-MX',
1193 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nb', 'nl', 1193 'fi', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nb',
1194 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi', 1194 'nl', 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk',
1195 'zh-CN', 'zh-TW', 1195 'vi', 'zh-CN', 'zh-TW',
1196 ], 1196 ],
1197 1197
1198 # The Mac SDK is set for iOS builds and passed through to Mac 1198 # The Mac SDK is set for iOS builds and passed through to Mac
1199 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be 1199 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be
1200 # overridden from the command line the same way it is for a Mac build. 1200 # overridden from the command line the same way it is for a Mac build.
1201 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)', 1201 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
1202 1202
1203 # iOS SDK and deployment target support. The |ios_sdk| value is left 1203 # iOS SDK and deployment target support. The |ios_sdk| value is left
1204 # blank so that when it is set in the project files it will be the 1204 # blank so that when it is set in the project files it will be the
1205 # "current" iOS SDK. Forcing a specific SDK even if it is "current" 1205 # "current" iOS SDK. Forcing a specific SDK even if it is "current"
(...skipping 3508 matching lines...) Expand 10 before | Expand all | Expand 10 after
4714 # settings in target dicts. SYMROOT is a special case, because many other 4714 # settings in target dicts. SYMROOT is a special case, because many other
4715 # Xcode variables depend on it, including variables such as 4715 # Xcode variables depend on it, including variables such as
4716 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4716 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4717 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4717 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4718 # files to appear (when present) in the UI as actual files and not red 4718 # files to appear (when present) in the UI as actual files and not red
4719 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4719 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4720 # and therefore SYMROOT, needs to be set at the project level. 4720 # and therefore SYMROOT, needs to be set at the project level.
4721 'SYMROOT': '<(DEPTH)/xcodebuild', 4721 'SYMROOT': '<(DEPTH)/xcodebuild',
4722 }, 4722 },
4723 } 4723 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698