chromium | 12 May 2012 03:26

Re: Issue 90078 in chromium: Implement components build for mac


Comment #65 on issue 90078 by bugdro... <at> chromium.org: Implement components  
build for mac
http://code.google.com/p/chromium/issues/detail?id=90078#c65

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=136733

------------------------------------------------------------------------
r136733 | thakis <at> chromium.org | Fri May 11 18:12:09 PDT 2012

Changed paths:
  M  
http://src.chromium.org/viewvc/chrome/trunk/src/ppapi/ppapi_shared.gypi?r1=136733&r2=136732&pathrev=136733

Make ppapi_shared depend on gles2_utils.

Without this, linking libppapi_shared.dylib on mac in a debug build
fails with

   "__ZN3gpu5gles29GLES2Util25GetStringProgramParameterEj", referenced from:
       __ZN3gpu5gles219GLES2Implementation12GetProgramivEjjPi in  
ppapi_shared.ppb_opengles2_shared.o
   "__ZN3gpu5gles29GLES2Util16GetStringGLStateEj", referenced from:
       __ZN3gpu5gles219GLES2Implementation11GetIntegervEjPi in  
ppapi_shared.ppb_opengles2_shared.o
       __ZN3gpu5gles219GLES2Implementation9GetFloatvEjPf in  
ppapi_shared.ppb_opengles2_shared.o
       __ZN3gpu5gles219GLES2Implementation11GetBooleanvEjPh in  
ppapi_shared.ppb_opengles2_shared.o
   "__ZN3gpu5gles29GLES2Util19GetStringShaderTypeEj", referenced from:
       __ZN3gpu5gles219GLES2Implementation12CreateShaderEj in  
ppapi_shared.ppb_opengles2_shared.o

BUG=90078
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10332125
------------------------------------------------------------------------

--

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs


Gmane