DescriptionDeclare dependencie from ppapi_proxy targets on blink API
websocket_resource.cc in ppapi_proxy uses blink's WebSocket.h, but does
not declare a dependency. We'd like to have all such dependencies declared
explicitly so we can export settings like include_dirs from the blink public
API to make the includes within the API more rational.
This adds a dependency on blink_headers (since this does not depend on any
symbols exported from blink) so that it can be configured correctly.
BUG=350097
Patch Set 1 #
Total comments: 1
Patch Set 2 : with TODO #Patch Set 3 : add TODO to both refs in gypi #Messages
Total messages: 10 (0 generated)
|