| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'use_system_icu%': 0, | 7 'use_system_icu%': 0, |
| 8 'icu_use_data_file_flag%': 0, | 8 'icu_use_data_file_flag%': 0, |
| 9 'want_separate_host_toolset%': 0, | 9 'want_separate_host_toolset%': 1, |
| 10 }, | 10 }, |
| 11 'target_defaults': { | 11 'target_defaults': { |
| 12 'direct_dependent_settings': { | 12 'direct_dependent_settings': { |
| 13 'defines': [ | 13 'defines': [ |
| 14 # Tell ICU to not insert |using namespace icu;| into its headers, | 14 # Tell ICU to not insert |using namespace icu;| into its headers, |
| 15 # so that chrome's source explicitly has to use |icu::|. | 15 # so that chrome's source explicitly has to use |icu::|. |
| 16 'U_USING_ICU_NAMESPACE=0', | 16 'U_USING_ICU_NAMESPACE=0', |
| 17 ], | 17 ], |
| 18 }, | 18 }, |
| 19 'defines': [ | 19 'defines': [ |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 'toolsets': ['target'], | 855 'toolsets': ['target'], |
| 856 }, { | 856 }, { |
| 857 'toolsets': ['host', 'target'], | 857 'toolsets': ['host', 'target'], |
| 858 }], | 858 }], |
| 859 ], | 859 ], |
| 860 }, | 860 }, |
| 861 ], | 861 ], |
| 862 }], | 862 }], |
| 863 ], | 863 ], |
| 864 } | 864 } |
| OLD | NEW |