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

Unified Diff: fuzzer/res/fuzzer/config.rb

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 10 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: fuzzer/res/fuzzer/config.rb
diff --git a/webtry/res/webtry/config.rb b/fuzzer/res/fuzzer/config.rb
similarity index 88%
copy from webtry/res/webtry/config.rb
copy to fuzzer/res/fuzzer/config.rb
index b52b91b6e99084a4711eeaeeec1b383e29bbc448..53e2d41d2e6d32ec37a501b7d41d3d4495da90cb 100644
--- a/webtry/res/webtry/config.rb
+++ b/fuzzer/res/fuzzer/config.rb
@@ -1,19 +1,16 @@
require 'compass/import-once/activate'
jcgregorio 2015/02/11 12:49:11 I'm not sure how much SCSS is going to be needed o
humper 2015/02/11 13:17:51 OK -- I mainly use SCSS to support nesting; I find
-require 'bootstrap-sass'
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
-css_dir = "css"
+css_dir = "stylesheets"
sass_dir = "sass"
-images_dir = "img"
-javascripts_dir = "js"
+images_dir = "images"
+javascripts_dir = "javascripts"
# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed
-output_style = :compressed
-
# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true

Powered by Google App Engine
This is Rietveld 408576698