OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//mojo/public/mojo_application.gni") | 5 import("//mojo/public/mojo_application.gni") |
6 | 6 |
7 group("dart") { | 7 group("dart") { |
8 deps = [ | 8 deps = [ |
9 ":dart_content_handler", | 9 ":dart_content_handler", |
10 ] | 10 ] |
(...skipping 29 matching lines...) Expand all Loading... |
40 "//dart/runtime:libdart", | 40 "//dart/runtime:libdart", |
41 "//mojo/application", | 41 "//mojo/application", |
42 "//mojo/application:content_handler", | 42 "//mojo/application:content_handler", |
43 "//mojo/dart/embedder:dart_controller_no_snapshot", | 43 "//mojo/dart/embedder:dart_controller_no_snapshot", |
44 "//mojo/data_pipe_utils", | 44 "//mojo/data_pipe_utils", |
45 "//mojo/common:tracing_impl", | 45 "//mojo/common:tracing_impl", |
46 "//mojo/environment:chromium", | 46 "//mojo/environment:chromium", |
47 "//mojo/public/cpp/system", | 47 "//mojo/public/cpp/system", |
48 "//mojo/public/cpp/utility", | 48 "//mojo/public/cpp/utility", |
49 "//mojo/public/interfaces/application", | 49 "//mojo/public/interfaces/application", |
50 "//mojo/services/content_handler/public/interfaces", | 50 "//mojo/services/content_handler/interfaces", |
51 "//mojo/services/network/public/interfaces", | 51 "//mojo/services/network/public/interfaces", |
52 "//mojo/services/tracing/public/interfaces", | 52 "//mojo/services/tracing/public/interfaces", |
53 "//mojo/services/url_response_disk_cache/public/interfaces", | 53 "//mojo/services/url_response_disk_cache/public/interfaces", |
54 "//third_party/zlib:zip", | 54 "//third_party/zlib:zip", |
55 "//url:url", | 55 "//url:url", |
56 ] | 56 ] |
57 } | 57 } |
OLD | NEW |