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

Side by Side Diff: base/BUILD.gn

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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | third_party/WebKit/Source/platform/UUID.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "files/memory_mapped_file_posix.cc", 338 "files/memory_mapped_file_posix.cc",
339 "files/memory_mapped_file_win.cc", 339 "files/memory_mapped_file_win.cc",
340 "files/scoped_file.cc", 340 "files/scoped_file.cc",
341 "files/scoped_file.h", 341 "files/scoped_file.h",
342 "files/scoped_temp_dir.cc", 342 "files/scoped_temp_dir.cc",
343 "files/scoped_temp_dir.h", 343 "files/scoped_temp_dir.h",
344 "format_macros.h", 344 "format_macros.h",
345 "gtest_prod_util.h", 345 "gtest_prod_util.h",
346 "guid.cc", 346 "guid.cc",
347 "guid.h", 347 "guid.h",
348 "guid_posix.cc",
349 "guid_win.cc",
350 "hash.cc", 348 "hash.cc",
351 "hash.h", 349 "hash.h",
352 "id_map.h", 350 "id_map.h",
353 "ios/crb_protocol_observers.h", 351 "ios/crb_protocol_observers.h",
354 "ios/crb_protocol_observers.mm", 352 "ios/crb_protocol_observers.mm",
355 "ios/device_util.h", 353 "ios/device_util.h",
356 "ios/device_util.mm", 354 "ios/device_util.mm",
357 "ios/ios_util.h", 355 "ios/ios_util.h",
358 "ios/ios_util.mm", 356 "ios/ios_util.mm",
359 "ios/ns_error_util.h", 357 "ios/ns_error_util.h",
(...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 2362
2365 # GYP: //base.gyp:base_java_unittest_support 2363 # GYP: //base.gyp:base_java_unittest_support
2366 android_library("base_java_unittest_support") { 2364 android_library("base_java_unittest_support") {
2367 deps = [ 2365 deps = [
2368 ":base_java", 2366 ":base_java",
2369 ] 2367 ]
2370 java_files = 2368 java_files =
2371 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2369 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2372 } 2370 }
2373 } 2371 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | third_party/WebKit/Source/platform/UUID.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698