| 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/generate_mojo_shell_assets_list.gni") | 5 import("//mojo/generate_mojo_shell_assets_list.gni") |
| 6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
| 9 | 9 |
| 10 # We don't support building in the component build since mojo apps are | 10 # We don't support building in the component build since mojo apps are |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "url_resolver.h", | 114 "url_resolver.h", |
| 115 ] | 115 ] |
| 116 | 116 |
| 117 deps = [ | 117 deps = [ |
| 118 ":child_process_bindings", | 118 ":child_process_bindings", |
| 119 ":in_process_native_runner", | 119 ":in_process_native_runner", |
| 120 ":native_application_support", | 120 ":native_application_support", |
| 121 "//base", | 121 "//base", |
| 122 "//base/third_party/dynamic_annotations", | 122 "//base/third_party/dynamic_annotations", |
| 123 "//base:base_static", | 123 "//base:base_static", |
| 124 "//components/devtools_service/public/cpp", |
| 124 "//components/devtools_service/public/interfaces", | 125 "//components/devtools_service/public/interfaces", |
| 125 "//mojo/application/public/cpp", | 126 "//mojo/application/public/cpp", |
| 126 "//mojo/common:tracing_impl", | 127 "//mojo/common:tracing_impl", |
| 127 "//mojo/util:filename_util", | 128 "//mojo/util:filename_util", |
| 128 "//third_party/mojo/src/mojo/edk/system", | 129 "//third_party/mojo/src/mojo/edk/system", |
| 129 "//mojo/services/network/public/interfaces", | 130 "//mojo/services/network/public/interfaces", |
| 130 "//mojo/shell", | 131 "//mojo/shell", |
| 131 "//mojo/services/tracing:bindings", | 132 "//mojo/services/tracing:bindings", |
| 132 "//ui/gl", | 133 "//ui/gl", |
| 133 "//url", | 134 "//url", |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 ] | 438 ] |
| 438 | 439 |
| 439 deps = [ | 440 deps = [ |
| 440 "//base", | 441 "//base", |
| 441 "//mojo/application/public/cpp:test_support", | 442 "//mojo/application/public/cpp:test_support", |
| 442 "//mojo/runner/test:bindings", | 443 "//mojo/runner/test:bindings", |
| 443 "//mojo/services/network/public/interfaces", | 444 "//mojo/services/network/public/interfaces", |
| 444 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", | 445 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", |
| 445 ] | 446 ] |
| 446 } | 447 } |
| OLD | NEW |