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

Side by Side Diff: base/base.gypi

Issue 55333002: Make possible to check memory allocations inside chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes inspired by trybots Created 6 years, 9 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/memory.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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'process/kill_mac.cc', 443 'process/kill_mac.cc',
444 'process/kill_posix.cc', 444 'process/kill_posix.cc',
445 'process/kill_win.cc', 445 'process/kill_win.cc',
446 'process/launch.cc', 446 'process/launch.cc',
447 'process/launch.h', 447 'process/launch.h',
448 'process/launch_ios.cc', 448 'process/launch_ios.cc',
449 'process/launch_mac.cc', 449 'process/launch_mac.cc',
450 'process/launch_posix.cc', 450 'process/launch_posix.cc',
451 'process/launch_win.cc', 451 'process/launch_win.cc',
452 'process/memory.h', 452 'process/memory.h',
453 'process/memory.cc',
453 'process/memory_linux.cc', 454 'process/memory_linux.cc',
454 'process/memory_mac.mm', 455 'process/memory_mac.mm',
455 'process/memory_win.cc', 456 'process/memory_win.cc',
456 'process/process.h', 457 'process/process.h',
457 'process/process_handle_freebsd.cc', 458 'process/process_handle_freebsd.cc',
458 'process/process_handle_linux.cc', 459 'process/process_handle_linux.cc',
459 'process/process_handle_mac.cc', 460 'process/process_handle_mac.cc',
460 'process/process_handle_openbsd.cc', 461 'process/process_handle_openbsd.cc',
461 'process/process_handle_posix.cc', 462 'process/process_handle_posix.cc',
462 'process/process_handle_win.cc', 463 'process/process_handle_win.cc',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'i18n/time_formatting.h', 983 'i18n/time_formatting.h',
983 'i18n/timezone.cc', 984 'i18n/timezone.cc',
984 'i18n/timezone.h', 985 'i18n/timezone.h',
985 'i18n/utf8_validator_tables.cc', 986 'i18n/utf8_validator_tables.cc',
986 'i18n/utf8_validator_tables.h', 987 'i18n/utf8_validator_tables.h',
987 ], 988 ],
988 }] 989 }]
989 ], 990 ],
990 }, 991 },
991 } 992 }
OLDNEW
« no previous file with comments | « no previous file | base/process/memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698