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

Unified Diff: sky/engine/core/css/parser/BisonCSSParser-in.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/BisonCSSParser.h ('k') | sky/engine/core/css/parser/BisonCSSParserTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/parser/BisonCSSParser-in.cpp
diff --git a/sky/engine/core/css/parser/BisonCSSParser-in.cpp b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
index 71cab115247514779d0e56baf49638803baa61c6..ddc61d6419a6a841af761f5a99253fda8121509d 100644
--- a/sky/engine/core/css/parser/BisonCSSParser-in.cpp
+++ b/sky/engine/core/css/parser/BisonCSSParser-in.cpp
@@ -24,65 +24,65 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "core/css/parser/BisonCSSParser.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/css/parser/BisonCSSParser.h"
+#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/CSSPropertySourceData.h"
-#include "core/css/CSSSelector.h"
-#include "core/css/CSSShadowValue.h"
-#include "core/css/CSSStyleSheet.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/MediaList.h"
-#include "core/css/MediaQueryExp.h"
-#include "core/css/Pair.h"
-#include "core/css/Rect.h"
-#include "core/css/StylePropertySet.h"
-#include "core/css/StyleRule.h"
-#include "core/css/StyleSheetContents.h"
-#include "core/css/parser/CSSParserIdioms.h"
-#include "core/dom/Document.h"
-#include "core/frame/FrameConsole.h"
-#include "core/frame/FrameHost.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/frame/UseCounter.h"
-#include "core/html/parser/HTMLParserIdioms.h"
-#include "core/inspector/ConsoleMessage.h"
-#include "core/rendering/RenderTheme.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/CSSPropertySourceData.h"
+#include "sky/engine/core/css/CSSSelector.h"
+#include "sky/engine/core/css/CSSShadowValue.h"
+#include "sky/engine/core/css/CSSStyleSheet.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/MediaList.h"
+#include "sky/engine/core/css/MediaQueryExp.h"
+#include "sky/engine/core/css/Pair.h"
+#include "sky/engine/core/css/Rect.h"
+#include "sky/engine/core/css/StylePropertySet.h"
+#include "sky/engine/core/css/StyleRule.h"
+#include "sky/engine/core/css/StyleSheetContents.h"
+#include "sky/engine/core/css/parser/CSSParserIdioms.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/frame/FrameConsole.h"
+#include "sky/engine/core/frame/FrameHost.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/frame/UseCounter.h"
+#include "sky/engine/core/html/parser/HTMLParserIdioms.h"
+#include "sky/engine/core/inspector/ConsoleMessage.h"
+#include "sky/engine/core/rendering/RenderTheme.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"
#define YYDEBUG 0
« no previous file with comments | « sky/engine/core/css/parser/BisonCSSParser.h ('k') | sky/engine/core/css/parser/BisonCSSParserTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698