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

Side by Side Diff: base/base.gyp

Issue 10959020: SystemMonitor refactoring: move power state monitor into a separate class called PowerMonitor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update patch per vandebo's comments Created 8 years, 2 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/base.gypi » ('j') | base/hi_res_timer_manager_unittest.cc » ('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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'metrics/field_trial_unittest.cc', 450 'metrics/field_trial_unittest.cc',
451 'metrics/histogram_unittest.cc', 451 'metrics/histogram_unittest.cc',
452 'metrics/sparse_histogram_unittest.cc', 452 'metrics/sparse_histogram_unittest.cc',
453 'metrics/stats_table_unittest.cc', 453 'metrics/stats_table_unittest.cc',
454 'metrics/statistics_recorder_unittest.cc', 454 'metrics/statistics_recorder_unittest.cc',
455 'observer_list_unittest.cc', 455 'observer_list_unittest.cc',
456 'os_compat_android_unittest.cc', 456 'os_compat_android_unittest.cc',
457 'path_service_unittest.cc', 457 'path_service_unittest.cc',
458 'pickle_unittest.cc', 458 'pickle_unittest.cc',
459 'platform_file_unittest.cc', 459 'platform_file_unittest.cc',
460 'power_monitor/power_monitor_unittest.cc',
460 'pr_time_unittest.cc', 461 'pr_time_unittest.cc',
461 'process_util_unittest.cc', 462 'process_util_unittest.cc',
462 'process_util_unittest_ios.cc', 463 'process_util_unittest_ios.cc',
463 'process_util_unittest_mac.h', 464 'process_util_unittest_mac.h',
464 'process_util_unittest_mac.mm', 465 'process_util_unittest_mac.mm',
465 'profiler/tracked_time_unittest.cc', 466 'profiler/tracked_time_unittest.cc',
466 'rand_util_unittest.cc', 467 'rand_util_unittest.cc',
467 'scoped_native_library_unittest.cc', 468 'scoped_native_library_unittest.cc',
468 'scoped_observer.h', 469 'scoped_observer.h',
469 'scoped_temp_dir_unittest.cc', 470 'scoped_temp_dir_unittest.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 '--result', '<@(_outputs)', 1060 '--result', '<@(_outputs)',
1060 '--isolate', 'base_unittests.isolate', 1061 '--isolate', 'base_unittests.isolate',
1061 ], 1062 ],
1062 }, 1063 },
1063 ], 1064 ],
1064 }, 1065 },
1065 ], 1066 ],
1066 }], 1067 }],
1067 ], 1068 ],
1068 } 1069 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/hi_res_timer_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698