diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 16:50:29 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 16:50:29 +0000 |
commit | 66bf7e2b99672c530495517abb88f5256af9d338 (patch) | |
tree | ee76efb8c0b492154ed3df2890ebea93eaa00fa0 /content/content_plugin.gypi | |
parent | 89ad19365a5fb3899e2749ca646099d76f7446ad (diff) | |
download | chromium_src-66bf7e2b99672c530495517abb88f5256af9d338.zip chromium_src-66bf7e2b99672c530495517abb88f5256af9d338.tar.gz chromium_src-66bf7e2b99672c530495517abb88f5256af9d338.tar.bz2 |
Shell / ShellClient -> ServiceProvider
Try #2 of https://codereview.chromium.org/298653010/
Fixed newly introduced GN dependency.
TBR=darin@chromium.org
BUG=
Review URL: https://codereview.chromium.org/298003008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r-- | content/content_plugin.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index a8fa444..c6baab9 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -6,7 +6,7 @@ 'conditions': [ ['enable_plugins==1 and OS!="linux"', { 'dependencies': [ - '../mojo/mojo.gyp:mojo_shell_bindings', + '../mojo/mojo.gyp:mojo_service_provider_bindings', '../skia/skia.gyp:skia', '../third_party/WebKit/public/blink.gyp:blink', '../third_party/npapi/npapi.gyp:npapi', |