diff options
author | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:25:39 +0000 |
---|---|---|
committer | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-02 05:25:39 +0000 |
commit | 800b0cb4a1e999d61d185d1898946294649037d0 (patch) | |
tree | 48a2d93ed90cd549f1102f06ff56c8d92f0021d8 /ppapi | |
parent | 9f555865bfe3d75a3ba2f0ab1e2b86adce956b59 (diff) | |
download | chromium_src-800b0cb4a1e999d61d185d1898946294649037d0.zip chromium_src-800b0cb4a1e999d61d185d1898946294649037d0.tar.gz chromium_src-800b0cb4a1e999d61d185d1898946294649037d0.tar.bz2 |
webkit can no longer depend on ppapi; shared_impl can now depend on ipc.
There is no longer any code in webkit/* that uses ppapi, so these
dependencies can go. This means that ppapi/shared_impl code can now use
ipc.
Review URL: https://chromiumcodereview.appspot.com/23532006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/shared_impl/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/shared_impl/DEPS b/ppapi/shared_impl/DEPS index ca43b89..30cc66e 100644 --- a/ppapi/shared_impl/DEPS +++ b/ppapi/shared_impl/DEPS @@ -9,10 +9,6 @@ include_rules = [ # The untrusted build references the NaCl integrated runtime (IRT). "+native_client/src/untrusted/irt", - # Since this is used by the implementation in /webkit, we don't want it to - # depend on IPC. - "-ipc", - "-ppapi/cpp", "-ppapi/proxy", |