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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index afa96e9a604c44b64e78c7a0cc9e9e2405854da4..1545d5557602266171a86ae2f50c17352540b02a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -231,8 +231,6 @@ component("base") {
"hash.cc",
"hash.h",
"id_map.h",
- "ini_parser.cc",
- "ini_parser.h",
"ios/device_util.h",
"ios/device_util.mm",
"ios/ios_util.h",
@@ -1109,7 +1107,6 @@ test("base_unittests") {
"i18n/string_search_unittest.cc",
"i18n/time_formatting_unittest.cc",
"i18n/timezone_unittest.cc",
- "ini_parser_unittest.cc",
"ios/device_util_unittest.mm",
"json/json_parser_unittest.cc",
"json/json_reader_unittest.cc",
« 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