| OLD | NEW |
| 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 |
| 1 import("../mojo_sdk.gni") | 5 import("../mojo_sdk.gni") |
| 2 import("rules.gni") | 6 import("rules.gni") |
| 3 | 7 |
| 4 dart_mojo_sdk_entrypoints = [ | 8 dart_mojo_sdk_entrypoints = [ |
| 5 "lib/application.dart", | 9 "lib/application.dart", |
| 6 "lib/bindings.dart", | 10 "lib/bindings.dart", |
| 7 "lib/core.dart", | 11 "lib/core.dart", |
| 8 ] | 12 ] |
| 9 | 13 |
| 10 dart_mojo_sdk_sources = [ | 14 dart_mojo_sdk_sources = [ |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "../interfaces", | 62 "../interfaces", |
| 59 ] | 63 ] |
| 60 } | 64 } |
| 61 | 65 |
| 62 group("dart") { | 66 group("dart") { |
| 63 deps = [ | 67 deps = [ |
| 64 ":dart_dartzip", | 68 ":dart_dartzip", |
| 65 ":dart_pkg", | 69 ":dart_pkg", |
| 66 ] | 70 ] |
| 67 } | 71 } |
| OLD | NEW |