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

Unified Diff: tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake

Issue 15736032: Remove old cc-frame-viewer now that it is upstreamed into trace_viewer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
diff --git a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake b/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
deleted file mode 100644
index aefa38154c3179f6ab13277eb722c45dae0a80c1..0000000000000000000000000000000000000000
--- a/tools/cc-frame-viewer/third_party/gl-matrix/tasks/test/jasmine.rake
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace :test do
- desc "Run specs via server"
- task :jasmine do
- port = ENV['JASMINE_PORT'] || 8888
- puts "your tests are here:"
- puts " http://localhost:#{port}/"
- Jasmine::Server.new(port).start
- end
-end

Powered by Google App Engine
This is Rietveld 408576698