| 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 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'grit_defines': ['-D', 'file_manager_extension'], | 576 'grit_defines': ['-D', 'file_manager_extension'], |
| 577 }], | 577 }], |
| 578 ['remoting==1', { | 578 ['remoting==1', { |
| 579 'grit_defines': ['-D', 'remoting'], | 579 'grit_defines': ['-D', 'remoting'], |
| 580 }], | 580 }], |
| 581 ['use_titlecase_in_grd_files==1', { | 581 ['use_titlecase_in_grd_files==1', { |
| 582 'grit_defines': ['-D', 'use_titlecase'], | 582 'grit_defines': ['-D', 'use_titlecase'], |
| 583 }], | 583 }], |
| 584 ['use_third_party_translations==1', { | 584 ['use_third_party_translations==1', { |
| 585 'grit_defines': ['-D', 'use_third_party_translations'], | 585 'grit_defines': ['-D', 'use_third_party_translations'], |
| 586 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'hy', 'ka', 'ku', 'k
w', 'ug'], | 586 'locales': [ |
| 587 'ast', 'bs', 'ca@valencia', 'eo', 'eu', 'gl', 'hy', 'ka', 'ku', 'kw', |
| 588 'ug', |
| 589 ], |
| 587 }], | 590 }], |
| 588 | 591 |
| 589 ['clang_use_chrome_plugins==1', { | 592 ['clang_use_chrome_plugins==1', { |
| 590 'clang_chrome_plugins_flags': | 593 'clang_chrome_plugins_flags': |
| 591 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', | 594 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', |
| 592 }], | 595 }], |
| 593 | 596 |
| 594 # Set use_ibus to 1 to enable ibus support. | 597 # Set use_ibus to 1 to enable ibus support. |
| 595 ['touchui==1 and chromeos==1', { | 598 ['touchui==1 and chromeos==1', { |
| 596 'use_ibus%': 1, | 599 'use_ibus%': 1, |
| (...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 # and therefore SYMROOT, needs to be set at the project level. | 1778 # and therefore SYMROOT, needs to be set at the project level. |
| 1776 'SYMROOT': '<(DEPTH)/xcodebuild', | 1779 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 1777 }, | 1780 }, |
| 1778 } | 1781 } |
| 1779 | 1782 |
| 1780 # Local Variables: | 1783 # Local Variables: |
| 1781 # tab-width:2 | 1784 # tab-width:2 |
| 1782 # indent-tabs-mode:nil | 1785 # indent-tabs-mode:nil |
| 1783 # End: | 1786 # End: |
| 1784 # vim: set expandtab tabstop=2 shiftwidth=2: | 1787 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |