OLD | NEW |
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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 }], | 677 }], |
678 ['remoting==1', { | 678 ['remoting==1', { |
679 'grit_defines': ['-D', 'remoting'], | 679 'grit_defines': ['-D', 'remoting'], |
680 }], | 680 }], |
681 ['use_titlecase_in_grd_files==1', { | 681 ['use_titlecase_in_grd_files==1', { |
682 'grit_defines': ['-D', 'use_titlecase'], | 682 'grit_defines': ['-D', 'use_titlecase'], |
683 }], | 683 }], |
684 ['use_third_party_translations==1', { | 684 ['use_third_party_translations==1', { |
685 'grit_defines': ['-D', 'use_third_party_translations'], | 685 'grit_defines': ['-D', 'use_third_party_translations'], |
686 'locales': [ | 686 'locales': [ |
687 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia', 'ka
', | 687 'ast', 'bs', 'ca@valencia', 'en-AU', 'eo', 'eu', 'gl', 'hy', 'ia', |
688 'ku', 'kw', 'ug', | 688 'ka', 'ku', 'kw', 'ms', 'ug' |
689 ], | 689 ], |
690 }], | 690 }], |
691 | 691 |
692 ['clang_use_chrome_plugins==1', { | 692 ['clang_use_chrome_plugins==1', { |
693 'clang_chrome_plugins_flags': | 693 'clang_chrome_plugins_flags': |
694 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', | 694 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', |
695 }], | 695 }], |
696 | 696 |
697 # Set use_ibus to 1 to enable ibus support. | 697 # Set use_ibus to 1 to enable ibus support. |
698 ['touchui==1 and chromeos==1', { | 698 ['touchui==1 and chromeos==1', { |
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1967 # settings in target dicts. SYMROOT is a special case, because many other | 1967 # settings in target dicts. SYMROOT is a special case, because many other |
1968 # Xcode variables depend on it, including variables such as | 1968 # Xcode variables depend on it, including variables such as |
1969 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 1969 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
1970 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 1970 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
1971 # files to appear (when present) in the UI as actual files and not red | 1971 # files to appear (when present) in the UI as actual files and not red |
1972 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 1972 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
1973 # and therefore SYMROOT, needs to be set at the project level. | 1973 # and therefore SYMROOT, needs to be set at the project level. |
1974 'SYMROOT': '<(DEPTH)/xcodebuild', | 1974 'SYMROOT': '<(DEPTH)/xcodebuild', |
1975 }, | 1975 }, |
1976 } | 1976 } |
OLD | NEW |