OLD | NEW |
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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1131 'linux_dump_symbols%': 1, | 1131 'linux_dump_symbols%': 1, |
1132 }], | 1132 }], |
1133 ], | 1133 ], |
1134 }], # os_posix==1 and OS!="mac" and OS!="ios" | 1134 }], # os_posix==1 and OS!="mac" and OS!="ios" |
1135 ['OS=="ios"', { | 1135 ['OS=="ios"', { |
1136 'disable_nacl%': 1, | 1136 'disable_nacl%': 1, |
1137 'enable_background%': 0, | 1137 'enable_background%': 0, |
1138 'enable_gpu%': 0, | 1138 'enable_gpu%': 0, |
1139 'enable_task_manager%': 0, | 1139 'enable_task_manager%': 0, |
1140 'icu_use_data_file_flag%': 1, | 1140 'icu_use_data_file_flag%': 1, |
1141 'use_system_bzip2%': 1, | |
1142 'use_system_libxml%': 1, | 1141 'use_system_libxml%': 1, |
1143 'use_system_sqlite%': 1, | 1142 'use_system_sqlite%': 1, |
1144 'locales==': [ | 1143 'locales==': [ |
1145 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'fi', | 1144 'ar', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-US', 'es', 'fi', |
1146 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nl', 'pl', | 1145 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'ms', 'nl', 'pl', |
1147 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi', | 1146 'pt', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'th', 'tr', 'uk', 'vi', |
1148 'zh-CN', 'zh-TW', | 1147 'zh-CN', 'zh-TW', |
1149 ], | 1148 ], |
1150 | 1149 |
1151 # The Mac SDK is set for iOS builds and passed through to Mac | 1150 # The Mac SDK is set for iOS builds and passed through to Mac |
(...skipping 3300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4452 # settings in target dicts. SYMROOT is a special case, because many other | 4451 # settings in target dicts. SYMROOT is a special case, because many other |
4453 # Xcode variables depend on it, including variables such as | 4452 # Xcode variables depend on it, including variables such as |
4454 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4453 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4455 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4454 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4456 # files to appear (when present) in the UI as actual files and not red | 4455 # files to appear (when present) in the UI as actual files and not red |
4457 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4456 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4458 # and therefore SYMROOT, needs to be set at the project level. | 4457 # and therefore SYMROOT, needs to be set at the project level. |
4459 'SYMROOT': '<(DEPTH)/xcodebuild', | 4458 'SYMROOT': '<(DEPTH)/xcodebuild', |
4460 }, | 4459 }, |
4461 } | 4460 } |
OLD | NEW |