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

Unified Diff: patch.diff

Issue 13948005: [chromedriver] Generate sources for WebDriver Java acceptance test suite, for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webdriver/
Patch Set: Created 7 years, 8 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 | « README.chromium ('k') | test-nodeps-srcs.jar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patch.diff
===================================================================
--- patch.diff (revision 193194)
+++ patch.diff (working copy)
@@ -116,3 +116,15 @@
-}
\ No newline at end of file
+}
+diff --git a/rake-tasks/crazy_fun/mappings/java.rb b/rake-tasks/crazy_fun/mappings/java.rb
+index c41395e..7122c6c 100644
+--- a/rake-tasks/crazy_fun/mappings/java.rb
++++ b/rake-tasks/crazy_fun/mappings/java.rb
+@@ -34,6 +34,7 @@ class JavaMappings
+ fun.add_mapping("java_test", CrazyFunJava::RunTests.new)
+ fun.add_mapping("java_test", CrazyFunJava::CreateSourceJar.new)
+ fun.add_mapping("java_test", CrazyFunJava::CreateUberJar.new)
++ fun.add_mapping("java_test", CrazyFunJava::CreateProjectSourceJar.new)
+ fun.add_mapping("java_test", CrazyFunJava::CreateProjectJar.new)
+ end
+ end
« no previous file with comments | « README.chromium ('k') | test-nodeps-srcs.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698