Chromium Code Reviews| 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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 569 'grit_defines': ['-D', 'file_manager_extension'], | 569 'grit_defines': ['-D', 'file_manager_extension'], |
| 570 }], | 570 }], |
| 571 ['remoting==1', { | 571 ['remoting==1', { |
| 572 'grit_defines': ['-D', 'remoting'], | 572 'grit_defines': ['-D', 'remoting'], |
| 573 }], | 573 }], |
| 574 ['use_titlecase_in_grd_files==1', { | 574 ['use_titlecase_in_grd_files==1', { |
| 575 'grit_defines': ['-D', 'use_titlecase'], | 575 'grit_defines': ['-D', 'use_titlecase'], |
| 576 }], | 576 }], |
| 577 ['use_third_party_translations==1', { | 577 ['use_third_party_translations==1', { |
| 578 'grit_defines': ['-D', 'use_third_party_translations'], | 578 'grit_defines': ['-D', 'use_third_party_translations'], |
| 579 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'hy', 'ka', 'ku', 'u g'], | 579 'locales': ['ast', 'ca@valencia', 'eo', 'eu', 'gl', 'hy', 'ka', 'ku', 'k w', 'ug'], |
|
tony
2011/06/21 17:15:31
Let's wrap this the next time we add a language.
| |
| 580 }], | 580 }], |
| 581 | 581 |
| 582 ['clang_use_chrome_plugins==1', { | 582 ['clang_use_chrome_plugins==1', { |
| 583 'clang_chrome_plugins_flags': | 583 'clang_chrome_plugins_flags': |
| 584 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', | 584 '<!(<(DEPTH)/tools/clang/scripts/plugin_flags.sh)', |
| 585 }], | 585 }], |
| 586 | 586 |
| 587 # Set use_ibus to 1 to enable ibus support. | 587 # Set use_ibus to 1 to enable ibus support. |
| 588 ['touchui==1 and chromeos==1', { | 588 ['touchui==1 and chromeos==1', { |
| 589 'use_ibus%': 1, | 589 'use_ibus%': 1, |
| (...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1759 # and therefore SYMROOT, needs to be set at the project level. | 1759 # and therefore SYMROOT, needs to be set at the project level. |
| 1760 'SYMROOT': '<(DEPTH)/xcodebuild', | 1760 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 1761 }, | 1761 }, |
| 1762 } | 1762 } |
| 1763 | 1763 |
| 1764 # Local Variables: | 1764 # Local Variables: |
| 1765 # tab-width:2 | 1765 # tab-width:2 |
| 1766 # indent-tabs-mode:nil | 1766 # indent-tabs-mode:nil |
| 1767 # End: | 1767 # End: |
| 1768 # vim: set expandtab tabstop=2 shiftwidth=2: | 1768 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |