OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': { | 9 'variables': { |
10 # .gyp files or targets should set chromium_code to 1 if they build | 10 # .gyp files or targets should set chromium_code to 1 if they build |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 # Native Client loader for 64-bit Windows. | 365 # Native Client loader for 64-bit Windows. |
366 'NACL_WIN64', | 366 'NACL_WIN64', |
367 ], | 367 ], |
368 }], | 368 }], |
369 ], | 369 ], |
370 | 370 |
371 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' | 371 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' |
372 # so Cocoa is happy (http://crbug.com/20441). | 372 # so Cocoa is happy (http://crbug.com/20441). |
373 'locales': [ | 373 'locales': [ |
374 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', | 374 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', |
375 'en-US', 'es-419', 'es', 'et', 'fi', 'fil', 'fr', 'gu', 'he', | 375 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', |
376 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', | 376 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', |
377 'ml', 'mr', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', | 377 'ml', 'mr', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', |
378 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', | 378 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', |
379 'vi', 'zh-CN', 'zh-TW', | 379 'vi', 'zh-CN', 'zh-TW', |
380 ], | 380 ], |
381 }, | 381 }, |
382 'target_defaults': { | 382 'target_defaults': { |
383 'variables': { | 383 'variables': { |
384 # The condition that operates on chromium_code is in a target_conditions | 384 # The condition that operates on chromium_code is in a target_conditions |
385 # section, and will not have access to the default fallback value of | 385 # section, and will not have access to the default fallback value of |
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1442 # and therefore SYMROOT, needs to be set at the project level. | 1442 # and therefore SYMROOT, needs to be set at the project level. |
1443 'SYMROOT': '<(DEPTH)/xcodebuild', | 1443 'SYMROOT': '<(DEPTH)/xcodebuild', |
1444 }, | 1444 }, |
1445 } | 1445 } |
1446 | 1446 |
1447 # Local Variables: | 1447 # Local Variables: |
1448 # tab-width:2 | 1448 # tab-width:2 |
1449 # indent-tabs-mode:nil | 1449 # indent-tabs-mode:nil |
1450 # End: | 1450 # End: |
1451 # vim: set expandtab tabstop=2 shiftwidth=2: | 1451 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |