diff options
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 0796afa..f8d4244 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -131,6 +131,8 @@ ], 'sources': [ '<@(cc_tests_support_files)', + 'test/test_webkit_platform.cc', + 'test/test_webkit_platform.h', ], }, ], |