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

Side by Side 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 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Line layout can only use the LineLayout API, not LayoutObject and kids. 2 # Line layout can only use the LineLayout API, not LayoutObject and kids.
3 "-core/layout", 3 "-core/layout",
4 "+core/layout/api", 4 "+core/layout/api",
5 "+core/layout/line", 5 "+core/layout/line",
6 "+platform", 6 "+platform",
7 "+wtf", 7 "+wtf",
8 8
9 "!core/layout/BidiRun.h", 9 "!core/layout/BidiRun.h",
10 "!core/layout/HitTestLocation.h", 10 "!core/layout/HitTestLocation.h",
11 "!core/layout/HitTestResult.h", 11 "!core/layout/HitTestResult.h",
12 "!core/layout/LayoutBlockFlow.h", 12 "!core/layout/LayoutBlockFlow.h",
13 "!core/layout/OverflowModel.h", 13 "!core/layout/OverflowModel.h",
14 "!core/layout/TextRunConstructor.h", 14 "!core/layout/TextRunConstructor.h",
15 "!core/layout/VerticalPositionCache.h", 15 "!core/layout/VerticalPositionCache.h",
16 "!core/layout/shapes/ShapeOutsideInfo.h", 16 "!core/layout/shapes/ShapeOutsideInfo.h",
17 ] 17 ]
18
19 specific_include_rules = {
20 ".*Test\.cpp": [
21 "+core/layout",
22 ],
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698