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

Side by Side Diff: base/base.gypi

Issue 10113009: Set Android/V8 memory limits from dalvik.vm.heapsize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use static variable instead of LazyInstance Created 8 years, 7 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/sys_info.h » ('j') | base/sys_info_android.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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'synchronization/waitable_event_watcher_win.cc', 316 'synchronization/waitable_event_watcher_win.cc',
317 'synchronization/waitable_event_win.cc', 317 'synchronization/waitable_event_win.cc',
318 'system_monitor/system_monitor.cc', 318 'system_monitor/system_monitor.cc',
319 'system_monitor/system_monitor.h', 319 'system_monitor/system_monitor.h',
320 'system_monitor/system_monitor_android.cc', 320 'system_monitor/system_monitor_android.cc',
321 'system_monitor/system_monitor_mac.mm', 321 'system_monitor/system_monitor_mac.mm',
322 'system_monitor/system_monitor_posix.cc', 322 'system_monitor/system_monitor_posix.cc',
323 'system_monitor/system_monitor_win.cc', 323 'system_monitor/system_monitor_win.cc',
324 'sys_byteorder.h', 324 'sys_byteorder.h',
325 'sys_info.h', 325 'sys_info.h',
326 'sys_info_android.cc',
326 'sys_info_chromeos.cc', 327 'sys_info_chromeos.cc',
327 'sys_info_freebsd.cc', 328 'sys_info_freebsd.cc',
328 'sys_info_linux.cc', 329 'sys_info_linux.cc',
329 'sys_info_mac.cc', 330 'sys_info_mac.cc',
330 'sys_info_openbsd.cc', 331 'sys_info_openbsd.cc',
331 'sys_info_posix.cc', 332 'sys_info_posix.cc',
332 'sys_info_win.cc', 333 'sys_info_win.cc',
333 'sys_string_conversions.h', 334 'sys_string_conversions.h',
334 'sys_string_conversions_mac.mm', 335 'sys_string_conversions_mac.mm',
335 'sys_string_conversions_posix.cc', 336 'sys_string_conversions_posix.cc',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 919 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 920 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 921 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 922 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 923 ],
923 }, 924 },
924 ], 925 ],
925 }], 926 }],
926 ], 927 ],
927 } 928 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | base/sys_info_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698