| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index 417317f6f2af62084b15f2a89f0e6425bc3e27e5..c71eb0885f8beee6e6820d405d911b10ed52ba92 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -568,7 +568,7 @@
|
| ],
|
| }, { # OS!="mac"
|
| 'sources!': [
|
| - 'editing/SmartReplaceCF.cpp',
|
| + 'editing/commands/SmartReplaceCF.cpp',
|
| ],
|
| }],
|
| ['OS=="win" and chromium_win_pch==1', {
|
| @@ -823,7 +823,7 @@
|
| },
|
| },{ # OS!="mac"
|
| 'sources!': [
|
| - 'editing/SmartReplaceCF.cpp',
|
| + 'editing/commands/SmartReplaceCF.cpp',
|
| 'layout/LayoutThemeMac.h',
|
| 'layout/LayoutThemeMac.mm',
|
| ],
|
|
|