shaka-packager/net
Kongqun Yang b9f1996b68 Fix compilation errors after manifest update
Manifest was updated in CL 7debbbe19b158ea7377e229a17ec1d3d9d19d1b8
to point to Chromium LGKR CL 253526.

There are some API refactoring in base, which result in some code
changes in our packager source.

Change-Id: I52bf5a8a4f8fe0ebc566677efcd572332db8f618
2014-03-03 13:26:14 -08:00
..
third_party/nss Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00
README.packager Fix compilation errors after manifest update 2014-03-03 13:26:14 -08:00

README.packager

Description:
This directory is included to resolve gyp dependency on *.isolate when parsing
base.gyp. Although the involved target is supposed to compiled off, gyp
still tries to locate the included *.isolate. Refer below for the dependency
chain.

Dependency Chain:
base/base.gyp <= base/base_unittests.isolate <= base/base.isolate
    <= build/linux/system.isolate <= net/third_party/nss/ssl.isolate
    <= net/third_party/nss/ssl_base.isolate

File(s):
net/third_party/nss/ssl_base.isolate
net/third_party/nss/ssl.isolate