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

Unified Diff: content/common/DEPS

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 2e11e2645a422257d03db017d71e16d38dea2810..983ac07f6a7c62e0ea6d8174fb7ebf1a7a6a7dcf 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -14,6 +14,7 @@ include_rules = [
"-third_party/WebKit",
"+third_party/WebKit/public/platform/WebCString.h",
"+third_party/WebKit/public/platform/WebDeviceMotionData.h",
+ "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
"+third_party/WebKit/public/platform/WebFloatPoint.h",
"+third_party/WebKit/public/platform/WebFloatRect.h",
"+third_party/WebKit/public/platform/WebGamepads.h",

Powered by Google App Engine
This is Rietveld 408576698