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

Unified Diff: src/compiler/compiler.gyp

Issue 530693002: [turbofan] Merge compiler unit tests into src. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « src/compiler/common-operator-unittest.cc ('k') | src/compiler/compiler-unittests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/compiler.gyp
diff --git a/test/compiler-unittests/compiler-unittests.gyp b/src/compiler/compiler.gyp
similarity index 97%
rename from test/compiler-unittests/compiler-unittests.gyp
rename to src/compiler/compiler.gyp
index 0a90b408dbb2b8cf4cdc445ef5e706ba7bd09abb..4713f30df430eb458c31e14e60b7e5854770b8e5 100644
--- a/test/compiler-unittests/compiler-unittests.gyp
+++ b/src/compiler/compiler.gyp
@@ -22,11 +22,12 @@
'sources': [ ### gcmole(all) ###
'change-lowering-unittest.cc',
'common-operator-unittest.cc',
- 'common-operator-unittest.h',
'compiler-unittests.cc',
+ 'compiler-unittests.h',
'graph-unittest.cc',
'graph-unittest.h',
'instruction-selector-unittest.cc',
+ 'instruction-selector-unittest.h',
'machine-operator-reducer-unittest.cc',
'machine-operator-unittest.cc',
'simplified-operator-reducer-unittest.cc',
« no previous file with comments | « src/compiler/common-operator-unittest.cc ('k') | src/compiler/compiler-unittests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698