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

Side by Side Diff: base/BUILD.gn

Issue 2705743002: Introduce base::ScopedPlatformHandle (Closed)
Patch Set: . Created 3 years, 10 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/files/scoped_platform_handle.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) 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "files/file_util_win.cc", 377 "files/file_util_win.cc",
378 "files/file_win.cc", 378 "files/file_win.cc",
379 "files/important_file_writer.cc", 379 "files/important_file_writer.cc",
380 "files/important_file_writer.h", 380 "files/important_file_writer.h",
381 "files/memory_mapped_file.cc", 381 "files/memory_mapped_file.cc",
382 "files/memory_mapped_file.h", 382 "files/memory_mapped_file.h",
383 "files/memory_mapped_file_posix.cc", 383 "files/memory_mapped_file_posix.cc",
384 "files/memory_mapped_file_win.cc", 384 "files/memory_mapped_file_win.cc",
385 "files/scoped_file.cc", 385 "files/scoped_file.cc",
386 "files/scoped_file.h", 386 "files/scoped_file.h",
387 "files/scoped_platform_handle.cc",
388 "files/scoped_platform_handle.h",
389 "files/scoped_platform_handle_posix.cc",
390 "files/scoped_platform_handle_win.cc",
387 "files/scoped_temp_dir.cc", 391 "files/scoped_temp_dir.cc",
388 "files/scoped_temp_dir.h", 392 "files/scoped_temp_dir.h",
389 "format_macros.h", 393 "format_macros.h",
390 "gtest_prod_util.h", 394 "gtest_prod_util.h",
391 "guid.cc", 395 "guid.cc",
392 "guid.h", 396 "guid.h",
393 "hash.cc", 397 "hash.cc",
394 "hash.h", 398 "hash.h",
395 "id_map.h", 399 "id_map.h",
396 "ios/block_types.h", 400 "ios/block_types.h",
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 "files/file_descriptor_watcher_posix_unittest.cc", 1941 "files/file_descriptor_watcher_posix_unittest.cc",
1938 "files/file_locking_unittest.cc", 1942 "files/file_locking_unittest.cc",
1939 "files/file_path_unittest.cc", 1943 "files/file_path_unittest.cc",
1940 "files/file_path_watcher_unittest.cc", 1944 "files/file_path_watcher_unittest.cc",
1941 "files/file_proxy_unittest.cc", 1945 "files/file_proxy_unittest.cc",
1942 "files/file_unittest.cc", 1946 "files/file_unittest.cc",
1943 "files/file_util_proxy_unittest.cc", 1947 "files/file_util_proxy_unittest.cc",
1944 "files/file_util_unittest.cc", 1948 "files/file_util_unittest.cc",
1945 "files/important_file_writer_unittest.cc", 1949 "files/important_file_writer_unittest.cc",
1946 "files/memory_mapped_file_unittest.cc", 1950 "files/memory_mapped_file_unittest.cc",
1951 "files/scoped_platform_handle_unittest.cc",
1947 "files/scoped_temp_dir_unittest.cc", 1952 "files/scoped_temp_dir_unittest.cc",
1948 "gmock_unittest.cc", 1953 "gmock_unittest.cc",
1949 "guid_unittest.cc", 1954 "guid_unittest.cc",
1950 "hash_unittest.cc", 1955 "hash_unittest.cc",
1951 "i18n/break_iterator_unittest.cc", 1956 "i18n/break_iterator_unittest.cc",
1952 "i18n/case_conversion_unittest.cc", 1957 "i18n/case_conversion_unittest.cc",
1953 "i18n/char_iterator_unittest.cc", 1958 "i18n/char_iterator_unittest.cc",
1954 "i18n/character_encoding_unittest.cc", 1959 "i18n/character_encoding_unittest.cc",
1955 "i18n/file_util_icu_unittest.cc", 1960 "i18n/file_util_icu_unittest.cc",
1956 "i18n/icu_string_conversions_unittest.cc", 1961 "i18n/icu_string_conversions_unittest.cc",
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
2652 } 2657 }
2653 2658
2654 fuzzer_test("base_json_correctness_fuzzer") { 2659 fuzzer_test("base_json_correctness_fuzzer") {
2655 sources = [ 2660 sources = [
2656 "json/correctness_fuzzer.cc", 2661 "json/correctness_fuzzer.cc",
2657 ] 2662 ]
2658 deps = [ 2663 deps = [
2659 ":base", 2664 ":base",
2660 ] 2665 ]
2661 } 2666 }
OLDNEW
« no previous file with comments | « no previous file | base/files/scoped_platform_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698