| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'base.gypi', | 10 'base.gypi', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'dependencies': [ | 24 'dependencies': [ |
| 25 # i18n/rtl.cc uses gtk | 25 # i18n/rtl.cc uses gtk |
| 26 '../build/linux/system.gyp:gtk', | 26 '../build/linux/system.gyp:gtk', |
| 27 ], | 27 ], |
| 28 }], | 28 }], |
| 29 ], | 29 ], |
| 30 'export_dependent_settings': [ | 30 'export_dependent_settings': [ |
| 31 'base', | 31 'base', |
| 32 ], | 32 ], |
| 33 'sources': [ | 33 'sources': [ |
| 34 'i18n/break_iterator.cc', |
| 35 'i18n/break_iterator.h', |
| 34 'i18n/char_iterator.cc', | 36 'i18n/char_iterator.cc', |
| 35 'i18n/char_iterator.h', | 37 'i18n/char_iterator.h', |
| 36 'i18n/file_util_icu.cc', | 38 'i18n/file_util_icu.cc', |
| 37 'i18n/file_util_icu.h', | 39 'i18n/file_util_icu.h', |
| 38 'i18n/icu_encoding_detection.cc', | 40 'i18n/icu_encoding_detection.cc', |
| 39 'i18n/icu_encoding_detection.h', | 41 'i18n/icu_encoding_detection.h', |
| 40 'i18n/icu_string_conversions.cc', | 42 'i18n/icu_string_conversions.cc', |
| 41 'i18n/icu_string_conversions.h', | 43 'i18n/icu_string_conversions.h', |
| 42 'i18n/icu_util.cc', | 44 'i18n/icu_util.cc', |
| 43 'i18n/icu_util.h', | 45 'i18n/icu_util.h', |
| 44 'i18n/number_formatting.cc', | 46 'i18n/number_formatting.cc', |
| 45 'i18n/number_formatting.h', | 47 'i18n/number_formatting.h', |
| 46 'i18n/rtl.cc', | 48 'i18n/rtl.cc', |
| 47 'i18n/rtl.h', | 49 'i18n/rtl.h', |
| 48 'i18n/time_formatting.cc', | 50 'i18n/time_formatting.cc', |
| 49 'i18n/time_formatting.h', | 51 'i18n/time_formatting.h', |
| 50 'i18n/word_iterator.cc', | |
| 51 'i18n/word_iterator.h', | |
| 52 ], | 52 ], |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 'target_name': 'base_unittests', | 55 'target_name': 'base_unittests', |
| 56 'type': 'executable', | 56 'type': 'executable', |
| 57 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', | 57 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', |
| 58 'sources': [ | 58 'sources': [ |
| 59 # Infrastructure files. | 59 # Infrastructure files. |
| 60 'test/run_all_unittests.cc', | 60 'test/run_all_unittests.cc', |
| 61 | 61 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 80 'debug/trace_event_win_unittest.cc', | 80 'debug/trace_event_win_unittest.cc', |
| 81 'dir_reader_posix_unittest.cc', | 81 'dir_reader_posix_unittest.cc', |
| 82 'environment_unittest.cc', | 82 'environment_unittest.cc', |
| 83 'file_descriptor_shuffle_unittest.cc', | 83 'file_descriptor_shuffle_unittest.cc', |
| 84 'file_path_unittest.cc', | 84 'file_path_unittest.cc', |
| 85 'file_util_unittest.cc', | 85 'file_util_unittest.cc', |
| 86 'file_version_info_unittest.cc', | 86 'file_version_info_unittest.cc', |
| 87 'gmock_unittest.cc', | 87 'gmock_unittest.cc', |
| 88 'hmac_unittest.cc', | 88 'hmac_unittest.cc', |
| 89 'id_map_unittest.cc', | 89 'id_map_unittest.cc', |
| 90 'i18n/break_iterator_unittest.cc', |
| 90 'i18n/char_iterator_unittest.cc', | 91 'i18n/char_iterator_unittest.cc', |
| 91 'i18n/file_util_icu_unittest.cc', | 92 'i18n/file_util_icu_unittest.cc', |
| 92 'i18n/icu_string_conversions_unittest.cc', | 93 'i18n/icu_string_conversions_unittest.cc', |
| 93 'i18n/rtl_unittest.cc', | 94 'i18n/rtl_unittest.cc', |
| 94 'i18n/word_iterator_unittest.cc', | |
| 95 'json/json_reader_unittest.cc', | 95 'json/json_reader_unittest.cc', |
| 96 'json/json_writer_unittest.cc', | 96 'json/json_writer_unittest.cc', |
| 97 'json/string_escape_unittest.cc', | 97 'json/string_escape_unittest.cc', |
| 98 'lazy_instance_unittest.cc', | 98 'lazy_instance_unittest.cc', |
| 99 'linked_list_unittest.cc', | 99 'linked_list_unittest.cc', |
| 100 'linked_ptr_unittest.cc', | 100 'linked_ptr_unittest.cc', |
| 101 'lock_unittest.cc', | 101 'lock_unittest.cc', |
| 102 'logging_unittest.cc', | 102 'logging_unittest.cc', |
| 103 'mac_util_unittest.mm', | 103 'mac_util_unittest.mm', |
| 104 'message_loop_proxy_impl_unittest.cc', | 104 'message_loop_proxy_impl_unittest.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'win/event_trace_controller_unittest.cc', | 166 'win/event_trace_controller_unittest.cc', |
| 167 'win/event_trace_provider_unittest.cc', | 167 'win/event_trace_provider_unittest.cc', |
| 168 'win/i18n_unittest.cc', | 168 'win/i18n_unittest.cc', |
| 169 'win/pe_image_unittest.cc', | 169 'win/pe_image_unittest.cc', |
| 170 'win/registry_unittest.cc', | 170 'win/registry_unittest.cc', |
| 171 'win/scoped_bstr_unittest.cc', | 171 'win/scoped_bstr_unittest.cc', |
| 172 'win/scoped_comptr_unittest.cc', | 172 'win/scoped_comptr_unittest.cc', |
| 173 'win/scoped_variant_unittest.cc', | 173 'win/scoped_variant_unittest.cc', |
| 174 'worker_pool_unittest.cc', | 174 'worker_pool_unittest.cc', |
| 175 ], | 175 ], |
| 176 'include_dirs': [ | |
| 177 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU | |
| 178 # #include for unicode/uchar.h. This should probably be cleaned up. | |
| 179 '../third_party/icu/public/common', | |
| 180 ], | |
| 181 'dependencies': [ | 176 'dependencies': [ |
| 182 'base', | 177 'base', |
| 183 'base_i18n', | 178 'base_i18n', |
| 184 'test_support_base', | 179 'test_support_base', |
| 185 '../testing/gmock.gyp:gmock', | 180 '../testing/gmock.gyp:gmock', |
| 186 '../testing/gtest.gyp:gtest', | 181 '../testing/gtest.gyp:gtest', |
| 187 ], | 182 ], |
| 188 'conditions': [ | 183 'conditions': [ |
| 189 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"
', { | 184 ['OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"
', { |
| 190 'sources!': [ | 185 'sources!': [ |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 ], | 320 ], |
| 326 }], | 321 }], |
| 327 ], | 322 ], |
| 328 } | 323 } |
| 329 | 324 |
| 330 # Local Variables: | 325 # Local Variables: |
| 331 # tab-width:2 | 326 # tab-width:2 |
| 332 # indent-tabs-mode:nil | 327 # indent-tabs-mode:nil |
| 333 # End: | 328 # End: |
| 334 # vim: set expandtab tabstop=2 shiftwidth=2: | 329 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |