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

Unified Diff: third_party/WebKit/Source/core/layout/line/DEPS

Issue 2536453002: Rename some functions about layout locations (Closed)
Patch Set: Add test Created 4 years, 1 month 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: third_party/WebKit/Source/core/layout/line/DEPS
diff --git a/third_party/WebKit/Source/core/layout/line/DEPS b/third_party/WebKit/Source/core/layout/line/DEPS
index 1be2ee5a421910734347d9e67d5049c1198ae416..e8221a6b5d4c23da4f0b11c6010afb2c2addb1e2 100644
--- a/third_party/WebKit/Source/core/layout/line/DEPS
+++ b/third_party/WebKit/Source/core/layout/line/DEPS
@@ -15,3 +15,9 @@ include_rules = [
"!core/layout/VerticalPositionCache.h",
"!core/layout/shapes/ShapeOutsideInfo.h",
]
+
+specific_include_rules = {
+ ".*Test\.cpp": [
+ "+core/layout",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698