| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |