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

Side by Side Diff: mojo/public/dart/BUILD.gn

Issue 1231653002: Roll to v16 for republishing with .sdkext support (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « mojo/dart/mojom/pubspec.yaml ('k') | mojo/public/dart/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 import("../mojo_sdk.gni") 1 import("../mojo_sdk.gni")
2 import("rules.gni") 2 import("rules.gni")
3 3
4 dart_mojo_sdk_sources = [ 4 dart_mojo_sdk_sources = [
5 "lib/application.dart", 5 "lib/application.dart",
6 "lib/bindings.dart", 6 "lib/bindings.dart",
7 "lib/core.dart", 7 "lib/core.dart",
8 "lib/src/application_connection.dart", 8 "lib/src/application_connection.dart",
9 "lib/src/application.dart", 9 "lib/src/application.dart",
10 "lib/src/buffer.dart", 10 "lib/src/buffer.dart",
(...skipping 26 matching lines...) Expand all
37 package_name_override = "mojo" 37 package_name_override = "mojo"
38 deps = [ 38 deps = [
39 "../interfaces/application", 39 "../interfaces/application",
40 "../interfaces/bindings", 40 "../interfaces/bindings",
41 "../interfaces/network", 41 "../interfaces/network",
42 ] 42 ]
43 } 43 }
44 44
45 dart_pkg("mojo") { 45 dart_pkg("mojo") {
46 sources = dart_mojo_sdk_sources + [ 46 sources = dart_mojo_sdk_sources + [
47 "lib/.sdkext",
47 "pubspec.yaml", 48 "pubspec.yaml",
48 "CHANGELOG.md", 49 "CHANGELOG.md",
49 "README.md", 50 "README.md",
50 ] 51 ]
51 52
52 # List of mojom targets that the mojo pkg exports 53 # List of mojom targets that the mojo pkg exports
53 deps = [ 54 deps = [
54 "../interfaces", 55 "../interfaces",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « mojo/dart/mojom/pubspec.yaml ('k') | mojo/public/dart/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698