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

Unified Diff: src/base/base.gyp

Issue 532003004: Generalized division via multiplication. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 6 years, 3 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 | « src/assembler.cc ('k') | src/base/division-by-constant.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/base.gyp
diff --git a/src/base/base.gyp b/src/base/base.gyp
index 6b1b8f2ab4e11e1299d328cb5dd2157984da62c3..e391e2e8d1d17e87659a31b7055c4129bb86df55 100644
--- a/src/base/base.gyp
+++ b/src/base/base.gyp
@@ -22,6 +22,7 @@
'sources': [ ### gcmole(all) ###
'bits-unittest.cc',
'cpu-unittest.cc',
+ 'division-by-constant-unittest.cc',
'flags-unittest.cc',
'platform/condition-variable-unittest.cc',
'platform/mutex-unittest.cc',
« no previous file with comments | « src/assembler.cc ('k') | src/base/division-by-constant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698