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

Side by Side Diff: base/base.gypi

Issue 17074009: Created multi-process-friendly PowerMonitor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Feedback Created 7 years, 5 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/power_monitor/power_monitor.h » ('j') | base/power_monitor/power_monitor.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'port.h', 362 'port.h',
363 'posix/eintr_wrapper.h', 363 'posix/eintr_wrapper.h',
364 'posix/global_descriptors.cc', 364 'posix/global_descriptors.cc',
365 'posix/global_descriptors.h', 365 'posix/global_descriptors.h',
366 'posix/unix_domain_socket_linux.cc', 366 'posix/unix_domain_socket_linux.cc',
367 'posix/unix_domain_socket_linux.h', 367 'posix/unix_domain_socket_linux.h',
368 'power_monitor/power_monitor.cc', 368 'power_monitor/power_monitor.cc',
369 'power_monitor/power_monitor.h', 369 'power_monitor/power_monitor.h',
370 'power_monitor/power_monitor_android.cc', 370 'power_monitor/power_monitor_android.cc',
371 'power_monitor/power_monitor_android.h', 371 'power_monitor/power_monitor_android.h',
372 'power_monitor/power_monitor_device_source.cc',
373 'power_monitor/power_monitor_device_source.h',
372 'power_monitor/power_monitor_ios.mm', 374 'power_monitor/power_monitor_ios.mm',
373 'power_monitor/power_monitor_mac.mm', 375 'power_monitor/power_monitor_mac.mm',
374 'power_monitor/power_monitor_posix.cc', 376 'power_monitor/power_monitor_posix.cc',
377 'power_monitor/power_monitor_source.cc',
378 'power_monitor/power_monitor_source.h',
375 'power_monitor/power_monitor_win.cc', 379 'power_monitor/power_monitor_win.cc',
376 'power_monitor/power_observer.h', 380 'power_monitor/power_observer.h',
377 'process.h', 381 'process.h',
378 'process_info.h', 382 'process_info.h',
379 'process_info_mac.cc', 383 'process_info_mac.cc',
380 'process_info_win.cc', 384 'process_info_win.cc',
381 'process_linux.cc', 385 'process_linux.cc',
382 'process_posix.cc', 386 'process_posix.cc',
383 'process_util.cc', 387 'process_util.cc',
384 'process_util.h', 388 'process_util.h',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 851 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
848 'sources/': [ 852 'sources/': [
849 ['exclude', '^third_party/nspr/'], 853 ['exclude', '^third_party/nspr/'],
850 ], 854 ],
851 }], 855 }],
852 ], 856 ],
853 }], 857 }],
854 ], 858 ],
855 }, 859 },
856 } 860 }
OLDNEW
« no previous file with comments | « no previous file | base/power_monitor/power_monitor.h » ('j') | base/power_monitor/power_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698