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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'grit_defines': ['-D', 'file_manager_extension'], | 551 'grit_defines': ['-D', 'file_manager_extension'], |
552 }], | 552 }], |
553 ['remoting==1', { | 553 ['remoting==1', { |
554 'grit_defines': ['-D', 'remoting'], | 554 'grit_defines': ['-D', 'remoting'], |
555 }], | 555 }], |
556 ['use_titlecase_in_grd_files==1', { | 556 ['use_titlecase_in_grd_files==1', { |
557 'grit_defines': ['-D', 'use_titlecase'], | 557 'grit_defines': ['-D', 'use_titlecase'], |
558 }], | 558 }], |
559 ['use_third_party_translations==1', { | 559 ['use_third_party_translations==1', { |
560 'grit_defines': ['-D', 'use_third_party_translations'], | 560 'grit_defines': ['-D', 'use_third_party_translations'], |
561 'locales': ['ast', 'eu', 'gl', 'ka', 'ku', 'ug'], | 561 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'ka', 'ku', 'ug'], |
562 }], | 562 }], |
563 | 563 |
564 ['clang_use_chrome_plugins==1', { | 564 ['clang_use_chrome_plugins==1', { |
565 'clang_chrome_plugins_flags': | 565 'clang_chrome_plugins_flags': |
566 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', | 566 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', |
567 }], | 567 }], |
568 | 568 |
569 # Set 1 to enable ibus support. Currently it is only supported in touchui. | 569 # Set 1 to enable ibus support. Currently it is only supported in touchui. |
570 ['touchui==1 and chromeos==1', { | 570 ['touchui==1 and chromeos==1', { |
571 'use_ibus%': 1, | 571 'use_ibus%': 1, |
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1738 # and therefore SYMROOT, needs to be set at the project level. | 1738 # and therefore SYMROOT, needs to be set at the project level. |
1739 'SYMROOT': '<(DEPTH)/xcodebuild', | 1739 'SYMROOT': '<(DEPTH)/xcodebuild', |
1740 }, | 1740 }, |
1741 } | 1741 } |
1742 | 1742 |
1743 # Local Variables: | 1743 # Local Variables: |
1744 # tab-width:2 | 1744 # tab-width:2 |
1745 # indent-tabs-mode:nil | 1745 # indent-tabs-mode:nil |
1746 # End: | 1746 # End: |
1747 # vim: set expandtab tabstop=2 shiftwidth=2: | 1747 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |