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

Unified Diff: dl/BUILD.gn

Issue 1520893002: GN: Mark dl sourceset as non-chromium code to silence compiler warnings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax.git@master
Patch Set: Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dl/BUILD.gn
diff --git a/dl/BUILD.gn b/dl/BUILD.gn
index 5459f48c109f22a944927888c184811b643919f8..c5b6d36ac7bc2228aaa67206f172aa6dbc1b4373 100644
--- a/dl/BUILD.gn
+++ b/dl/BUILD.gn
@@ -40,6 +40,8 @@ config("dl_config") {
# GYP: third_party/openmax_dl/dl/dl.gyp:openmax_dl
source_set("dl") {
public_configs = [ ":dl_config" ]
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
sources = [
"api/omxtypes.h",
"sp/api/omxSP.h",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698