Gautham Thambidorai | 658bb42 | 2015-08-19 12:40:00 -0700 | [diff] [blame] | 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/go/rules.gni") |
| 6 | |
| 7 | go_mojo_application("principal_service") { |
| 8 | sources = [ |
Ankur | 9c1db64 | 2015-11-04 17:15:15 -0800 | [diff] [blame] | 9 | "conventions.go", |
| 10 | "principal.go", |
Gautham Thambidorai | 658bb42 | 2015-08-19 12:40:00 -0700 | [diff] [blame] | 11 | "principal_service.go", |
Ankur | 0378d79 | 2015-08-31 11:30:09 -0700 | [diff] [blame] | 12 | "public_key.go", |
| 13 | "wire_blessings.go", |
Gautham Thambidorai | 658bb42 | 2015-08-19 12:40:00 -0700 | [diff] [blame] | 14 | ] |
| 15 | deps = [ |
Viet-Trung Luu | 2e11a3f | 2015-10-13 13:20:30 -0700 | [diff] [blame] | 16 | "//mojo/public/interfaces/network", |
| 17 | "//mojo/services/authentication/interfaces", |
| 18 | "//mojo/services/network/interfaces", |
Viet-Trung Luu | 15a59a8 | 2015-10-10 01:11:00 -0700 | [diff] [blame] | 19 | "//mojo/services/vanadium/security/interfaces", |
Gautham Thambidorai | 658bb42 | 2015-08-19 12:40:00 -0700 | [diff] [blame] | 20 | ] |
| 21 | } |