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

Unified Diff: tools/addlatexhash.dart

Issue 958003002: Fix wrong path from revision 44041 and fix path in tools/addlatexhash.dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « site/try/build_try.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/addlatexhash.dart
diff --git a/tools/addlatexhash.dart b/tools/addlatexhash.dart
index 28d194da65bdbd5701b38c05b49edaa43dd7d991..7cc4e6735c8e112b447330e60dde0aa0e1a8874d 100755
--- a/tools/addlatexhash.dart
+++ b/tools/addlatexhash.dart
@@ -25,7 +25,7 @@
import 'dart:io';
import 'dart:convert';
import '../pkg/utf/lib/utf.dart';
-import '../pkg/crypto/lib/crypto.dart';
+import '../third_party/pkg/crypto/lib/crypto.dart';
// ----------------------------------------------------------------------
// Normalization of the text: removal or normalization of parts that
« no previous file with comments | « site/try/build_try.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698