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

Side by Side Diff: base/base.gypi

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 12 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'ios/weak_nsobject.h', 256 'ios/weak_nsobject.h',
257 'ios/weak_nsobject.mm', 257 'ios/weak_nsobject.mm',
258 'json/json_file_value_serializer.cc', 258 'json/json_file_value_serializer.cc',
259 'json/json_file_value_serializer.h', 259 'json/json_file_value_serializer.h',
260 'json/json_parser.cc', 260 'json/json_parser.cc',
261 'json/json_parser.h', 261 'json/json_parser.h',
262 'json/json_reader.cc', 262 'json/json_reader.cc',
263 'json/json_reader.h', 263 'json/json_reader.h',
264 'json/json_string_value_serializer.cc', 264 'json/json_string_value_serializer.cc',
265 'json/json_string_value_serializer.h', 265 'json/json_string_value_serializer.h',
266 'json/json_value_converter.cc',
266 'json/json_value_converter.h', 267 'json/json_value_converter.h',
267 'json/json_writer.cc', 268 'json/json_writer.cc',
268 'json/json_writer.h', 269 'json/json_writer.h',
269 'json/string_escape.cc', 270 'json/string_escape.cc',
270 'json/string_escape.h', 271 'json/string_escape.h',
271 'lazy_instance.cc', 272 'lazy_instance.cc',
272 'lazy_instance.h', 273 'lazy_instance.h',
273 'location.cc', 274 'location.cc',
274 'location.h', 275 'location.h',
275 'logging.cc', 276 'logging.cc',
(...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'i18n/time_formatting.h', 1029 'i18n/time_formatting.h',
1029 'i18n/timezone.cc', 1030 'i18n/timezone.cc',
1030 'i18n/timezone.h', 1031 'i18n/timezone.h',
1031 'i18n/utf8_validator_tables.cc', 1032 'i18n/utf8_validator_tables.cc',
1032 'i18n/utf8_validator_tables.h', 1033 'i18n/utf8_validator_tables.h',
1033 ], 1034 ],
1034 }] 1035 }]
1035 ], 1036 ],
1036 }, 1037 },
1037 } 1038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698