| Index: build/module_args/dart.gni
|
| diff --git a/mojo/public/interfaces/BUILD.gn b/build/module_args/dart.gni
|
| similarity index 62%
|
| copy from mojo/public/interfaces/BUILD.gn
|
| copy to build/module_args/dart.gni
|
| index 654145bd90a316bb1bf0e7f7d938266d40ffe206..ee6b03876700dd169bbb994798205ead32ee3cdb 100644
|
| --- a/mojo/public/interfaces/BUILD.gn
|
| +++ b/build/module_args/dart.gni
|
| @@ -2,10 +2,5 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -group("interfaces") {
|
| - deps = [
|
| - "application",
|
| - "bindings",
|
| - "network",
|
| - ]
|
| -}
|
| +# This variable should point to the Dart SDK.
|
| +dart_sdk_root = "//third_party/dart-sdk/dart-sdk"
|
|
|