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

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: weak symbol 2 Created 6 years, 10 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') | base/process/memory.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 '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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'process/kill_mac.cc', 441 'process/kill_mac.cc',
442 'process/kill_posix.cc', 442 'process/kill_posix.cc',
443 'process/kill_win.cc', 443 'process/kill_win.cc',
444 'process/launch.cc', 444 'process/launch.cc',
445 'process/launch.h', 445 'process/launch.h',
446 'process/launch_ios.cc', 446 'process/launch_ios.cc',
447 'process/launch_mac.cc', 447 'process/launch_mac.cc',
448 'process/launch_posix.cc', 448 'process/launch_posix.cc',
449 'process/launch_win.cc', 449 'process/launch_win.cc',
450 'process/memory.h', 450 'process/memory.h',
451 'process/memory.cc',
451 'process/memory_linux.cc', 452 'process/memory_linux.cc',
452 'process/memory_mac.mm', 453 'process/memory_mac.mm',
453 'process/memory_win.cc', 454 'process/memory_win.cc',
454 'process/process.h', 455 'process/process.h',
455 'process/process_handle_freebsd.cc', 456 'process/process_handle_freebsd.cc',
456 'process/process_handle_linux.cc', 457 'process/process_handle_linux.cc',
457 'process/process_handle_mac.cc', 458 'process/process_handle_mac.cc',
458 'process/process_handle_openbsd.cc', 459 'process/process_handle_openbsd.cc',
459 'process/process_handle_posix.cc', 460 'process/process_handle_posix.cc',
460 'process/process_handle_win.cc', 461 'process/process_handle_win.cc',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'i18n/time_formatting.h', 981 'i18n/time_formatting.h',
981 'i18n/timezone.cc', 982 'i18n/timezone.cc',
982 'i18n/timezone.h', 983 'i18n/timezone.h',
983 'i18n/utf8_validator_tables.cc', 984 'i18n/utf8_validator_tables.cc',
984 'i18n/utf8_validator_tables.h', 985 'i18n/utf8_validator_tables.h',
985 ], 986 ],
986 }] 987 }]
987 ], 988 ],
988 }, 989 },
989 } 990 }
OLDNEW
« no previous file with comments | « no previous file | base/process/memory.h » ('j') | base/process/memory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698