Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: third_party/instrumented_libraries/standard_instrumented_library_target.gypi

Issue 161133002: Don't depend on download_build_install.py in instrumented library targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment it out Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/standard_instrumented_library_target.gypi
diff --git a/third_party/instrumented_libraries/standard_instrumented_library_target.gypi b/third_party/instrumented_libraries/standard_instrumented_library_target.gypi
index 2bc2de20b4d0c4f5fe056737d79b7e43144af0f7..b1c5c49c480aa0e90be6aea3b5118c48d62d590f 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698