diff options
author | pmehta@chromium.org <pmehta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 01:22:24 +0000 |
---|---|---|
committer | pmehta@chromium.org <pmehta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 01:22:24 +0000 |
commit | c4e4d15aec3c018cbbdba0a4bebd1d6f452ac42f (patch) | |
tree | bf6dbf99f8254f11ab9ffdf915af97f98627fb03 /build | |
parent | 910e3cf758a7e27aa1b06bee3fccb3d872ced7f3 (diff) | |
download | chromium_src-c4e4d15aec3c018cbbdba0a4bebd1d6f452ac42f.zip chromium_src-c4e4d15aec3c018cbbdba0a4bebd1d6f452ac42f.tar.gz chromium_src-c4e4d15aec3c018cbbdba0a4bebd1d6f452ac42f.tar.bz2 |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |