| Index: third_party/mojo/src/mojo/public/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/public/BUILD.gn b/third_party/mojo/src/mojo/public/BUILD.gn
|
| index 36018e28652f98ad496223b417a6c2e339aec75c..e1e9e18c3982a9fc10c68a4cb11ddef3570225ff 100644
|
| --- a/third_party/mojo/src/mojo/public/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/public/BUILD.gn
|
| @@ -16,10 +16,6 @@ group("public") {
|
| "interfaces/bindings/tests:test_interfaces",
|
| ]
|
|
|
| - if (mojo_use_application_in_sdk) {
|
| - deps += [ "cpp/application:standalone" ]
|
| - }
|
| -
|
| if (is_linux) {
|
| deps += [ "python" ]
|
| }
|
| @@ -30,10 +26,6 @@ group("public") {
|
| "java:bindings",
|
| ]
|
| }
|
| -
|
| - if (is_android && mojo_use_application_in_sdk) {
|
| - deps += [ "java:application" ]
|
| - }
|
| }
|
|
|
| group("sdk") {
|
| @@ -45,13 +37,6 @@ group("sdk") {
|
| "interfaces/bindings",
|
| "js",
|
| ]
|
| -
|
| - if (mojo_use_application_in_sdk) {
|
| - deps += [
|
| - "cpp/application:standalone",
|
| - "interfaces/application",
|
| - ]
|
| - }
|
| }
|
|
|
| static_library("libmojo_sdk") {
|
|
|