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

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

Issue 1143073004: Move 'dart:mojo.internal' into sdk_ext directory of mojo package (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/embedder/BUILD.gn ('k') | mojo/public/dart/lib/internal.dart » ('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",
11 "lib/src/codec.dart", 11 "lib/src/codec.dart",
12 "lib/src/control_message.dart", 12 "lib/src/control_message.dart",
13 "lib/src/data_pipe.dart", 13 "lib/src/data_pipe.dart",
14 "lib/src/drain_data.dart", 14 "lib/src/drain_data.dart",
15 "lib/src/event_stream.dart", 15 "lib/src/event_stream.dart",
16 "lib/src/handle.dart", 16 "lib/src/handle.dart",
17 "lib/src/message.dart", 17 "lib/src/message.dart",
18 "lib/src/message_pipe.dart", 18 "lib/src/message_pipe.dart",
19 "lib/src/proxy.dart", 19 "lib/src/proxy.dart",
20 "lib/src/struct.dart", 20 "lib/src/struct.dart",
21 "lib/src/stub.dart", 21 "lib/src/stub.dart",
22 "lib/src/types.dart", 22 "lib/src/types.dart",
23 "sdk_ext/internal.dart",
24 "sdk_ext/src/handle_watcher.dart",
25 "sdk_ext/src/natives.dart",
26 "sdk_ext/src/timer_queue.dart",
23 ] 27 ]
24 28
25 dartzip_package("dart") { 29 dartzip_package("dart") {
26 sources = dart_mojo_sdk_sources + [ 30 sources = dart_mojo_sdk_sources + [
27 "pubspec.yaml", 31 "pubspec.yaml",
28 "README.md", 32 "README.md",
29 ] 33 ]
30 uses_pub = true 34 uses_pub = true
31 package_name_override = "mojo" 35 package_name_override = "mojo"
32 deps = [ 36 deps = [
33 "../interfaces/application", 37 "../interfaces/application",
34 "../interfaces/bindings", 38 "../interfaces/bindings",
35 ] 39 ]
36 } 40 }
37 41
38 dart_pkg("mojo") { 42 dart_pkg("mojo") {
39 sources = dart_mojo_sdk_sources + [ 43 sources = dart_mojo_sdk_sources + [
40 "pubspec.yaml", 44 "pubspec.yaml",
41 "README.md", 45 "README.md",
42 ] 46 ]
43 deps = [ 47 deps = [
44 "../interfaces/application", 48 "../interfaces/application",
45 "../interfaces/bindings", 49 "../interfaces/bindings",
46 ] 50 ]
47 } 51 }
OLDNEW
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/public/dart/lib/internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698