Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: base/BUILD.gn

Issue 1492413002: ABANDONED CL: Adding a compile-time safe base::IdType<...> into //base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 "i18n/file_util_icu_unittest.cc", 1319 "i18n/file_util_icu_unittest.cc",
1320 "i18n/icu_string_conversions_unittest.cc", 1320 "i18n/icu_string_conversions_unittest.cc",
1321 "i18n/message_formatter_unittest.cc", 1321 "i18n/message_formatter_unittest.cc",
1322 "i18n/number_formatting_unittest.cc", 1322 "i18n/number_formatting_unittest.cc",
1323 "i18n/rtl_unittest.cc", 1323 "i18n/rtl_unittest.cc",
1324 "i18n/streaming_utf8_validator_unittest.cc", 1324 "i18n/streaming_utf8_validator_unittest.cc",
1325 "i18n/string_search_unittest.cc", 1325 "i18n/string_search_unittest.cc",
1326 "i18n/time_formatting_unittest.cc", 1326 "i18n/time_formatting_unittest.cc",
1327 "i18n/timezone_unittest.cc", 1327 "i18n/timezone_unittest.cc",
1328 "id_map_unittest.cc", 1328 "id_map_unittest.cc",
1329 "id_type_unittest.cc",
1329 "ios/device_util_unittest.mm", 1330 "ios/device_util_unittest.mm",
1330 "ios/weak_nsobject_unittest.mm", 1331 "ios/weak_nsobject_unittest.mm",
1331 "json/json_parser_unittest.cc", 1332 "json/json_parser_unittest.cc",
1332 "json/json_reader_unittest.cc", 1333 "json/json_reader_unittest.cc",
1333 "json/json_value_converter_unittest.cc", 1334 "json/json_value_converter_unittest.cc",
1334 "json/json_value_serializer_unittest.cc", 1335 "json/json_value_serializer_unittest.cc",
1335 "json/json_writer_unittest.cc", 1336 "json/json_writer_unittest.cc",
1336 "json/string_escape_unittest.cc", 1337 "json/string_escape_unittest.cc",
1337 "lazy_instance_unittest.cc", 1338 "lazy_instance_unittest.cc",
1338 "logging_unittest.cc", 1339 "logging_unittest.cc",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 1749
1749 # GYP: //base.gyp:base_java_unittest_support 1750 # GYP: //base.gyp:base_java_unittest_support
1750 android_library("base_java_unittest_support") { 1751 android_library("base_java_unittest_support") {
1751 deps = [ 1752 deps = [
1752 ":base_java", 1753 ":base_java",
1753 ] 1754 ]
1754 java_files = 1755 java_files =
1755 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1756 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1756 } 1757 }
1757 } 1758 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698