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

Side by Side Diff: third_party/WebKit/Source/core/layout/line/DEPS

Issue 2710183002: WTF::Vector: Enable static_asserts in a Vector constructor.
Patch Set: Add a "temporarily allowed" rule in DEPS. Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/line/RootInlineBox.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/LayoutBox.h",
13 "!core/layout/OverflowModel.h", 14 "!core/layout/OverflowModel.h",
14 "!core/layout/TextRunConstructor.h", 15 "!core/layout/TextRunConstructor.h",
15 "!core/layout/VerticalPositionCache.h", 16 "!core/layout/VerticalPositionCache.h",
16 "!core/layout/shapes/ShapeOutsideInfo.h", 17 "!core/layout/shapes/ShapeOutsideInfo.h",
17 ] 18 ]
18 19
19 specific_include_rules = { 20 specific_include_rules = {
20 ".*Test\.cpp": [ 21 ".*Test\.cpp": [
21 "+core/layout", 22 "+core/layout",
22 ], 23 ],
23 } 24 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/line/RootInlineBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698