summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/DEPS3
-rw-r--r--base/debug_on_start.cc1
-rw-r--r--base/gfx/DEPS3
3 files changed, 7 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
new file mode 100644
index 0000000..45dc3e2
--- /dev/null
+++ b/base/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/zlib",
+]
diff --git a/base/debug_on_start.cc b/base/debug_on_start.cc
index 7ae6cd1..2600bf7 100644
--- a/base/debug_on_start.cc
+++ b/base/debug_on_start.cc
@@ -26,6 +26,7 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
#include <windows.h>
#include "base/debug_on_start.h"
diff --git a/base/gfx/DEPS b/base/gfx/DEPS
new file mode 100644
index 0000000..9ba5a37
--- /dev/null
+++ b/base/gfx/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+skia"
+]