| Index: cc/cc_tests.gyp
|
| diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
|
| index 71c2dd6173deec62b509310f22610d9003361018..fc173d76b9f5f924cec44760d65dda38e38a61e4 100644
|
| --- a/cc/cc_tests.gyp
|
| +++ b/cc/cc_tests.gyp
|
| @@ -193,7 +193,7 @@
|
| 'include_dirs': [
|
| 'test',
|
| '.',
|
| - '../third_party/WebKit/Source/Platform/chromium',
|
| + '../third_party/WebKit/public/platform',
|
| ],
|
| 'conditions': [
|
| ['OS == "android" and gtest_target_type == "shared_library"', {
|
| @@ -235,7 +235,7 @@
|
| 'include_dirs': [
|
| 'test',
|
| '.',
|
| - '../third_party/WebKit/Source/Platform/chromium',
|
| + '../third_party/WebKit/public/platform',
|
| ],
|
| 'conditions': [
|
| ['OS == "android" and gtest_target_type == "shared_library"', {
|
| @@ -260,7 +260,7 @@
|
| 'test',
|
| '.',
|
| '..',
|
| - '../third_party/WebKit/Source/Platform/chromium',
|
| + '../third_party/WebKit/public/platform',
|
| ],
|
| 'dependencies': [
|
| '../skia/skia.gyp:skia',
|
|
|