|
wtf/Vector.h included more than necessary
There are files that include Vector.h without needing it. That triggers
builds bigger than needed when working on the Vector class.
This CL does 2 things :
1. If any .cpp uses Vector and its corresponding .h does not use it, then include "wtf/Vector.h" in the .cpp itself.
2. Remove duplicate 'include "wtf/Vector.h"' from .cpp, if both .h & .cpp includes it.
BUG= 398455
R=jochen@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179471
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+11 lines, -13 lines) |
Patch |
|
M |
Source/bindings/core/v8/ScriptDebugServer.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8GCController.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/core/v8/V8GCController.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/MediaQueryMatcher.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/MediaQueryMatcher.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/parser/MediaQueryParser.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/parser/MediaQueryParser.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/imports/HTMLImport.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/imports/HTMLImport.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/inspector/ContentSearchUtils.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/inspector/ContentSearchUtils.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/inspector/InspectorOverlay.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/inspector/InspectorOverlay.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/inspector/ScriptArguments.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/plugins/DOMMimeTypeArray.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/plugins/DOMMimeTypeArray.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/plugins/DOMPluginArray.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/plugins/DOMPluginArray.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/fonts/FontCache.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/fonts/FontCache.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/ImageBuffer.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/graphics/ImageBuffer.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/WebDevToolsFrontendImpl.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/web/WebDevToolsFrontendImpl.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|