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

Unified Diff: web/apps/logdog-view/gulpfile.js

Issue 2570963003: Revert of Rewrite LogDog log viewer app. (Closed)
Patch Set: Created 4 years 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 | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/apps/logdog-view/inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/apps/logdog-view/gulpfile.js
diff --git a/web/apps/logdog-view/gulpfile.js b/web/apps/logdog-view/gulpfile.js
index 929c690ed47424bb4259582a8141aaa677e88f04..f2857a0fac2d62505723e2eacc7056a859f39968 100644
--- a/web/apps/logdog-view/gulpfile.js
+++ b/web/apps/logdog-view/gulpfile.js
@@ -6,6 +6,8 @@
'use strict';
+var packageJsonFile = '../../package.json';
+
// Include Gulp & tools we'll use
var gulp = require('gulp');
var luci = require('../gulp-common.js');
« no previous file with comments | « web/apps/logdog-view/elements/logdog-view/logdog-view.html ('k') | web/apps/logdog-view/inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698