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

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: Address comments, rebase 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') | 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'synchronization/waitable_event_watcher_win.cc', 330 'synchronization/waitable_event_watcher_win.cc',
331 'synchronization/waitable_event_win.cc', 331 'synchronization/waitable_event_win.cc',
332 'system_monitor/system_monitor.cc', 332 'system_monitor/system_monitor.cc',
333 'system_monitor/system_monitor.h', 333 'system_monitor/system_monitor.h',
334 'system_monitor/system_monitor_android.cc', 334 'system_monitor/system_monitor_android.cc',
335 'system_monitor/system_monitor_mac.mm', 335 'system_monitor/system_monitor_mac.mm',
336 'system_monitor/system_monitor_posix.cc', 336 'system_monitor/system_monitor_posix.cc',
337 'system_monitor/system_monitor_win.cc', 337 'system_monitor/system_monitor_win.cc',
338 'sys_byteorder.h', 338 'sys_byteorder.h',
339 'sys_info.h', 339 'sys_info.h',
340 'sys_info_android.cc',
340 'sys_info_chromeos.cc', 341 'sys_info_chromeos.cc',
341 'sys_info_freebsd.cc', 342 'sys_info_freebsd.cc',
342 'sys_info_linux.cc', 343 'sys_info_linux.cc',
343 'sys_info_mac.cc', 344 'sys_info_mac.cc',
344 'sys_info_openbsd.cc', 345 'sys_info_openbsd.cc',
345 'sys_info_posix.cc', 346 'sys_info_posix.cc',
346 'sys_info_win.cc', 347 'sys_info_win.cc',
347 'sys_string_conversions.h', 348 'sys_string_conversions.h',
348 'sys_string_conversions_mac.mm', 349 'sys_string_conversions_mac.mm',
349 'sys_string_conversions_posix.cc', 350 'sys_string_conversions_posix.cc',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'third_party/xdg_mime/xdgmimemagic.c', 943 'third_party/xdg_mime/xdgmimemagic.c',
943 'third_party/xdg_mime/xdgmimemagic.h', 944 'third_party/xdg_mime/xdgmimemagic.h',
944 'third_party/xdg_mime/xdgmimeparent.c', 945 'third_party/xdg_mime/xdgmimeparent.c',
945 'third_party/xdg_mime/xdgmimeparent.h', 946 'third_party/xdg_mime/xdgmimeparent.h',
946 ], 947 ],
947 }, 948 },
948 ], 949 ],
949 }], 950 }],
950 ], 951 ],
951 } 952 }
OLDNEW
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698