Chromium Code Reviews| Index: dbus/BUILD.gn |
| diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn |
| index 1502ca753614c01ddb1779f128649f4a4fcf49a9..ed113c854218e76550b76436ce3defa51fbb26e6 100644 |
| --- a/dbus/BUILD.gn |
| +++ b/dbus/BUILD.gn |
| @@ -2,9 +2,12 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +import("//build/config/features.gni") |
| import("//testing/test.gni") |
| import("//third_party/protobuf/proto_library.gni") |
| +assert(use_dbus) |
| + |
| component("dbus") { |
| sources = [ |
| "bus.cc", |