From b83f9dcb4940d4700632fe9e925abec779ad84ef Mon Sep 17 00:00:00 2001 From: jamesr Date: Tue, 7 Oct 2014 01:04:09 -0700 Subject: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp The targets in the mojo public SDK, i.e. those in mojo/public/, should be free of dependencies outside of mojo/public/ and usable in a standalone fashion. This moves the gyp definitions from mojo/mojo_base.gyp, which also contains a number of non-public targets, to mojo/public/mojo_public.gyp. R=viettrungluu@chromium.org TBR=darin@chromium.org for updating various gyp entries to point to new target location Review URL: https://codereview.chromium.org/632853002 Cr-Commit-Position: refs/heads/master@{#298422} --- content/content_ppapi_plugin.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content_ppapi_plugin.gypi') diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi index 8731034..c02e053 100644 --- a/content/content_ppapi_plugin.gypi +++ b/content/content_ppapi_plugin.gypi @@ -7,7 +7,7 @@ ['enable_plugins==1', { 'dependencies': [ '../base/base.gyp:base', - '../mojo/mojo_base.gyp:mojo_application_bindings', + '../mojo/public/mojo_public.gyp:mojo_application_bindings', '../ppapi/ppapi_internal.gyp:ppapi_ipc', '../ui/base/ui_base.gyp:ui_base', '../ui/gfx/gfx.gyp:gfx', -- cgit v1.1