From c4e4d15aec3c018cbbdba0a4bebd1d6f452ac42f Mon Sep 17 00:00:00 2001 From: "pmehta@chromium.org" Date: Sat, 21 Aug 2010 01:22:24 +0000 Subject: Define V8_REPORT_EXECUTABLE_MEMORY_USAGE on all platforms for all builds. Review URL: http://codereview.chromium.org/3146031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56960 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/common.gypi') diff --git a/build/common.gypi b/build/common.gypi index ab6d3af..4a8b36a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -388,6 +388,7 @@ ], }, 'target_defaults': { + 'defines': ['V8_REPORT_EXECUTABLE_MEMORY_USAGE'], 'variables': { # The condition that operates on chromium_code is in a target_conditions # section, and will not have access to the default fallback value of -- cgit v1.1