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

Side by Side Diff: base/base.gypi

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « base/base.gyp ('k') | base/bind.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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'float_util.h', 237 'float_util.h',
238 'format_macros.h', 238 'format_macros.h',
239 'gtest_prod_util.h', 239 'gtest_prod_util.h',
240 'guid.cc', 240 'guid.cc',
241 'guid.h', 241 'guid.h',
242 'guid_posix.cc', 242 'guid_posix.cc',
243 'guid_win.cc', 243 'guid_win.cc',
244 'hash.cc', 244 'hash.cc',
245 'hash.h', 245 'hash.h',
246 'id_map.h', 246 'id_map.h',
247 'ios/block_types.h',
247 'ios/device_util.h', 248 'ios/device_util.h',
248 'ios/device_util.mm', 249 'ios/device_util.mm',
249 'ios/ios_util.h', 250 'ios/ios_util.h',
250 'ios/ios_util.mm', 251 'ios/ios_util.mm',
251 'ios/scoped_critical_action.h', 252 'ios/scoped_critical_action.h',
252 'ios/scoped_critical_action.mm', 253 'ios/scoped_critical_action.mm',
253 'json/json_file_value_serializer.cc', 254 'json/json_file_value_serializer.cc',
254 'json/json_file_value_serializer.h', 255 'json/json_file_value_serializer.h',
255 'json/json_parser.cc', 256 'json/json_parser.cc',
256 'json/json_parser.h', 257 'json/json_parser.h',
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'i18n/time_formatting.h', 1019 'i18n/time_formatting.h',
1019 'i18n/timezone.cc', 1020 'i18n/timezone.cc',
1020 'i18n/timezone.h', 1021 'i18n/timezone.h',
1021 'i18n/utf8_validator_tables.cc', 1022 'i18n/utf8_validator_tables.cc',
1022 'i18n/utf8_validator_tables.h', 1023 'i18n/utf8_validator_tables.h',
1023 ], 1024 ],
1024 }] 1025 }]
1025 ], 1026 ],
1026 }, 1027 },
1027 } 1028 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698