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

Side by Side Diff: base/base.gypi

Issue 1181263005: Make task manager memory data more efficient and meaningful. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduced PdhGetFormattedCounterArray calls and now presubmit clean Created 5 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'process/launch.h', 466 'process/launch.h',
467 'process/launch_ios.cc', 467 'process/launch_ios.cc',
468 'process/launch_mac.cc', 468 'process/launch_mac.cc',
469 'process/launch_posix.cc', 469 'process/launch_posix.cc',
470 'process/launch_win.cc', 470 'process/launch_win.cc',
471 'process/memory.cc', 471 'process/memory.cc',
472 'process/memory.h', 472 'process/memory.h',
473 'process/memory_linux.cc', 473 'process/memory_linux.cc',
474 'process/memory_mac.mm', 474 'process/memory_mac.mm',
475 'process/memory_win.cc', 475 'process/memory_win.cc',
476 'process/private_working_set_snapshot.h',
477 'process/private_working_set_snapshot_win.cc',
476 'process/process.h', 478 'process/process.h',
477 'process/process_handle_freebsd.cc', 479 'process/process_handle_freebsd.cc',
478 'process/process_handle_linux.cc', 480 'process/process_handle_linux.cc',
479 'process/process_handle_mac.cc', 481 'process/process_handle_mac.cc',
480 'process/process_handle_openbsd.cc', 482 'process/process_handle_openbsd.cc',
481 'process/process_handle_posix.cc', 483 'process/process_handle_posix.cc',
482 'process/process_handle_win.cc', 484 'process/process_handle_win.cc',
483 'process/process_info.h', 485 'process/process_info.h',
484 'process/process_info_linux.cc', 486 'process/process_info_linux.cc',
485 'process/process_info_mac.cc', 487 'process/process_info_mac.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'i18n/time_formatting.h', 1037 'i18n/time_formatting.h',
1036 'i18n/timezone.cc', 1038 'i18n/timezone.cc',
1037 'i18n/timezone.h', 1039 'i18n/timezone.h',
1038 'i18n/utf8_validator_tables.cc', 1040 'i18n/utf8_validator_tables.cc',
1039 'i18n/utf8_validator_tables.h', 1041 'i18n/utf8_validator_tables.h',
1040 ], 1042 ],
1041 }] 1043 }]
1042 ], 1044 ],
1043 }, 1045 },
1044 } 1046 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698