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

Side by Side Diff: build/common.gypi

Issue 7100004: Update translations using strings from launchpad.net r228 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « no previous file | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'grit_defines': ['-D', 'file_manager_extension'], 559 'grit_defines': ['-D', 'file_manager_extension'],
560 }], 560 }],
561 ['remoting==1', { 561 ['remoting==1', {
562 'grit_defines': ['-D', 'remoting'], 562 'grit_defines': ['-D', 'remoting'],
563 }], 563 }],
564 ['use_titlecase_in_grd_files==1', { 564 ['use_titlecase_in_grd_files==1', {
565 'grit_defines': ['-D', 'use_titlecase'], 565 'grit_defines': ['-D', 'use_titlecase'],
566 }], 566 }],
567 ['use_third_party_translations==1', { 567 ['use_third_party_translations==1', {
568 'grit_defines': ['-D', 'use_third_party_translations'], 568 'grit_defines': ['-D', 'use_third_party_translations'],
569 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'ka', 'ku', 'ug'], 569 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'hy', 'ka', 'ku', 'u g'],
570 }], 570 }],
571 571
572 ['clang_use_chrome_plugins==1', { 572 ['clang_use_chrome_plugins==1', {
573 'clang_chrome_plugins_flags': 573 'clang_chrome_plugins_flags':
574 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', 574 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)',
575 }], 575 }],
576 576
577 # Set use_ibus to 1 to enable ibus support. 577 # Set use_ibus to 1 to enable ibus support.
578 ['touchui==1 and chromeos==1', { 578 ['touchui==1 and chromeos==1', {
579 'use_ibus%': 1, 579 'use_ibus%': 1,
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 # and therefore SYMROOT, needs to be set at the project level. 1747 # and therefore SYMROOT, needs to be set at the project level.
1748 'SYMROOT': '<(DEPTH)/xcodebuild', 1748 'SYMROOT': '<(DEPTH)/xcodebuild',
1749 }, 1749 },
1750 } 1750 }
1751 1751
1752 # Local Variables: 1752 # Local Variables:
1753 # tab-width:2 1753 # tab-width:2
1754 # indent-tabs-mode:nil 1754 # indent-tabs-mode:nil
1755 # End: 1755 # End:
1756 # vim: set expandtab tabstop=2 shiftwidth=2: 1756 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698