diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 11:28:03 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 11:28:03 +0000 |
commit | 001b694d745a07e3eb42d6f48e30b8f9f8901138 (patch) | |
tree | 4c000504c31b9c7a77d060a49f87537e18ba66a9 /base/base.gyp | |
parent | 09e5f47ad0ab092bdf03025eb72c2a29cb9fe2ec (diff) | |
download | chromium_src-001b694d745a07e3eb42d6f48e30b8f9f8901138.zip chromium_src-001b694d745a07e3eb42d6f48e30b8f9f8901138.tar.gz chromium_src-001b694d745a07e3eb42d6f48e30b8f9f8901138.tar.bz2 |
Added dynamic annotation files into base/.
Added annotations for atomic reference counting, LazyInstance and Singleton classes.
This changelist is a part of an effort of adding ThreadSanitizer support for Chromium.
See http://code.google.com/p/data-race-test/wiki/ThreadSanitizer
Patch by Timur Iskhodzhanov.
Review URL: http://codereview.chromium.org/147008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index d272bc6..77cd484 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -110,6 +110,8 @@ 'directory_watcher_inotify.cc', 'directory_watcher_mac.cc', 'directory_watcher_win.cc', + 'dynamic_annotations.h', + 'dynamic_annotations.cc', 'event_recorder.cc', 'event_recorder.h', 'event_recorder_stubs.cc', |