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

Side by Side Diff: base/base.gypi

Issue 1492413002: ABANDONED CL: Adding a compile-time safe base::IdType<...> into //base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/id_type.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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'files/scoped_temp_dir.h', 235 'files/scoped_temp_dir.h',
236 'format_macros.h', 236 'format_macros.h',
237 'gtest_prod_util.h', 237 'gtest_prod_util.h',
238 'guid.cc', 238 'guid.cc',
239 'guid.h', 239 'guid.h',
240 'guid_posix.cc', 240 'guid_posix.cc',
241 'guid_win.cc', 241 'guid_win.cc',
242 'hash.cc', 242 'hash.cc',
243 'hash.h', 243 'hash.h',
244 'id_map.h', 244 'id_map.h',
245 'id_type.h',
245 'ios/block_types.h', 246 'ios/block_types.h',
246 'ios/crb_protocol_observers.h', 247 'ios/crb_protocol_observers.h',
247 'ios/crb_protocol_observers.mm', 248 'ios/crb_protocol_observers.mm',
248 'ios/device_util.h', 249 'ios/device_util.h',
249 'ios/device_util.mm', 250 'ios/device_util.mm',
250 'ios/ios_util.h', 251 'ios/ios_util.h',
251 'ios/ios_util.mm', 252 'ios/ios_util.mm',
252 'ios/ns_error_util.h', 253 'ios/ns_error_util.h',
253 'ios/ns_error_util.mm', 254 'ios/ns_error_util.mm',
254 'ios/scoped_critical_action.h', 255 'ios/scoped_critical_action.h',
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'i18n/time_formatting.h', 1053 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1054 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1055 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1056 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1057 'i18n/utf8_validator_tables.h',
1057 ], 1058 ],
1058 }] 1059 }]
1059 ], 1060 ],
1060 }, 1061 },
1061 } 1062 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/id_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698