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

Side by Side Diff: base/base.gyp

Issue 141113003: Refactor base/safe_numerics.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | base/base.gypi » ('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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'prefs/pref_value_store_unittest.cc', 567 'prefs/pref_value_store_unittest.cc',
568 'prefs/scoped_user_pref_update_unittest.cc', 568 'prefs/scoped_user_pref_update_unittest.cc',
569 'process/memory_unittest.cc', 569 'process/memory_unittest.cc',
570 'process/memory_unittest_mac.h', 570 'process/memory_unittest_mac.h',
571 'process/memory_unittest_mac.mm', 571 'process/memory_unittest_mac.mm',
572 'process/process_metrics_unittest.cc', 572 'process/process_metrics_unittest.cc',
573 'process/process_metrics_unittest_ios.cc', 573 'process/process_metrics_unittest_ios.cc',
574 'process/process_util_unittest.cc', 574 'process/process_util_unittest.cc',
575 'profiler/tracked_time_unittest.cc', 575 'profiler/tracked_time_unittest.cc',
576 'rand_util_unittest.cc', 576 'rand_util_unittest.cc',
577 'safe_numerics_unittest.cc', 577 'numerics/safe_numerics_unittest.cc',
578 'scoped_clear_errno_unittest.cc', 578 'scoped_clear_errno_unittest.cc',
579 'scoped_native_library_unittest.cc', 579 'scoped_native_library_unittest.cc',
580 'scoped_observer.h', 580 'scoped_observer.h',
581 'security_unittest.cc', 581 'security_unittest.cc',
582 'sequence_checker_unittest.cc', 582 'sequence_checker_unittest.cc',
583 'sha1_unittest.cc', 583 'sha1_unittest.cc',
584 'stl_util_unittest.cc', 584 'stl_util_unittest.cc',
585 'strings/nullable_string16_unittest.cc', 585 'strings/nullable_string16_unittest.cc',
586 'strings/safe_sprintf_unittest.cc', 586 'strings/safe_sprintf_unittest.cc',
587 'strings/string16_unittest.cc', 587 'strings/string16_unittest.cc',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 'base_unittests.isolate', 1422 'base_unittests.isolate',
1423 ], 1423 ],
1424 'sources': [ 1424 'sources': [
1425 'base_unittests.isolate', 1425 'base_unittests.isolate',
1426 ], 1426 ],
1427 }, 1427 },
1428 ], 1428 ],
1429 }], 1429 }],
1430 ], 1430 ],
1431 } 1431 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698