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

Unified Diff: mojo/mojo.gyp

Issue 66103004: Mojo: Make sample_test.cc a gtest (and re-enable it). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | mojo/public/DEPS » ('j') | mojo/public/bindings/sample/sample_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 4f806cbf9b93e7736f42f348685b15f92a773867..46d3f94b8c4af50af21ca7bedd5dd9bbd2e19ccf 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -341,7 +341,9 @@
'..'
],
'dependencies': [
+ '../testing/gtest.gyp:gtest',
'mojo_bindings',
+ 'mojo_run_all_unittests',
'mojo_system',
],
'sources': [
« no previous file with comments | « no previous file | mojo/public/DEPS » ('j') | mojo/public/bindings/sample/sample_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698