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

Unified Diff: DEPS

Issue 411263004: Implement trigonometric functions using a fdlibm port. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comments Created 6 years, 5 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 | « BUILD.gn ('k') | src/bootstrapper.cc » ('j') | test/mjsunit/sin-cos.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b7064d480ab9608df594cd1f58cde5f36026d9a0..3aa6075ca0abb1cb77e36bc6ac8b1aafd259518e 100644
--- a/DEPS
+++ b/DEPS
@@ -35,6 +35,7 @@ include_rules = [
# Everybody can use some things.
"+include",
"+unicode",
+ "+third_party/fdlibm",
]
# checkdeps.py shouldn't check for includes in these directories:
« no previous file with comments | « BUILD.gn ('k') | src/bootstrapper.cc » ('j') | test/mjsunit/sin-cos.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698