| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index a0ee418be82a898b29b590e13a7005796e7fdfe1..b3aaaff30646f0565a9e867c2a79a132063b3d1f 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -15,7 +15,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| - '../ui/gfx/gl/gl.gyp:gl',
|
| + '../ui/gl/gl.gyp:gl',
|
| '../ui/ui.gyp:ui',
|
| '../webkit/support/webkit_support.gyp:appcache',
|
| '../webkit/support/webkit_support.gyp:blob',
|
| @@ -392,7 +392,7 @@
|
| ['OS=="win"', {
|
| 'dependencies': [
|
| '../media/media.gyp:media',
|
| - '../ui/gfx/gl/gl.gyp:gl',
|
| + '../ui/gl/gl.gyp:gl',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|