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

Unified Diff: Source/core/core.gyp

Issue 100453011: Rename css/CSSParser to css/parser/BisonCSSParser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 882565dec888f0cd6d608fa9c5ab1b353ab21327..6282bfea7b0d69a0730dc25be9a4a8ca9d605b26 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -290,8 +290,8 @@
# Generated from CSSTokenizer-in.cpp
'<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp',
- # Generated from CSSParser-in.cpp
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
+ # Generated from BisonCSSParser-in.cpp
+ '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp',
# Generated from HTMLMetaElement-in.cpp
'<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
« no previous file with comments | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698