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

Side by Side Diff: base/base.gyp

Issue 131063002: Expand support in safe_numeric.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: final 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') | base/safe_numerics.h » ('J')
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/scoped_user_pref_update_unittest.cc', 567 'prefs/scoped_user_pref_update_unittest.cc',
568 'process/memory_unittest.cc', 568 'process/memory_unittest.cc',
569 'process/memory_unittest_mac.h', 569 'process/memory_unittest_mac.h',
570 'process/memory_unittest_mac.mm', 570 'process/memory_unittest_mac.mm',
571 'process/process_metrics_unittest.cc', 571 'process/process_metrics_unittest.cc',
572 'process/process_metrics_unittest_ios.cc', 572 'process/process_metrics_unittest_ios.cc',
573 'process/process_util_unittest.cc', 573 'process/process_util_unittest.cc',
574 'profiler/tracked_time_unittest.cc', 574 'profiler/tracked_time_unittest.cc',
575 'rand_util_unittest.cc', 575 'rand_util_unittest.cc',
576 'safe_numerics_unittest.cc', 576 'safe_numerics_unittest.cc',
577 'safe_numerics_unittest.nc',
578 'scoped_clear_errno_unittest.cc', 577 'scoped_clear_errno_unittest.cc',
579 'scoped_native_library_unittest.cc', 578 'scoped_native_library_unittest.cc',
580 'scoped_observer.h', 579 'scoped_observer.h',
581 'security_unittest.cc', 580 'security_unittest.cc',
582 'sequence_checker_unittest.cc', 581 'sequence_checker_unittest.cc',
583 'sha1_unittest.cc', 582 'sha1_unittest.cc',
584 'stl_util_unittest.cc', 583 'stl_util_unittest.cc',
585 'strings/nullable_string16_unittest.cc', 584 'strings/nullable_string16_unittest.cc',
586 'strings/safe_sprintf_unittest.cc', 585 'strings/safe_sprintf_unittest.cc',
587 'strings/string16_unittest.cc', 586 'strings/string16_unittest.cc',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'base_unittests.isolate', 1395 'base_unittests.isolate',
1397 ], 1396 ],
1398 'sources': [ 1397 'sources': [
1399 'base_unittests.isolate', 1398 'base_unittests.isolate',
1400 ], 1399 ],
1401 }, 1400 },
1402 ], 1401 ],
1403 }], 1402 }],
1404 ], 1403 ],
1405 } 1404 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/safe_numerics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698