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

Unified Diff: Source/core/core_derived_sources.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/core.gypi ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_derived_sources.gyp
diff --git a/Source/core/core_derived_sources.gyp b/Source/core/core_derived_sources.gyp
index 1cc7c34b4125cd6b96bd08130456ce9cfb0979d3..0b085598f2eee6552c47bab5237e8a36a8fa5044 100644
--- a/Source/core/core_derived_sources.gyp
+++ b/Source/core/core_derived_sources.gyp
@@ -588,16 +588,16 @@
'inputs': [
'<@(scripts_for_in_files)',
'../build/scripts/make_token_matcher.py',
- '../core/css/CSSParser-in.cpp',
+ '../core/css/parser/BisonCSSParser-in.cpp',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp',
],
'action': [
'python',
'../build/scripts/make_token_matcher.py',
- '../core/css/CSSParser-in.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
+ '../core/css/parser/BisonCSSParser-in.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp',
],
},
{
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698