Chromium Code Reviews| 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", |