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

Unified Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1208703002: Fix name of mojo test source file so it gets compiled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_edk_tests.gyp
diff --git a/third_party/mojo/mojo_edk_tests.gyp b/third_party/mojo/mojo_edk_tests.gyp
index 7ec63ca35dc43ff8d2445d14d47d59a6bf50fa90..1e1bafe28018c635b8915831f2949d4a9feb8967 100644
--- a/third_party/mojo/mojo_edk_tests.gyp
+++ b/third_party/mojo/mojo_edk_tests.gyp
@@ -258,7 +258,7 @@
],
'sources': [
'src/mojo/edk/js/test/run_js_integration_tests.cc',
- 'src/mojo/edk/js/tests/js_to_cpp_tests',
+ 'src/mojo/edk/js/tests/js_to_cpp_tests.cc',
],
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698