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

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: Created 5 years, 5 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/ns_error_util.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 '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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'hash.cc', 239 'hash.cc',
240 'hash.h', 240 'hash.h',
241 'id_map.h', 241 'id_map.h',
242 'ios/block_types.h', 242 'ios/block_types.h',
243 'ios/crb_protocol_observers.h', 243 'ios/crb_protocol_observers.h',
244 'ios/crb_protocol_observers.mm', 244 'ios/crb_protocol_observers.mm',
245 'ios/device_util.h', 245 'ios/device_util.h',
246 'ios/device_util.mm', 246 'ios/device_util.mm',
247 'ios/ios_util.h', 247 'ios/ios_util.h',
248 'ios/ios_util.mm', 248 'ios/ios_util.mm',
249 'ios/ns_error_util.h',
250 'ios/ns_error_util.mm',
249 'ios/scoped_critical_action.h', 251 'ios/scoped_critical_action.h',
250 'ios/scoped_critical_action.mm', 252 'ios/scoped_critical_action.mm',
251 'ios/weak_nsobject.h', 253 'ios/weak_nsobject.h',
252 'ios/weak_nsobject.mm', 254 'ios/weak_nsobject.mm',
253 'json/json_file_value_serializer.cc', 255 'json/json_file_value_serializer.cc',
254 'json/json_file_value_serializer.h', 256 'json/json_file_value_serializer.h',
255 'json/json_parser.cc', 257 'json/json_parser.cc',
256 'json/json_parser.h', 258 'json/json_parser.h',
257 'json/json_reader.cc', 259 'json/json_reader.cc',
258 'json/json_reader.h', 260 'json/json_reader.h',
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'i18n/time_formatting.h', 1031 'i18n/time_formatting.h',
1030 'i18n/timezone.cc', 1032 'i18n/timezone.cc',
1031 'i18n/timezone.h', 1033 'i18n/timezone.h',
1032 'i18n/utf8_validator_tables.cc', 1034 'i18n/utf8_validator_tables.cc',
1033 'i18n/utf8_validator_tables.h', 1035 'i18n/utf8_validator_tables.h',
1034 ], 1036 ],
1035 }] 1037 }]
1036 ], 1038 ],
1037 }, 1039 },
1038 } 1040 }
OLDNEW
« no previous file with comments | « no previous file | base/ios/ns_error_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698