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

Side by Side Diff: build/common.gypi

Issue 15663008: Restore the Norwegian (nb) language for Chrome for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | no next file » | 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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 ['OS=="ios"', { 1134 ['OS=="ios"', {
1135 'disable_nacl%': 1, 1135 'disable_nacl%': 1,
1136 'enable_background%': 0, 1136 'enable_background%': 0,
1137 'enable_gpu%': 0, 1137 'enable_gpu%': 0,
1138 'enable_task_manager%': 0, 1138 'enable_task_manager%': 0,
1139 'icu_use_data_file_flag%': 1, 1139 'icu_use_data_file_flag%': 1,
1140 'use_system_libxml%': 1, 1140 'use_system_libxml%': 1,
1141 'use_system_sqlite%': 1, 1141 'use_system_sqlite%': 1,
1142 'locales==': [ 1142 'locales==': [
1143 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'fi', 1143 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'fi',
1144 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nl', 'pl', 1144 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nb', 'nl',
1145 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi', 1145 'pl', 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi',
1146 'zh-CN', 'zh-TW', 1146 'zh-CN', 'zh-TW',
1147 ], 1147 ],
1148 1148
1149 # The Mac SDK is set for iOS builds and passed through to Mac 1149 # The Mac SDK is set for iOS builds and passed through to Mac
1150 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be 1150 # sub-builds. This allows the Mac sub-build SDK in an iOS build to be
1151 # overridden from the command line the same way it is for a Mac build. 1151 # overridden from the command line the same way it is for a Mac build.
1152 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)', 1152 'mac_sdk%': '<!(python <(DEPTH)/build/mac/find_sdk.py 10.6)',
1153 1153
1154 # iOS SDK and deployment target support. The iOS 5.0 SDK is actually 1154 # iOS SDK and deployment target support. The iOS 5.0 SDK is actually
1155 # what is required, but the value is left blank so when it is set in 1155 # what is required, but the value is left blank so when it is set in
(...skipping 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after
4525 # settings in target dicts. SYMROOT is a special case, because many other 4525 # settings in target dicts. SYMROOT is a special case, because many other
4526 # Xcode variables depend on it, including variables such as 4526 # Xcode variables depend on it, including variables such as
4527 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4527 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4528 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4528 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4529 # files to appear (when present) in the UI as actual files and not red 4529 # files to appear (when present) in the UI as actual files and not red
4530 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4530 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4531 # and therefore SYMROOT, needs to be set at the project level. 4531 # and therefore SYMROOT, needs to be set at the project level.
4532 'SYMROOT': '<(DEPTH)/xcodebuild', 4532 'SYMROOT': '<(DEPTH)/xcodebuild',
4533 }, 4533 },
4534 } 4534 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698