| Index: build/module_args/dart.gni
|
| diff --git a/components/devtools_service/public/cpp/BUILD.gn b/build/module_args/dart.gni
|
| similarity index 66%
|
| copy from components/devtools_service/public/cpp/BUILD.gn
|
| copy to build/module_args/dart.gni
|
| index 2f8933bf59e2bad6c084386484874f0dcb8b5373..be5e83b09a12c5614cb0b0a305dfabb6d6328ad0 100644
|
| --- a/components/devtools_service/public/cpp/BUILD.gn
|
| +++ b/build/module_args/dart.gni
|
| @@ -2,9 +2,5 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("cpp") {
|
| - sources = [
|
| - "switches.cc",
|
| - "switches.h",
|
| - ]
|
| -}
|
| +# Mojo needs this file to exist. We don't currently need it to define anything.
|
| +
|
|
|