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

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 1362093002: Re-land: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove MEDIA_EXPORT. Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_renderer.gypi") ], 9 [ rebase_path("../chrome_renderer.gypi") ],
10 "scope", 10 "scope",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "//components/printing/renderer", 50 "//components/printing/renderer",
51 "//components/startup_metric_utils", 51 "//components/startup_metric_utils",
52 "//components/translate/content/renderer", 52 "//components/translate/content/renderer",
53 "//components/translate/core/common", 53 "//components/translate/core/common",
54 "//components/translate/core/language_detection", 54 "//components/translate/core/language_detection",
55 "//components/visitedlink/renderer", 55 "//components/visitedlink/renderer",
56 "//components/web_cache/renderer", 56 "//components/web_cache/renderer",
57 "//content/app/resources", 57 "//content/app/resources",
58 "//content/app/strings", 58 "//content/app/strings",
59 "//content/public/renderer", 59 "//content/public/renderer",
60 "//media/base:media_resources",
60 "//net", 61 "//net",
61 "//skia", 62 "//skia",
62 "//storage/common", 63 "//storage/common",
63 "//third_party/WebKit/public:blink", 64 "//third_party/WebKit/public:blink",
64 "//third_party/WebKit/public:image_resources", 65 "//third_party/WebKit/public:image_resources",
65 "//third_party/WebKit/public:resources", 66 "//third_party/WebKit/public:resources",
66 "//third_party/icu", 67 "//third_party/icu",
67 "//third_party/re2", 68 "//third_party/re2",
68 "//third_party/widevine/cdm:version_h", 69 "//third_party/widevine/cdm:version_h",
69 "//ui/surface", 70 "//ui/surface",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 deps += [ "//chrome/service" ] 206 deps += [ "//chrome/service" ]
206 } 207 }
207 208
208 if (enable_webrtc) { 209 if (enable_webrtc) {
209 sources += [ 210 sources += [
210 "media/mock_webrtc_logging_message_filter.cc", 211 "media/mock_webrtc_logging_message_filter.cc",
211 "media/mock_webrtc_logging_message_filter.h", 212 "media/mock_webrtc_logging_message_filter.h",
212 ] 213 ]
213 } 214 }
214 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698