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("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//mojo/public/mojo.gni") | 6 import("//mojo/public/mojo.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//mojo/tools/embed/rules.gni") | 9 import("//mojo/tools/embed/rules.gni") |
10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 ] | 543 ] |
544 | 544 |
545 deps = [ | 545 deps = [ |
546 "//base", | 546 "//base", |
547 "//mojo/application", | 547 "//mojo/application", |
548 "//mojo/application:test_support", | 548 "//mojo/application:test_support", |
549 "//mojo/common:common", | 549 "//mojo/common:common", |
550 "//mojo/public/cpp/bindings:callback", | 550 "//mojo/public/cpp/bindings:callback", |
551 "//mojo/public/cpp/environment", | 551 "//mojo/public/cpp/environment", |
552 "//mojo/public/cpp/system:system", | 552 "//mojo/public/cpp/system:system", |
| 553 "//mojo/services/http_server/public/cpp", |
| 554 "//mojo/services/http_server/public/interfaces", |
553 "//mojo/services/network/public/interfaces", | 555 "//mojo/services/network/public/interfaces", |
554 "//services/http_server/public", | |
555 "//services/http_server/public:util", | |
556 "//shell/test:bindings", | 556 "//shell/test:bindings", |
557 ":embed_pingable", | 557 ":embed_pingable", |
558 ] | 558 ] |
559 | 559 |
560 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] | 560 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] |
561 } | 561 } |
OLD | NEW |