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

Side by Side Diff: base/BUILD.gn

Issue 2499783002: Move SaturatedArithmetic from Blink to base (Closed)
Patch Set: Revert flag addition Created 4 years, 1 month 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/numerics/saturated_arithmetic.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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "native_library_posix.cc", 578 "native_library_posix.cc",
579 "native_library_win.cc", 579 "native_library_win.cc",
580 "nix/mime_util_xdg.cc", 580 "nix/mime_util_xdg.cc",
581 "nix/mime_util_xdg.h", 581 "nix/mime_util_xdg.h",
582 "nix/xdg_util.cc", 582 "nix/xdg_util.cc",
583 "nix/xdg_util.h", 583 "nix/xdg_util.h",
584 "numerics/safe_conversions.h", 584 "numerics/safe_conversions.h",
585 "numerics/safe_conversions_impl.h", 585 "numerics/safe_conversions_impl.h",
586 "numerics/safe_math.h", 586 "numerics/safe_math.h",
587 "numerics/safe_math_impl.h", 587 "numerics/safe_math_impl.h",
588 "numerics/saturated_arithmetic.h",
589 "numerics/saturated_arithmetic_arm.h",
588 "observer_list.h", 590 "observer_list.h",
589 "observer_list_threadsafe.h", 591 "observer_list_threadsafe.h",
590 "optional.h", 592 "optional.h",
591 "os_compat_android.cc", 593 "os_compat_android.cc",
592 "os_compat_android.h", 594 "os_compat_android.h",
593 "os_compat_nacl.cc", 595 "os_compat_nacl.cc",
594 "os_compat_nacl.h", 596 "os_compat_nacl.h",
595 "path_service.cc", 597 "path_service.cc",
596 "path_service.h", 598 "path_service.h",
597 "pending_task.cc", 599 "pending_task.cc",
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 "metrics/metrics_hashes_unittest.cc", 1887 "metrics/metrics_hashes_unittest.cc",
1886 "metrics/persistent_histogram_allocator_unittest.cc", 1888 "metrics/persistent_histogram_allocator_unittest.cc",
1887 "metrics/persistent_memory_allocator_unittest.cc", 1889 "metrics/persistent_memory_allocator_unittest.cc",
1888 "metrics/persistent_sample_map_unittest.cc", 1890 "metrics/persistent_sample_map_unittest.cc",
1889 "metrics/sample_map_unittest.cc", 1891 "metrics/sample_map_unittest.cc",
1890 "metrics/sample_vector_unittest.cc", 1892 "metrics/sample_vector_unittest.cc",
1891 "metrics/sparse_histogram_unittest.cc", 1893 "metrics/sparse_histogram_unittest.cc",
1892 "metrics/statistics_recorder_unittest.cc", 1894 "metrics/statistics_recorder_unittest.cc",
1893 "native_library_unittest.cc", 1895 "native_library_unittest.cc",
1894 "numerics/safe_numerics_unittest.cc", 1896 "numerics/safe_numerics_unittest.cc",
1897 "numerics/saturated_arithmetic_unittest.cc",
1895 "observer_list_unittest.cc", 1898 "observer_list_unittest.cc",
1896 "optional_unittest.cc", 1899 "optional_unittest.cc",
1897 "os_compat_android_unittest.cc", 1900 "os_compat_android_unittest.cc",
1898 "path_service_unittest.cc", 1901 "path_service_unittest.cc",
1899 "pickle_unittest.cc", 1902 "pickle_unittest.cc",
1900 "posix/file_descriptor_shuffle_unittest.cc", 1903 "posix/file_descriptor_shuffle_unittest.cc",
1901 "posix/unix_domain_socket_linux_unittest.cc", 1904 "posix/unix_domain_socket_linux_unittest.cc",
1902 "power_monitor/power_monitor_unittest.cc", 1905 "power_monitor/power_monitor_unittest.cc",
1903 "process/memory_unittest.cc", 1906 "process/memory_unittest.cc",
1904 "process/memory_unittest_mac.h", 1907 "process/memory_unittest_mac.h",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 } 2496 }
2494 2497
2495 fuzzer_test("base_json_correctness_fuzzer") { 2498 fuzzer_test("base_json_correctness_fuzzer") {
2496 sources = [ 2499 sources = [
2497 "json/correctness_fuzzer.cc", 2500 "json/correctness_fuzzer.cc",
2498 ] 2501 ]
2499 deps = [ 2502 deps = [
2500 ":base", 2503 ":base",
2501 ] 2504 ]
2502 } 2505 }
OLDNEW
« no previous file with comments | « no previous file | base/numerics/saturated_arithmetic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698