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

Side by Side Diff: base/base.gypi

Issue 792443004: Upstream WeakNSObject in //base/ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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/ios/weak_nsobject.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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/block_types.h',
248 'ios/device_util.h', 248 'ios/device_util.h',
249 'ios/device_util.mm', 249 'ios/device_util.mm',
250 'ios/ios_util.h', 250 'ios/ios_util.h',
251 'ios/ios_util.mm', 251 'ios/ios_util.mm',
252 'ios/scoped_critical_action.h', 252 'ios/scoped_critical_action.h',
253 'ios/scoped_critical_action.mm', 253 'ios/scoped_critical_action.mm',
254 'ios/weak_nsobject.h',
255 'ios/weak_nsobject.mm',
254 'json/json_file_value_serializer.cc', 256 'json/json_file_value_serializer.cc',
255 'json/json_file_value_serializer.h', 257 'json/json_file_value_serializer.h',
256 'json/json_parser.cc', 258 'json/json_parser.cc',
257 'json/json_parser.h', 259 'json/json_parser.h',
258 'json/json_reader.cc', 260 'json/json_reader.cc',
259 'json/json_reader.h', 261 'json/json_reader.h',
260 'json/json_string_value_serializer.cc', 262 'json/json_string_value_serializer.cc',
261 'json/json_string_value_serializer.h', 263 'json/json_string_value_serializer.h',
262 'json/json_value_converter.h', 264 'json/json_value_converter.h',
263 'json/json_writer.cc', 265 'json/json_writer.cc',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'i18n/time_formatting.h', 1021 'i18n/time_formatting.h',
1020 'i18n/timezone.cc', 1022 'i18n/timezone.cc',
1021 'i18n/timezone.h', 1023 'i18n/timezone.h',
1022 'i18n/utf8_validator_tables.cc', 1024 'i18n/utf8_validator_tables.cc',
1023 'i18n/utf8_validator_tables.h', 1025 'i18n/utf8_validator_tables.h',
1024 ], 1026 ],
1025 }] 1027 }]
1026 ], 1028 ],
1027 }, 1029 },
1028 } 1030 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698