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

Side by Side Diff: base/base.gypi

Issue 141583008: Add support for safe math operations in base/numerics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Documentation and re-added ValueFloating. Created 6 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 | Annotate | Revision Log
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 'profiler/tracked_time.h', 484 'profiler/tracked_time.h',
485 'rand_util.cc', 485 'rand_util.cc',
486 'rand_util.h', 486 'rand_util.h',
487 'rand_util_nacl.cc', 487 'rand_util_nacl.cc',
488 'rand_util_posix.cc', 488 'rand_util_posix.cc',
489 'rand_util_win.cc', 489 'rand_util_win.cc',
490 'run_loop.cc', 490 'run_loop.cc',
491 'run_loop.h', 491 'run_loop.h',
492 'numerics/safe_conversions.h', 492 'numerics/safe_conversions.h',
493 'numerics/safe_conversions_impl.h', 493 'numerics/safe_conversions_impl.h',
494 'numerics/safe_math.h',
495 'numerics/safe_math_impl.h',
494 'safe_strerror_posix.cc', 496 'safe_strerror_posix.cc',
495 'safe_strerror_posix.h', 497 'safe_strerror_posix.h',
496 'scoped_native_library.cc', 498 'scoped_native_library.cc',
497 'scoped_native_library.h', 499 'scoped_native_library.h',
498 'sequence_checker.h', 500 'sequence_checker.h',
499 'sequence_checker_impl.cc', 501 'sequence_checker_impl.cc',
500 'sequence_checker_impl.h', 502 'sequence_checker_impl.h',
501 'sequenced_task_runner.cc', 503 'sequenced_task_runner.cc',
502 'sequenced_task_runner.h', 504 'sequenced_task_runner.h',
503 'sequenced_task_runner_helpers.h', 505 'sequenced_task_runner_helpers.h',
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 'i18n/time_formatting.h', 979 'i18n/time_formatting.h',
978 'i18n/timezone.cc', 980 'i18n/timezone.cc',
979 'i18n/timezone.h', 981 'i18n/timezone.h',
980 'i18n/utf8_validator_tables.cc', 982 'i18n/utf8_validator_tables.cc',
981 'i18n/utf8_validator_tables.h', 983 'i18n/utf8_validator_tables.h',
982 ], 984 ],
983 }] 985 }]
984 ], 986 ],
985 }, 987 },
986 } 988 }
OLDNEW
« no previous file with comments | « no previous file | base/numerics/safe_conversions_impl.h » ('j') | base/numerics/safe_conversions_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698