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

Side by Side Diff: base/base.gyp

Issue 22824008: Add DiskInfo struct and functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveswapdata
Patch Set: fixed namespace for diskinfo readfiletostring Created 7 years, 3 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
« no previous file with comments | « no previous file | base/process/process_metrics.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) 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'prefs/overlay_user_pref_store_unittest.cc', 558 'prefs/overlay_user_pref_store_unittest.cc',
559 'prefs/pref_change_registrar_unittest.cc', 559 'prefs/pref_change_registrar_unittest.cc',
560 'prefs/pref_member_unittest.cc', 560 'prefs/pref_member_unittest.cc',
561 'prefs/pref_notifier_impl_unittest.cc', 561 'prefs/pref_notifier_impl_unittest.cc',
562 'prefs/pref_service_unittest.cc', 562 'prefs/pref_service_unittest.cc',
563 'prefs/pref_value_map_unittest.cc', 563 'prefs/pref_value_map_unittest.cc',
564 'prefs/pref_value_store_unittest.cc', 564 'prefs/pref_value_store_unittest.cc',
565 'process/memory_unittest.cc', 565 'process/memory_unittest.cc',
566 'process/memory_unittest_mac.h', 566 'process/memory_unittest_mac.h',
567 'process/memory_unittest_mac.mm', 567 'process/memory_unittest_mac.mm',
568 'process/process_metrics_unittests.cc',
568 'process/process_util_unittest.cc', 569 'process/process_util_unittest.cc',
569 'process/process_util_unittest_ios.cc', 570 'process/process_util_unittest_ios.cc',
570 'profiler/tracked_time_unittest.cc', 571 'profiler/tracked_time_unittest.cc',
571 'rand_util_unittest.cc', 572 'rand_util_unittest.cc',
572 'safe_numerics_unittest.cc', 573 'safe_numerics_unittest.cc',
573 'safe_numerics_unittest.nc', 574 'safe_numerics_unittest.nc',
574 'scoped_clear_errno_unittest.cc', 575 'scoped_clear_errno_unittest.cc',
575 'scoped_native_library_unittest.cc', 576 'scoped_native_library_unittest.cc',
576 'scoped_observer.h', 577 'scoped_observer.h',
577 'security_unittest.cc', 578 'security_unittest.cc',
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'base_unittests.isolate', 1322 'base_unittests.isolate',
1322 ], 1323 ],
1323 'sources': [ 1324 'sources': [
1324 'base_unittests.isolate', 1325 'base_unittests.isolate',
1325 ], 1326 ],
1326 }, 1327 },
1327 ], 1328 ],
1328 }], 1329 }],
1329 ], 1330 ],
1330 } 1331 }
OLDNEW
« no previous file with comments | « no previous file | base/process/process_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698