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

Unified Diff: Source/build/scripts/make_css_property_names.py

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: Source/build/scripts/make_css_property_names.py
diff --git a/Source/build/scripts/make_css_property_names.py b/Source/build/scripts/make_css_property_names.py
index ab137e95ef43251a13265ef4a2cfe93e187127ce..4181033fada703c0887ef881b8ad843a4e2505fb 100755
--- a/Source/build/scripts/make_css_property_names.py
+++ b/Source/build/scripts/make_css_property_names.py
@@ -72,7 +72,7 @@ GPERF_TEMPLATE = """
#include "config.h"
#include "%(class_name)s.h"
-#include "core/platform/HashTools.h"
+#include "platform/HashTools.h"
#include <string.h>
#include "wtf/ASCIICType.h"
« no previous file with comments | « no previous file | Source/build/scripts/make_css_value_keywords.py » ('j') | Source/core/core_derived_sources.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698