Index: third_party/libevent/BUILD.gn |
diff --git a/third_party/libevent/BUILD.gn b/third_party/libevent/BUILD.gn |
index a1bd0c5792a4fbd095a6b9bad313215069b5db5c..43049c95cb55f70ca6ccf152eb5c71c4d8aa91c8 100644 |
--- a/third_party/libevent/BUILD.gn |
+++ b/third_party/libevent/BUILD.gn |
@@ -33,6 +33,10 @@ source_set("libevent") { |
include_dirs = [ "android" ] |
} |
+ if (is_fnl) { |
+ include_dirs += [ "compat" ] |
+ } |
+ |
configs -= [ "//build/config/compiler:chromium_code" ] |
configs += [ "//build/config/compiler:no_chromium_code" ] |
} |