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

Unified Diff: Source/core/core_generated.gyp

Issue 469183002: Move parser-related files in core/css to core/css/parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pp2
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core_generated.gyp
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp
index 08280b5f9e24f4a75bfd358c6ac20b4cf27bc6e9..950450abc90f2b6b264db7486eaea222c36dc5f8 100644
--- a/Source/core/core_generated.gyp
+++ b/Source/core/core_generated.gyp
@@ -139,7 +139,7 @@
],
'sources': [
# bison rule
- 'css/CSSGrammar.y',
+ 'css/parser/CSSGrammar.y',
'xml/XPathGrammar.y',
],
'actions': [
@@ -748,7 +748,7 @@
'inputs': [
'<@(scripts_for_in_files)',
'../build/scripts/make_token_matcher.py',
- '../core/css/CSSTokenizer-in.cpp',
+ '../core/css/parser/CSSTokenizer-in.cpp',
],
'outputs': [
'<(blink_core_output_dir)/CSSTokenizer.cpp',
@@ -756,7 +756,7 @@
'action': [
'python',
'../build/scripts/make_token_matcher.py',
- '../core/css/CSSTokenizer-in.cpp',
+ '../core/css/parser/CSSTokenizer-in.cpp',
'<(blink_core_output_dir)/CSSTokenizer.cpp',
],
},
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSCalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698