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

Side by Side Diff: base/base.gyp

Issue 78893002: Extract unit tests from the mixed bag process_util_unittest.cc into proper files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 7 years 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/process/process_metrics_unittest.cc » ('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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'prefs/pref_change_registrar_unittest.cc', 594 'prefs/pref_change_registrar_unittest.cc',
595 'prefs/pref_member_unittest.cc', 595 'prefs/pref_member_unittest.cc',
596 'prefs/pref_notifier_impl_unittest.cc', 596 'prefs/pref_notifier_impl_unittest.cc',
597 'prefs/pref_service_unittest.cc', 597 'prefs/pref_service_unittest.cc',
598 'prefs/pref_value_map_unittest.cc', 598 'prefs/pref_value_map_unittest.cc',
599 'prefs/pref_value_store_unittest.cc', 599 'prefs/pref_value_store_unittest.cc',
600 'prefs/scoped_user_pref_update_unittest.cc', 600 'prefs/scoped_user_pref_update_unittest.cc',
601 'process/memory_unittest.cc', 601 'process/memory_unittest.cc',
602 'process/memory_unittest_mac.h', 602 'process/memory_unittest_mac.h',
603 'process/memory_unittest_mac.mm', 603 'process/memory_unittest_mac.mm',
604 'process/process_metrics_unittests.cc', 604 'process/process_metrics_unittest.cc',
605 'process/process_metrics_unittest_ios.cc',
605 'process/process_util_unittest.cc', 606 'process/process_util_unittest.cc',
606 'process/process_util_unittest_ios.cc',
607 'profiler/tracked_time_unittest.cc', 607 'profiler/tracked_time_unittest.cc',
608 'rand_util_unittest.cc', 608 'rand_util_unittest.cc',
609 'safe_numerics_unittest.cc', 609 'safe_numerics_unittest.cc',
610 'safe_numerics_unittest.nc', 610 'safe_numerics_unittest.nc',
611 'scoped_clear_errno_unittest.cc', 611 'scoped_clear_errno_unittest.cc',
612 'scoped_native_library_unittest.cc', 612 'scoped_native_library_unittest.cc',
613 'scoped_observer.h', 613 'scoped_observer.h',
614 'security_unittest.cc', 614 'security_unittest.cc',
615 'sequence_checker_unittest.cc', 615 'sequence_checker_unittest.cc',
616 'sha1_unittest.cc', 616 'sha1_unittest.cc',
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 'base_unittests.isolate', 1398 'base_unittests.isolate',
1399 ], 1399 ],
1400 'sources': [ 1400 'sources': [
1401 'base_unittests.isolate', 1401 'base_unittests.isolate',
1402 ], 1402 ],
1403 }, 1403 },
1404 ], 1404 ],
1405 }], 1405 }],
1406 ], 1406 ],
1407 } 1407 }
OLDNEW
« no previous file with comments | « no previous file | base/process/process_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698