summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 16:05:18 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 16:05:18 +0000
commitfea6521126499d1672d3a43c8375f83831f2de56 (patch)
tree584dbedb61c3fc64046d0e2206dbd00bc2213d9e /chrome
parent617e7516c430fff771bd35a3962cabf96504f95d (diff)
downloadchromium_src-fea6521126499d1672d3a43c8375f83831f2de56.zip
chromium_src-fea6521126499d1672d3a43c8375f83831f2de56.tar.gz
chromium_src-fea6521126499d1672d3a43c8375f83831f2de56.tar.bz2
List the gcov symbols to get the mac code coverage bot happy.
TEST=code coverage bot doesn't compile fail on verify_order. BUG=none Review URL: http://codereview.chromium.org/464036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/framework.order17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/app/framework.order b/chrome/app/framework.order
index 2a3bef3..4ec150f 100644
--- a/chrome/app/framework.order
+++ b/chrome/app/framework.order
@@ -37,5 +37,22 @@ __ZNK23FakePluginWindowTracker24GetDelegateForFakeWindowEP15OpaqueWindowPtr
__ZnwmPv
_catch_exception_raise
+# List the gcov symbols so the code coverage bot doesn't trip up in
+# the verify_order post build step.
+___gcov_init
+___gcov_seek
+___gcov_write_tag_length
+___gcov_write_counter
+___gcov_write_unsigned
+___gcov_write_summary
+___gcov_read_counter
+___gcov_read_unsigned
+___gcov_read_summary
+___gcov_close
+___gcov_open
+___gcov_flush
+___gcov_merge_add
+___gcov_fork
+
# _ChromeMain must be listed last. That's the whole point of this file.
_ChromeMain