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

Side by Side Diff: base/base.gypi

Issue 1178063007: Updated error translation logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eugene's comments Created 5 years, 6 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
« no previous file with comments | « no previous file | base/ios/nserror_util.h » ('j') | base/ios/nserror_util.h » ('J')
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'hash.cc', 241 'hash.cc',
242 'hash.h', 242 'hash.h',
243 'id_map.h', 243 'id_map.h',
244 'ios/block_types.h', 244 'ios/block_types.h',
245 'ios/crb_protocol_observers.h', 245 'ios/crb_protocol_observers.h',
246 'ios/crb_protocol_observers.mm', 246 'ios/crb_protocol_observers.mm',
247 'ios/device_util.h', 247 'ios/device_util.h',
248 'ios/device_util.mm', 248 'ios/device_util.mm',
249 'ios/ios_util.h', 249 'ios/ios_util.h',
250 'ios/ios_util.mm', 250 'ios/ios_util.mm',
251 'ios/nserror_util.h',
Eugene But (OOO till 7-30) 2015/06/23 21:27:14 ns_error_util (see ui_web_view for example)
kkhorimoto 2015/06/24 20:01:42 Done.
252 'ios/nserror_util.mm',
251 'ios/scoped_critical_action.h', 253 'ios/scoped_critical_action.h',
252 'ios/scoped_critical_action.mm', 254 'ios/scoped_critical_action.mm',
253 'ios/weak_nsobject.h', 255 'ios/weak_nsobject.h',
254 'ios/weak_nsobject.mm', 256 'ios/weak_nsobject.mm',
255 'json/json_file_value_serializer.cc', 257 'json/json_file_value_serializer.cc',
256 'json/json_file_value_serializer.h', 258 'json/json_file_value_serializer.h',
257 'json/json_parser.cc', 259 'json/json_parser.cc',
258 'json/json_parser.h', 260 'json/json_parser.h',
259 'json/json_reader.cc', 261 'json/json_reader.cc',
260 'json/json_reader.h', 262 'json/json_reader.h',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'i18n/time_formatting.h', 1037 'i18n/time_formatting.h',
1036 'i18n/timezone.cc', 1038 'i18n/timezone.cc',
1037 'i18n/timezone.h', 1039 'i18n/timezone.h',
1038 'i18n/utf8_validator_tables.cc', 1040 'i18n/utf8_validator_tables.cc',
1039 'i18n/utf8_validator_tables.h', 1041 'i18n/utf8_validator_tables.h',
1040 ], 1042 ],
1041 }] 1043 }]
1042 ], 1044 ],
1043 }, 1045 },
1044 } 1046 }
OLDNEW
« no previous file with comments | « no previous file | base/ios/nserror_util.h » ('j') | base/ios/nserror_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698