| Index: Source/WebKit/chromium/WebKitUnitTests.gyp
|
| diff --git a/Source/WebKit/chromium/WebKitUnitTests.gyp b/Source/WebKit/chromium/WebKitUnitTests.gyp
|
| index 3e08135598b869e3d6849a1c2cc3baab1c5defd3..7b4edf180838a186c3e6bb3a95b380123e8c3196 100644
|
| --- a/Source/WebKit/chromium/WebKitUnitTests.gyp
|
| +++ b/Source/WebKit/chromium/WebKitUnitTests.gyp
|
| @@ -59,7 +59,7 @@
|
| 'tests/RunAllTests.cpp',
|
| ],
|
| 'include_dirs': [
|
| - 'public',
|
| + '../../../public/web',
|
| 'src',
|
| ],
|
| 'conditions': [
|
| @@ -83,7 +83,7 @@
|
| 'conditions': [
|
| ['toolkit_uses_gtk == 1', {
|
| 'include_dirs': [
|
| - 'public/gtk',
|
| + '../../../public/web/gtk',
|
| ],
|
| 'variables': {
|
| # FIXME: Enable warnings on other platforms.
|
| @@ -112,7 +112,7 @@
|
| }],
|
| ['OS=="mac"', {
|
| 'include_dirs': [
|
| - 'public/mac',
|
| + '../../../public/web/mac',
|
| ],
|
| }],
|
| [ 'os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
|
|
|