| 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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1410 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', | 1410 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', |
| 1411 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', | 1411 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', |
| 1412 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', | 1412 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', |
| 1413 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', | 1413 'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', |
| 1414 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', | 1414 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', |
| 1415 'vi', 'zh-CN', 'zh-TW', | 1415 'vi', 'zh-CN', 'zh-TW', |
| 1416 ], | 1416 ], |
| 1417 | 1417 |
| 1418 # Pseudo locales are special locales which are used for testing and | 1418 # Pseudo locales are special locales which are used for testing and |
| 1419 # debugging. They don't get copied to the final app. For more info, | 1419 # debugging. They don't get copied to the final app. For more info, |
| 1420 # check out https://sites.google.com/a/chromium.org/dev/Home/fake-bidi | 1420 # check out https://www.chromium.org/developers/testing/fake-bidi |
| 1421 'pseudo_locales': [ | 1421 'pseudo_locales': [ |
| 1422 'fake-bidi', | 1422 'fake-bidi', |
| 1423 ], | 1423 ], |
| 1424 | 1424 |
| 1425 'grit_defines': [], | 1425 'grit_defines': [], |
| 1426 | 1426 |
| 1427 # If debug_devtools is set to 1, JavaScript files for DevTools are | 1427 # If debug_devtools is set to 1, JavaScript files for DevTools are |
| 1428 # stored as is and loaded from disk. Otherwise, a concatenated file | 1428 # stored as is and loaded from disk. Otherwise, a concatenated file |
| 1429 # is stored in resources.pak. It is still possible to load JS files | 1429 # is stored in resources.pak. It is still possible to load JS files |
| 1430 # from disk by passing --debug-devtools cmdline switch. | 1430 # from disk by passing --debug-devtools cmdline switch. |
| (...skipping 4660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6091 # settings in target dicts. SYMROOT is a special case, because many other | 6091 # settings in target dicts. SYMROOT is a special case, because many other |
| 6092 # Xcode variables depend on it, including variables such as | 6092 # Xcode variables depend on it, including variables such as |
| 6093 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 6093 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 6094 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 6094 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 6095 # files to appear (when present) in the UI as actual files and not red | 6095 # files to appear (when present) in the UI as actual files and not red |
| 6096 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 6096 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 6097 # and therefore SYMROOT, needs to be set at the project level. | 6097 # and therefore SYMROOT, needs to be set at the project level. |
| 6098 'SYMROOT': '<(DEPTH)/xcodebuild', | 6098 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 6099 }, | 6099 }, |
| 6100 } | 6100 } |
| OLD | NEW |