| Index: ppapi/ppapi_internal.gyp
|
| diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
|
| index fd82adc0dd47dc532fe38a153a8a00092ffe0f5a..29a60db3b7232f96e484c89277a9abe023848bab 100644
|
| --- a/ppapi/ppapi_internal.gyp
|
| +++ b/ppapi/ppapi_internal.gyp
|
| @@ -42,11 +42,9 @@
|
| 'ppapi_shared_target': 1,
|
| },
|
| 'dependencies': [
|
| - 'ppapi.gyp:ppapi_c',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
|
| '../gpu/gpu.gyp:command_buffer_client',
|
| '../gpu/gpu.gyp:gles2_implementation',
|
| @@ -56,6 +54,8 @@
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../ui/surface/surface.gyp:surface',
|
| + '../url/url.gyp:url_lib',
|
| + 'ppapi.gyp:ppapi_c',
|
| ],
|
| 'export_dependent_settings': [
|
| '../base/base.gyp:base',
|
|
|