| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index ef34e024b19e36ec5457366df91dbce509d65106..83598e5db7b2fc6a6ed6bcaae025812c44c51229 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -51,8 +51,8 @@
|
| '../ui/ui.gyp:ui',
|
| '../url/url.gyp:url_lib',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| - '../webkit/support/webkit_support.gyp:webkit_resources',
|
| '../webkit/support/webkit_support.gyp:webkit_support',
|
| + '../webkit/webkit_resources.gyp:webkit_temp_resources',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -168,7 +168,7 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| ],
|
| 'dependencies': [
|
| - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
|
| + '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
|
| ],
|
| 'configurations': {
|
| 'Debug_Base': {
|
| @@ -288,8 +288,8 @@
|
| '<(DEPTH)/net/net.gyp:net_resources',
|
| '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
|
| - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
|
| + '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources',
|
| + '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
|
| ],
|
| 'variables': {
|
| 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py',
|
|
|