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

Unified Diff: skia_tools.js

Issue 12775002: Reverting https://codereview.chromium.org/12440022/ (SkipBuildbotRuns) (Closed) Base URL: http://skia.googlecode.com/svn/buildbot/
Patch Set: Created 7 years, 9 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 | « site_config/global_variables_2.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia_tools.js
===================================================================
--- skia_tools.js (revision 8065)
+++ skia_tools.js (working copy)
@@ -21,7 +21,7 @@
* variables file.
*/
getVariable: function(varName) {
- var url = "http://skia.googlecode.com/svn/buildbot/site_config/global_variables_2.json";
+ var url = "http://skia.googlecode.com/svn/buildbot/site_config/global_variables.json";
try {
var request = new XMLHttpRequest();
} catch (error) {
« no previous file with comments | « site_config/global_variables_2.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698