| 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',
|
| ],
|
| },
|
|
|