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

Unified Diff: sky/engine/core/css/parser/CSSPropertyParser.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.h ('k') | sky/engine/core/css/parser/CSSTokenizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/CSSPropertyParser.cpp
diff --git a/sky/engine/core/css/parser/CSSPropertyParser.cpp b/sky/engine/core/css/parser/CSSPropertyParser.cpp
index 9fa52db839f0db78047b679935e649b8fc068c49..16808e2c1a4de98e1105b0e4f19a90a743d166a3 100644
--- a/sky/engine/core/css/parser/CSSPropertyParser.cpp
+++ b/sky/engine/core/css/parser/CSSPropertyParser.cpp
@@ -24,56 +24,56 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/css/parser/CSSPropertyParser.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/parser/CSSPropertyParser.h"
// FIXME: Way too many!
+#include <limits.h>
#include "gen/sky/core/CSSValueKeywords.h"
#include "gen/sky/core/StylePropertyShorthand.h"
-#include "core/css/CSSAspectRatioValue.h"
-#include "core/css/CSSBasicShapes.h"
-#include "core/css/CSSBorderImage.h"
-#include "core/css/CSSCanvasValue.h"
-#include "core/css/CSSCrossfadeValue.h"
-#include "core/css/CSSCursorImageValue.h"
-#include "core/css/CSSFontFaceSrcValue.h"
-#include "core/css/CSSFontFeatureValue.h"
-#include "core/css/CSSFunctionValue.h"
-#include "core/css/CSSGradientValue.h"
-#include "core/css/CSSImageSetValue.h"
-#include "core/css/CSSImageValue.h"
-#include "core/css/CSSInheritedValue.h"
-#include "core/css/CSSInitialValue.h"
-#include "core/css/CSSKeyframeRule.h"
-#include "core/css/CSSKeyframesRule.h"
-#include "core/css/CSSLineBoxContainValue.h"
-#include "core/css/CSSPrimitiveValue.h"
-#include "core/css/CSSPropertyMetadata.h"
-#include "core/css/CSSPropertySourceData.h"
-#include "core/css/CSSSelector.h"
-#include "core/css/CSSShadowValue.h"
-#include "core/css/CSSTimingFunctionValue.h"
-#include "core/css/CSSTransformValue.h"
-#include "core/css/CSSUnicodeRangeValue.h"
-#include "core/css/CSSValueList.h"
-#include "core/css/CSSValuePool.h"
-#include "core/css/HashTools.h"
-#include "core/css/Pair.h"
-#include "core/css/Rect.h"
-#include "core/css/parser/BisonCSSParser.h"
-#include "core/css/parser/CSSParserIdioms.h"
-#include "core/css/parser/CSSParserValues.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "platform/FloatConversion.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "wtf/BitArray.h"
-#include "wtf/HexNumber.h"
-#include "wtf/text/StringBuffer.h"
-#include "wtf/text/StringBuilder.h"
-#include "wtf/text/StringImpl.h"
-#include "wtf/text/TextEncoding.h"
-#include <limits.h>
+#include "sky/engine/core/css/CSSAspectRatioValue.h"
+#include "sky/engine/core/css/CSSBasicShapes.h"
+#include "sky/engine/core/css/CSSBorderImage.h"
+#include "sky/engine/core/css/CSSCanvasValue.h"
+#include "sky/engine/core/css/CSSCrossfadeValue.h"
+#include "sky/engine/core/css/CSSCursorImageValue.h"
+#include "sky/engine/core/css/CSSFontFaceSrcValue.h"
+#include "sky/engine/core/css/CSSFontFeatureValue.h"
+#include "sky/engine/core/css/CSSFunctionValue.h"
+#include "sky/engine/core/css/CSSGradientValue.h"
+#include "sky/engine/core/css/CSSImageSetValue.h"
+#include "sky/engine/core/css/CSSImageValue.h"
+#include "sky/engine/core/css/CSSInheritedValue.h"
+#include "sky/engine/core/css/CSSInitialValue.h"
+#include "sky/engine/core/css/CSSKeyframeRule.h"
+#include "sky/engine/core/css/CSSKeyframesRule.h"
+#include "sky/engine/core/css/CSSLineBoxContainValue.h"
+#include "sky/engine/core/css/CSSPrimitiveValue.h"
+#include "sky/engine/core/css/CSSPropertyMetadata.h"
+#include "sky/engine/core/css/CSSPropertySourceData.h"
+#include "sky/engine/core/css/CSSSelector.h"
+#include "sky/engine/core/css/CSSShadowValue.h"
+#include "sky/engine/core/css/CSSTimingFunctionValue.h"
+#include "sky/engine/core/css/CSSTransformValue.h"
+#include "sky/engine/core/css/CSSUnicodeRangeValue.h"
+#include "sky/engine/core/css/CSSValueList.h"
+#include "sky/engine/core/css/CSSValuePool.h"
+#include "sky/engine/core/css/HashTools.h"
+#include "sky/engine/core/css/Pair.h"
+#include "sky/engine/core/css/Rect.h"
+#include "sky/engine/core/css/parser/BisonCSSParser.h"
+#include "sky/engine/core/css/parser/CSSParserIdioms.h"
+#include "sky/engine/core/css/parser/CSSParserValues.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/platform/FloatConversion.h"
+#include "sky/engine/wtf/BitArray.h"
+#include "sky/engine/wtf/HexNumber.h"
+#include "sky/engine/wtf/text/StringBuffer.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
+#include "sky/engine/wtf/text/StringImpl.h"
+#include "sky/engine/wtf/text/TextEncoding.h"
namespace blink {
« no previous file with comments | « sky/engine/core/css/parser/CSSPropertyParser.h ('k') | sky/engine/core/css/parser/CSSTokenizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698