Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Unified Diff: public/web/DEPS

Issue 149053002: Blink WebTouchPoint stores its location as WebFloatPoint, instead of WebPoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Relative path in DEPS lives in public/web. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: public/web/DEPS
diff --git a/public/web/DEPS b/public/web/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..770887ab0c16725995022fac244565b2c53e09ae
--- /dev/null
+++ b/public/web/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # Relative include required to allow building from either chromium or blink.
+ "+../platform"
+]

Powered by Google App Engine
This is Rietveld 408576698