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

Unified Diff: third_party/closure_compiler/runner/how_to_test_compiler_pass.md

Issue 2629323002: Remove Chromium's custom closure runner. (Closed)
Patch Set: merge Created 3 years, 11 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
Index: third_party/closure_compiler/runner/how_to_test_compiler_pass.md
diff --git a/third_party/closure_compiler/runner/how_to_test_compiler_pass.md b/third_party/closure_compiler/runner/how_to_test_compiler_pass.md
deleted file mode 100644
index 7324a3726e013393b596445242bcbd3faedc0a86..0000000000000000000000000000000000000000
--- a/third_party/closure_compiler/runner/how_to_test_compiler_pass.md
+++ /dev/null
@@ -1,31 +0,0 @@
-Run Java tests
-==============
-
-1. Build Closure Compiler jar with all tests:
-
- git clone https://github.com/google/closure-compiler.git
- cd closure-compiler
- ant all-classes-jar
-
-2. Add test file to Eclipse and run tests in it.
- - Launch Eclipse.
- - File -> New -> Java Project.
- - Enter any project name, click "Next >".
- - On the tab "Source" click on the icon "Link additional source to project".
- - Select "third_party/closure_compiler/runner/test", click "Finish".
- - Click on the icon "Link additional source to project" once again.
- - Select "third_party/closure_compiler/runner/src", type a name "src2",
- click "Finish".
- - On the tab "Libraries" click "Add External JARs...".
- - Select "closure-compiler/build/compiler.jar", click "Finish" two times.
- - Open the class test/com.google.javascript.jscomp/ChromePassTest.java.
- - Run As -> JUnit Test.
-
-
-Run Python tests
-================
-
-Run in Shell:
-
- ./third_party/closure_compiler/runner/build_runner_jar.py
- ./third_party/closure_compiler/compiler_customization_test.py
« no previous file with comments | « third_party/closure_compiler/runner/build_runner_jar.py ('k') | third_party/closure_compiler/runner/runner.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698