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

Side by Side Diff: build/common.gypi

Issue 3296013: Add Farsi support... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove am,sw terms change to put it in a separate CL Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/app/chromium_strings.grd » ('j') | 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) 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
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
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:
OLDNEW
« no previous file with comments | « app/resources/app_strings.grd ('k') | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698