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

Side by Side Diff: base/base.gypi

Issue 1906723003: Unify UUID/GUID generation code across base and blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ASSERT, use StringPiece Created 4 years, 7 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 '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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'files/memory_mapped_file_posix.cc', 233 'files/memory_mapped_file_posix.cc',
234 'files/memory_mapped_file_win.cc', 234 'files/memory_mapped_file_win.cc',
235 'files/scoped_file.cc', 235 'files/scoped_file.cc',
236 'files/scoped_file.h', 236 'files/scoped_file.h',
237 'files/scoped_temp_dir.cc', 237 'files/scoped_temp_dir.cc',
238 'files/scoped_temp_dir.h', 238 'files/scoped_temp_dir.h',
239 'format_macros.h', 239 'format_macros.h',
240 'gtest_prod_util.h', 240 'gtest_prod_util.h',
241 'guid.cc', 241 'guid.cc',
242 'guid.h', 242 'guid.h',
243 'guid_posix.cc',
244 'guid_win.cc',
245 'hash.cc', 243 'hash.cc',
246 'hash.h', 244 'hash.h',
247 'id_map.h', 245 'id_map.h',
248 'ios/block_types.h', 246 'ios/block_types.h',
249 'ios/crb_protocol_observers.h', 247 'ios/crb_protocol_observers.h',
250 'ios/crb_protocol_observers.mm', 248 'ios/crb_protocol_observers.mm',
251 'ios/device_util.h', 249 'ios/device_util.h',
252 'ios/device_util.mm', 250 'ios/device_util.mm',
253 'ios/ios_util.h', 251 'ios/ios_util.h',
254 'ios/ios_util.mm', 252 'ios/ios_util.mm',
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'i18n/time_formatting.h', 1092 'i18n/time_formatting.h',
1095 'i18n/timezone.cc', 1093 'i18n/timezone.cc',
1096 'i18n/timezone.h', 1094 'i18n/timezone.h',
1097 'i18n/utf8_validator_tables.cc', 1095 'i18n/utf8_validator_tables.cc',
1098 'i18n/utf8_validator_tables.h', 1096 'i18n/utf8_validator_tables.h',
1099 ], 1097 ],
1100 }] 1098 }]
1101 ], 1099 ],
1102 }, 1100 },
1103 } 1101 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/guid.h » ('j') | third_party/WebKit/Source/platform/UUID.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698