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

Side by Side Diff: base/base.gypi

Issue 67373006: Cache the numberOfProcessors value on posix and expose it to blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/sys_info_internal.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 '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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'synchronization/waitable_event_watcher_win.cc', 529 'synchronization/waitable_event_watcher_win.cc',
530 'synchronization/waitable_event_win.cc', 530 'synchronization/waitable_event_win.cc',
531 'system_monitor/system_monitor.cc', 531 'system_monitor/system_monitor.cc',
532 'system_monitor/system_monitor.h', 532 'system_monitor/system_monitor.h',
533 'sys_byteorder.h', 533 'sys_byteorder.h',
534 'sys_info.cc', 534 'sys_info.cc',
535 'sys_info.h', 535 'sys_info.h',
536 'sys_info_android.cc', 536 'sys_info_android.cc',
537 'sys_info_chromeos.cc', 537 'sys_info_chromeos.cc',
538 'sys_info_freebsd.cc', 538 'sys_info_freebsd.cc',
539 'sys_info_internal.h',
539 'sys_info_ios.mm', 540 'sys_info_ios.mm',
540 'sys_info_linux.cc', 541 'sys_info_linux.cc',
541 'sys_info_mac.cc', 542 'sys_info_mac.cc',
542 'sys_info_openbsd.cc', 543 'sys_info_openbsd.cc',
543 'sys_info_posix.cc', 544 'sys_info_posix.cc',
544 'sys_info_win.cc', 545 'sys_info_win.cc',
545 'task_runner.cc', 546 'task_runner.cc',
546 'task_runner.h', 547 'task_runner.h',
547 'task_runner_util.h', 548 'task_runner_util.h',
548 'template_util.h', 549 'template_util.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 ['<(toolkit_uses_gtk) == 1', { 936 ['<(toolkit_uses_gtk) == 1', {
936 'sources!': [ 937 'sources!': [
937 'x11/x11_error_tracker.cc', 938 'x11/x11_error_tracker.cc',
938 ], 939 ],
939 }], 940 }],
940 ], 941 ],
941 }], 942 }],
942 ], 943 ],
943 }, 944 },
944 } 945 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_info_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698