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

Side by Side Diff: base/BUILD.gn

Issue 453703002: Move ini_parser from base to chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: base:: Created 6 years, 4 months 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 | Annotate | Revision Log
« 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/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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "float_util.h", 224 "float_util.h",
225 "format_macros.h", 225 "format_macros.h",
226 "gtest_prod_util.h", 226 "gtest_prod_util.h",
227 "guid.cc", 227 "guid.cc",
228 "guid.h", 228 "guid.h",
229 "guid_posix.cc", 229 "guid_posix.cc",
230 "guid_win.cc", 230 "guid_win.cc",
231 "hash.cc", 231 "hash.cc",
232 "hash.h", 232 "hash.h",
233 "id_map.h", 233 "id_map.h",
234 "ini_parser.cc",
235 "ini_parser.h",
236 "ios/device_util.h", 234 "ios/device_util.h",
237 "ios/device_util.mm", 235 "ios/device_util.mm",
238 "ios/ios_util.h", 236 "ios/ios_util.h",
239 "ios/ios_util.mm", 237 "ios/ios_util.mm",
240 "ios/scoped_critical_action.h", 238 "ios/scoped_critical_action.h",
241 "ios/scoped_critical_action.mm", 239 "ios/scoped_critical_action.mm",
242 "json/json_file_value_serializer.cc", 240 "json/json_file_value_serializer.cc",
243 "json/json_file_value_serializer.h", 241 "json/json_file_value_serializer.h",
244 "json/json_parser.cc", 242 "json/json_parser.cc",
245 "json/json_parser.h", 243 "json/json_parser.h",
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1102 "i18n/char_iterator_unittest.cc", 1100 "i18n/char_iterator_unittest.cc",
1103 "i18n/case_conversion_unittest.cc", 1101 "i18n/case_conversion_unittest.cc",
1104 "i18n/file_util_icu_unittest.cc", 1102 "i18n/file_util_icu_unittest.cc",
1105 "i18n/icu_string_conversions_unittest.cc", 1103 "i18n/icu_string_conversions_unittest.cc",
1106 "i18n/number_formatting_unittest.cc", 1104 "i18n/number_formatting_unittest.cc",
1107 "i18n/rtl_unittest.cc", 1105 "i18n/rtl_unittest.cc",
1108 "i18n/streaming_utf8_validator_unittest.cc", 1106 "i18n/streaming_utf8_validator_unittest.cc",
1109 "i18n/string_search_unittest.cc", 1107 "i18n/string_search_unittest.cc",
1110 "i18n/time_formatting_unittest.cc", 1108 "i18n/time_formatting_unittest.cc",
1111 "i18n/timezone_unittest.cc", 1109 "i18n/timezone_unittest.cc",
1112 "ini_parser_unittest.cc",
1113 "ios/device_util_unittest.mm", 1110 "ios/device_util_unittest.mm",
1114 "json/json_parser_unittest.cc", 1111 "json/json_parser_unittest.cc",
1115 "json/json_reader_unittest.cc", 1112 "json/json_reader_unittest.cc",
1116 "json/json_value_converter_unittest.cc", 1113 "json/json_value_converter_unittest.cc",
1117 "json/json_value_serializer_unittest.cc", 1114 "json/json_value_serializer_unittest.cc",
1118 "json/json_writer_unittest.cc", 1115 "json/json_writer_unittest.cc",
1119 "json/string_escape_unittest.cc", 1116 "json/string_escape_unittest.cc",
1120 "lazy_instance_unittest.cc", 1117 "lazy_instance_unittest.cc",
1121 "logging_unittest.cc", 1118 "logging_unittest.cc",
1122 "mac/bind_objc_block_unittest.mm", 1119 "mac/bind_objc_block_unittest.mm",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 1450
1454 unittest_apk("base_unittests_apk") { 1451 unittest_apk("base_unittests_apk") {
1455 deps = [ 1452 deps = [
1456 ":base_java", 1453 ":base_java",
1457 ":base_java_unittest_support", 1454 ":base_java_unittest_support",
1458 ":base_unittests", 1455 ":base_unittests",
1459 ] 1456 ]
1460 unittests_dep = ":base_unittests" 1457 unittests_dep = ":base_unittests"
1461 } 1458 }
1462 } 1459 }
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