v8/test/compiler-unittests/DEPS
bmeurer@chromium.org d32fa64d33 Refactor ChangeLowering class to avoid template specialization.
Also refactor the unit tests and add support to easily
match DAGs using CaptureEq() matcher.

TEST=compiler-unittests
BUG=v8:3489
LOG=n
R=jarin@chromium.org

Review URL: https://codereview.chromium.org/480863002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-18 06:54:07 +00:00

8 lines
130 B
Python

include_rules = [
"+src",
"+testing/gtest",
"+testing/gtest-support.h",
"+testing/gmock",
"+testing/gmock-support.h",
]