summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/README.chromium
diff options
context:
space:
mode:
authoralextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 13:41:30 +0000
committeralextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 13:41:30 +0000
commitc8103a492afbb6735ddfc86510f917b5f7c1eee1 (patch)
tree79db92dcef94961a23856b4be51e5fab6d0b6eee /third_party/instrumented_libraries/README.chromium
parent27c0ca61f422dfed5fa86812ca0a6595d53ee916 (diff)
downloadchromium_src-c8103a492afbb6735ddfc86510f917b5f7c1eee1.zip
chromium_src-c8103a492afbb6735ddfc86510f917b5f7c1eee1.tar.gz
chromium_src-c8103a492afbb6735ddfc86510f917b5f7c1eee1.tar.bz2
Adds a flag "use_instrumented_libraries" and corresponding target with 2 simple libraries
BUG=313751 R=glider@chromium.org,thakis@chromium.org TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/50423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/README.chromium')
-rw-r--r--third_party/instrumented_libraries/README.chromium14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/README.chromium b/third_party/instrumented_libraries/README.chromium
new file mode 100644
index 0000000..222a25c
--- /dev/null
+++ b/third_party/instrumented_libraries/README.chromium
@@ -0,0 +1,14 @@
+Name: instrumented_libbraries
+URL: n/a
+Version: 0
+Security Critical: no
+License: n/a
+License File: NOT_SHIPPED
+
+Description:
+Scripts which can download and build several third party libraries
+using different instrumentation tools (AddressSanitizer, etc.).
+
+Flag "use_instrumented_libraries=1" in GYP_DEFINES enables usage of
+instrumented libraries and final binary will use them instead of standard
+system shared libraries.