| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 1cea32d40d12c194bb9a21e8fed5c95c7706c42f..8fd98e098d166749576d242a4a6d01d04f2bc96b 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -25,8 +25,8 @@
|
| '../mojo/mojo_edk.gyp:mojo_system_impl',
|
| '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| '../net/net.gyp:net',
|
| - '../services/shell/shell.gyp:shell_public',
|
| '../services/shell/shell.gyp:shell_runner_common_lib',
|
| + '../services/shell/shell_public.gyp:shell_public',
|
| '../skia/skia.gyp:skia',
|
| '../storage/storage_common.gyp:storage_common',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| @@ -80,7 +80,7 @@
|
| 'export_dependent_settings': [
|
| '../base/base.gyp:base',
|
| '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| - '../services/shell/shell.gyp:shell_public',
|
| + '../services/shell/shell_public.gyp:shell_public',
|
| # The public content API headers directly include Blink API headers, so we
|
| # have to export the blink header settings so that relative paths in these
|
| # headers resolve correctly.
|
|
|