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

Unified Diff: third_party/opus/BUILD.gn

Issue 402683003: Fix most GN clang errors. (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
« breakpad/BUILD.gn ('K') | « media/audio/pulse/audio_manager_pulse.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/BUILD.gn
diff --git a/third_party/opus/BUILD.gn b/third_party/opus/BUILD.gn
index cdf400c587c6ed7896bf67863699ecb20c1bf3e1..6f4a58471dea3fa4d04f0ff75625c72fe99ea588 100644
--- a/third_party/opus/BUILD.gn
+++ b/third_party/opus/BUILD.gn
@@ -53,6 +53,8 @@ source_set("opus") {
"src/silk",
]
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
direct_dependent_configs = [ ":opus_config" ]
if (is_win) {
@@ -141,6 +143,9 @@ executable("opus_demo") {
"src/src/opus_demo.c",
]
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
+
include_dirs = [
"src/celt",
"src/silk",
« breakpad/BUILD.gn ('K') | « media/audio/pulse/audio_manager_pulse.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698