| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 | 6 |
| 7 if (is_android) { | 7 if (is_android) { |
| 8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "guid_win.cc", | 242 "guid_win.cc", |
| 243 "hash.cc", | 243 "hash.cc", |
| 244 "hash.h", | 244 "hash.h", |
| 245 "id_map.h", | 245 "id_map.h", |
| 246 "ios/device_util.h", | 246 "ios/device_util.h", |
| 247 "ios/device_util.mm", | 247 "ios/device_util.mm", |
| 248 "ios/ios_util.h", | 248 "ios/ios_util.h", |
| 249 "ios/ios_util.mm", | 249 "ios/ios_util.mm", |
| 250 "ios/scoped_critical_action.h", | 250 "ios/scoped_critical_action.h", |
| 251 "ios/scoped_critical_action.mm", | 251 "ios/scoped_critical_action.mm", |
| 252 "ios/weak_nsobject.h", |
| 253 "ios/weak_nsobject.mm", |
| 252 "json/json_file_value_serializer.cc", | 254 "json/json_file_value_serializer.cc", |
| 253 "json/json_file_value_serializer.h", | 255 "json/json_file_value_serializer.h", |
| 254 "json/json_parser.cc", | 256 "json/json_parser.cc", |
| 255 "json/json_parser.h", | 257 "json/json_parser.h", |
| 256 "json/json_reader.cc", | 258 "json/json_reader.cc", |
| 257 "json/json_reader.h", | 259 "json/json_reader.h", |
| 258 "json/json_string_value_serializer.cc", | 260 "json/json_string_value_serializer.cc", |
| 259 "json/json_string_value_serializer.h", | 261 "json/json_string_value_serializer.h", |
| 260 "json/json_value_converter.h", | 262 "json/json_value_converter.h", |
| 261 "json/json_writer.cc", | 263 "json/json_writer.cc", |
| (...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 "i18n/case_conversion_unittest.cc", | 1182 "i18n/case_conversion_unittest.cc", |
| 1181 "i18n/file_util_icu_unittest.cc", | 1183 "i18n/file_util_icu_unittest.cc", |
| 1182 "i18n/icu_string_conversions_unittest.cc", | 1184 "i18n/icu_string_conversions_unittest.cc", |
| 1183 "i18n/number_formatting_unittest.cc", | 1185 "i18n/number_formatting_unittest.cc", |
| 1184 "i18n/rtl_unittest.cc", | 1186 "i18n/rtl_unittest.cc", |
| 1185 "i18n/streaming_utf8_validator_unittest.cc", | 1187 "i18n/streaming_utf8_validator_unittest.cc", |
| 1186 "i18n/string_search_unittest.cc", | 1188 "i18n/string_search_unittest.cc", |
| 1187 "i18n/time_formatting_unittest.cc", | 1189 "i18n/time_formatting_unittest.cc", |
| 1188 "i18n/timezone_unittest.cc", | 1190 "i18n/timezone_unittest.cc", |
| 1189 "ios/device_util_unittest.mm", | 1191 "ios/device_util_unittest.mm", |
| 1192 "ios/weak_nsobject_unittest.mm", |
| 1190 "json/json_parser_unittest.cc", | 1193 "json/json_parser_unittest.cc", |
| 1191 "json/json_reader_unittest.cc", | 1194 "json/json_reader_unittest.cc", |
| 1192 "json/json_value_converter_unittest.cc", | 1195 "json/json_value_converter_unittest.cc", |
| 1193 "json/json_value_serializer_unittest.cc", | 1196 "json/json_value_serializer_unittest.cc", |
| 1194 "json/json_writer_unittest.cc", | 1197 "json/json_writer_unittest.cc", |
| 1195 "json/string_escape_unittest.cc", | 1198 "json/string_escape_unittest.cc", |
| 1196 "lazy_instance_unittest.cc", | 1199 "lazy_instance_unittest.cc", |
| 1197 "logging_unittest.cc", | 1200 "logging_unittest.cc", |
| 1198 "mac/bind_objc_block_unittest.mm", | 1201 "mac/bind_objc_block_unittest.mm", |
| 1199 "mac/foundation_util_unittest.mm", | 1202 "mac/foundation_util_unittest.mm", |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1517 # GYP: //base.gyp:base_unittests_apk | 1520 # GYP: //base.gyp:base_unittests_apk |
| 1518 unittest_apk("base_unittests_apk") { | 1521 unittest_apk("base_unittests_apk") { |
| 1519 deps = [ | 1522 deps = [ |
| 1520 ":base_java", | 1523 ":base_java", |
| 1521 ":base_java_unittest_support", | 1524 ":base_java_unittest_support", |
| 1522 ":base_unittests", | 1525 ":base_unittests", |
| 1523 ] | 1526 ] |
| 1524 unittests_dep = ":base_unittests" | 1527 unittests_dep = ":base_unittests" |
| 1525 } | 1528 } |
| 1526 } | 1529 } |
| OLD | NEW |