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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 "ios/weak_nsobject.h", | 254 "ios/weak_nsobject.h", |
255 "ios/weak_nsobject.mm", | 255 "ios/weak_nsobject.mm", |
256 "json/json_file_value_serializer.cc", | 256 "json/json_file_value_serializer.cc", |
257 "json/json_file_value_serializer.h", | 257 "json/json_file_value_serializer.h", |
258 "json/json_parser.cc", | 258 "json/json_parser.cc", |
259 "json/json_parser.h", | 259 "json/json_parser.h", |
260 "json/json_reader.cc", | 260 "json/json_reader.cc", |
261 "json/json_reader.h", | 261 "json/json_reader.h", |
262 "json/json_string_value_serializer.cc", | 262 "json/json_string_value_serializer.cc", |
263 "json/json_string_value_serializer.h", | 263 "json/json_string_value_serializer.h", |
| 264 "json/json_value_converter.cc", |
264 "json/json_value_converter.h", | 265 "json/json_value_converter.h", |
265 "json/json_writer.cc", | 266 "json/json_writer.cc", |
266 "json/json_writer.h", | 267 "json/json_writer.h", |
267 "json/string_escape.cc", | 268 "json/string_escape.cc", |
268 "json/string_escape.h", | 269 "json/string_escape.h", |
269 "lazy_instance.cc", | 270 "lazy_instance.cc", |
270 "lazy_instance.h", | 271 "lazy_instance.h", |
271 "linux_util.cc", | 272 "linux_util.cc", |
272 "linux_util.h", | 273 "linux_util.h", |
273 "location.cc", | 274 "location.cc", |
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 # GYP: //base.gyp:base_unittests_apk | 1529 # GYP: //base.gyp:base_unittests_apk |
1529 unittest_apk("base_unittests_apk") { | 1530 unittest_apk("base_unittests_apk") { |
1530 deps = [ | 1531 deps = [ |
1531 ":base_java", | 1532 ":base_java", |
1532 ":base_java_unittest_support", | 1533 ":base_java_unittest_support", |
1533 ":base_unittests", | 1534 ":base_unittests", |
1534 ] | 1535 ] |
1535 unittests_dep = ":base_unittests" | 1536 unittests_dep = ":base_unittests" |
1536 } | 1537 } |
1537 } | 1538 } |
OLD | NEW |