Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: content/app/BUILD.gn

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/DEPS ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/DEPS ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698