1*6777b538SAndroid Build Coastguard Worker // This directory was created manually and not imported from Chromium. It was created to remove the 2*6777b538SAndroid Build Coastguard Worker // divergence we had where we had to rename `#include "third_party/zlib/zlib.h"` line to 3*6777b538SAndroid Build Coastguard Worker // `#include <zlib.h>`. This is due to the fact that we don't import Chromium's zlib and we use 4*6777b538SAndroid Build Coastguard Worker // zlib from AOSP. In order to workaround that, we redirect traffic from `third_party/zlib/zlib.h` to 5*6777b538SAndroid Build Coastguard Worker // AOSP's zlib. 6*6777b538SAndroid Build Coastguard Worker 7*6777b538SAndroid Build Coastguard Worker #ifndef THIRD_PARTY_ZLIB_ZLIB 8*6777b538SAndroid Build Coastguard Worker #define THIRD_PARTY_ZLIB_ZLIB 9*6777b538SAndroid Build Coastguard Worker 10*6777b538SAndroid Build Coastguard Worker #include <zlib.h> 11*6777b538SAndroid Build Coastguard Worker 12*6777b538SAndroid Build Coastguard Worker #endif // THIRD_PARTY_ZLIB_ZLIB