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

Unified Diff: test/base-unittests/base-unittests.gyp

Issue 469213002: [turbofan] Introduce WordRor machine operator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix BUILD.gn Created 6 years, 4 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 | « test/base-unittests/DEPS ('k') | test/base-unittests/bits-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/base-unittests/base-unittests.gyp
diff --git a/test/base-unittests/base-unittests.gyp b/test/base-unittests/base-unittests.gyp
index 339269db1bc798f96eddd5f29d0ef7ebd5a6b253..2a2321f64a04ab70618528fa279b74261e1492ac 100644
--- a/test/base-unittests/base-unittests.gyp
+++ b/test/base-unittests/base-unittests.gyp
@@ -20,6 +20,7 @@
'../..',
],
'sources': [ ### gcmole(all) ###
+ 'bits-unittest.cc',
'cpu-unittest.cc',
'platform/condition-variable-unittest.cc',
'platform/mutex-unittest.cc',
« no previous file with comments | « test/base-unittests/DEPS ('k') | test/base-unittests/bits-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698