Index: DEPS |
diff --git a/DEPS b/DEPS |
index ef59c148bb1a52b425b1295865059a4293910366..a6108e43de560778c42c9d7d1a487b91153e1b95 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -4,6 +4,9 @@ deps = { |
"build/gyp": |
"https://chromium.googlesource.com/external/gyp", |
+ "buildtools": |
+ "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b21a81136c7debdddfd063a8", |
+ |
"testing/corpus": |
"https://pdfium.googlesource.com/pdfium_tests@9cc1567a5eab106c1f3dbcfcada815c9505ac906", |
@@ -26,3 +29,11 @@ deps_os = { |
"https://chromium.googlesource.com/chromium/deps/cygwin@c89e446b273697fadf3a10ff1007a97c0b7de6df", |
}, |
} |
+ |
+include_rules = [ |
+ '+public', |
Lei Zhang
2015/06/05 20:14:13
alphabetical order?
Tom Sepez
2015/06/05 20:34:27
Done.
|
+ '+core/include', |
+ '+fpdfsdk/include', |
+ '+third_party/base', |
+ '+testing', |
+] |