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

Unified Diff: ui/keyboard/BUILD.gn

Issue 1319523003: add audio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ui/keyboard/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index cdeb0a953fa2c015c2af12bd4493dfcd3e3d57cc..1c01ebb0e6cd51d229de2628353d60bc67c289b3 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -36,6 +36,7 @@ component("keyboard") {
"//content/public/browser",
"//content/public/common",
"//ipc",
+ "//media",
"//skia",
"//ui/aura",
"//ui/base",
@@ -110,6 +111,7 @@ test("keyboard_unittests") {
"//base/allocator",
"//base/test:test_support",
"//content",
+ "//media",
"//skia",
"//testing/gtest",
"//ui/aura:test_support",
« no previous file with comments | « no previous file | ui/keyboard/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698