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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'enable_gpu%': 0, | 309 'enable_gpu%': 0, |
310 }], | 310 }], |
311 ], | 311 ], |
312 | 312 |
313 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' | 313 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' |
314 # so Cocoa is happy (http://crbug.com/20441). | 314 # so Cocoa is happy (http://crbug.com/20441). |
315 'locales': [ | 315 'locales': [ |
316 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', | 316 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', |
317 'en-US', 'es-419', 'es', 'et', 'fi', 'fil', 'fr', 'gu', 'he', | 317 'en-US', 'es-419', 'es', 'et', 'fi', 'fil', 'fr', 'gu', 'he', |
318 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', | 318 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', |
319 'ml', 'mr', 'nb', 'nl', 'or', 'pl', 'pt-BR', 'pt-PT', 'ro', | 319 'ml', 'mr', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', |
320 'ru', 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', | 320 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', |
321 'uk', 'vi', 'zh-CN', 'zh-TW', | 321 'vi', 'zh-CN', 'zh-TW', |
322 ], | 322 ], |
323 }, | 323 }, |
324 'target_defaults': { | 324 'target_defaults': { |
325 'variables': { | 325 'variables': { |
326 # The condition that operates on chromium_code is in a target_conditions | 326 # The condition that operates on chromium_code is in a target_conditions |
327 # section, and will not have access to the default fallback value of | 327 # section, and will not have access to the default fallback value of |
328 # chromium_code at the top of this file, or to the chromium_code | 328 # chromium_code at the top of this file, or to the chromium_code |
329 # variable placed at the root variables scope of .gyp files, because | 329 # variable placed at the root variables scope of .gyp files, because |
330 # those variables are not set at target scope. As a workaround, | 330 # those variables are not set at target scope. As a workaround, |
331 # if chromium_code is not set at target scope, define it in target scope | 331 # if chromium_code is not set at target scope, define it in target scope |
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1238 # and therefore SYMROOT, needs to be set at the project level. | 1238 # and therefore SYMROOT, needs to be set at the project level. |
1239 'SYMROOT': '<(DEPTH)/xcodebuild', | 1239 'SYMROOT': '<(DEPTH)/xcodebuild', |
1240 }, | 1240 }, |
1241 } | 1241 } |
1242 | 1242 |
1243 # Local Variables: | 1243 # Local Variables: |
1244 # tab-width:2 | 1244 # tab-width:2 |
1245 # indent-tabs-mode:nil | 1245 # indent-tabs-mode:nil |
1246 # End: | 1246 # End: |
1247 # vim: set expandtab tabstop=2 shiftwidth=2: | 1247 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |