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

Side by Side Diff: third_party/dart-packages/crypto/BUILD.gn

Issue 1063233004: Teach dart_package to understand the packages/ subdirectory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove dart-packages Created 5 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//mojo/public/dart/rules.gni")
6
7 dart_package("crypto") {
8 sources = [
9 "crypto/crypto.dart",
10 "crypto/src/crypto_utils.dart",
11 "crypto/src/hash_utils.dart",
12 "crypto/src/hmac.dart",
13 "crypto/src/md5.dart",
14 "crypto/src/sha1.dart",
15 "crypto/src/sha256.dart",
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698