| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 111103f613997c34ed4b7b1781f65325c5ea52bf..e0969dde299a56d460f0c6c91f3225a293231353 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -63,7 +63,7 @@
|
| '../url/url.gyp:url_lib',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| - '../webkit/webkit_resources.gyp:webkit_resources',
|
| + '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -439,7 +439,7 @@
|
| '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
|
| '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
|
| '<(DEPTH)/ui/strings/ui_strings.gyp:ui_strings',
|
| - '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources',
|
| + '<(DEPTH)/webkit/glue/resources/webkit_resources.gyp:webkit_resources',
|
| ],
|
| 'conditions': [
|
| ['OS!="android"', {
|
|
|