diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 16:19:46 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-13 16:19:46 +0000 |
commit | faeff9bd3d92e1e3eee6d026ce6ed4acd38eece6 (patch) | |
tree | 74f0376dc88bedbb65cb3f57285ae95c8bdea13f /third_party | |
parent | ca39ad1e04962cef7898dd1eb35aa86a18010c5f (diff) | |
download | chromium_src-faeff9bd3d92e1e3eee6d026ce6ed4acd38eece6.zip chromium_src-faeff9bd3d92e1e3eee6d026ce6ed4acd38eece6.tar.gz chromium_src-faeff9bd3d92e1e3eee6d026ce6ed4acd38eece6.tar.bz2 |
Don't depend on download_build_install.py in instrumented library targets.
I'm still tweaking the script to accommodate specific libraries. Rebuilding the entire list of libraries with every change is less than fun.
R=glider@chromium.org
BUG=313751,343515
NOTRY=true
Review URL: https://codereview.chromium.org/161133002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/instrumented_libraries/standard_instrumented_library_target.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/standard_instrumented_library_target.gypi b/third_party/instrumented_libraries/standard_instrumented_library_target.gypi index 2bc2de2..b1c5c49 100644 --- a/third_party/instrumented_libraries/standard_instrumented_library_target.gypi +++ b/third_party/instrumented_libraries/standard_instrumented_library_target.gypi @@ -12,7 +12,9 @@ { 'action_name': '<(_library_name)', 'inputs': [ - 'download_build_install.py', + # TODO(earthdok): reintroduce some sort of dependency + # See http://crbug.com/343515 + #'download_build_install.py', ], 'outputs': [ '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_library_name).txt', |