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

Unified Diff: chrome/browser/BUILD.gn

Issue 377403002: Move GN speechd target to third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « build/linux/system.gyp ('k') | third_party/speech-dispatcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 48f1ce1ea4262d73daeab96e574b4e49a0a20e08..aa535f9f789c8d86772b2227639034f20eb7c254 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -328,7 +328,7 @@ static_library("browser") {
deps += [ "//device/media_transfer_protocol" ]
}
if (is_linux && !is_chromeos) {
- deps += [ "//build/config/linux:libspeechd" ]
+ deps += [ "//third_party/speech-dispatcher" ]
}
if (is_chromeos) {
« no previous file with comments | « build/linux/system.gyp ('k') | third_party/speech-dispatcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698