| Index: content/content_gpu.gypi
|
| diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
|
| index af0c47f03c73ce218f1fc15b2945eebbc5d1f285..1c2121d59bcf6e313fad19ca2e0bca58ddecf546 100644
|
| --- a/content/content_gpu.gypi
|
| +++ b/content/content_gpu.gypi
|
| @@ -26,13 +26,10 @@
|
| ['OS=="win"', {
|
| 'include_dirs': [
|
| '<(DEPTH)/third_party/khronos',
|
| + # ANGLE libs picked up from ui/gl
|
| '<(angle_path)/src',
|
| '<(DEPTH)/third_party/wtl/include',
|
| ],
|
| - 'dependencies': [
|
| - '<(angle_path)/src/angle.gyp:libEGL',
|
| - '<(angle_path)/src/angle.gyp:libGLESv2',
|
| - ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-lsetupapi.lib',
|
|
|