| Index: content/app/BUILD.gn
|
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
|
| index 116a1dbeb7214447e8c7e52456dc443354dc3566..310e7ddfea4c55bb8cd877d0bfdd2c3b6e55b22a 100644
|
| --- a/content/app/BUILD.gn
|
| +++ b/content/app/BUILD.gn
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2014 The Chromium Authors. All rights rescontent/browser/BUILD.gnerved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -49,6 +49,7 @@ template("implement_content_app") {
|
| "//content/browser",
|
| "//content/child",
|
| "//device/bluetooth",
|
| + "//device/capture",
|
| "//device/gamepad",
|
| "//device/geolocation:device_geolocation",
|
| "//device/power_save_blocker",
|
| @@ -56,7 +57,6 @@ template("implement_content_app") {
|
| "//device/vibration",
|
| "//gpu",
|
| "//media",
|
| - "//media/capture",
|
| "//media/midi",
|
| "//net",
|
| "//skia",
|
|
|