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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/ini_parser.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'float_util.h', 229 'float_util.h',
230 'format_macros.h', 230 'format_macros.h',
231 'gtest_prod_util.h', 231 'gtest_prod_util.h',
232 'guid.cc', 232 'guid.cc',
233 'guid.h', 233 'guid.h',
234 'guid_posix.cc', 234 'guid_posix.cc',
235 'guid_win.cc', 235 'guid_win.cc',
236 'hash.cc', 236 'hash.cc',
237 'hash.h', 237 'hash.h',
238 'id_map.h', 238 'id_map.h',
239 'ini_parser.cc',
240 'ini_parser.h',
241 'ios/device_util.h', 239 'ios/device_util.h',
242 'ios/device_util.mm', 240 'ios/device_util.mm',
243 'ios/ios_util.h', 241 'ios/ios_util.h',
244 'ios/ios_util.mm', 242 'ios/ios_util.mm',
245 'ios/scoped_critical_action.h', 243 'ios/scoped_critical_action.h',
246 'ios/scoped_critical_action.mm', 244 'ios/scoped_critical_action.mm',
247 'json/json_file_value_serializer.cc', 245 'json/json_file_value_serializer.cc',
248 'json/json_file_value_serializer.h', 246 'json/json_file_value_serializer.h',
249 'json/json_parser.cc', 247 'json/json_parser.cc',
250 'json/json_parser.h', 248 'json/json_parser.h',
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'i18n/time_formatting.h', 991 'i18n/time_formatting.h',
994 'i18n/timezone.cc', 992 'i18n/timezone.cc',
995 'i18n/timezone.h', 993 'i18n/timezone.h',
996 'i18n/utf8_validator_tables.cc', 994 'i18n/utf8_validator_tables.cc',
997 'i18n/utf8_validator_tables.h', 995 'i18n/utf8_validator_tables.h',
998 ], 996 ],
999 }] 997 }]
1000 ], 998 ],
1001 }, 999 },
1002 } 1000 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/ini_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698