0
Files
src/ppapi
Dan McArdle 91a0c5762f Enable gn check for //ppapi/thunk:*
This CL disentangles two codependent targets (//ppapi/thunk and
//ppapi/shared_impl) by creating a few helper targets. Fortunately, I
did not have to resort to a circular dependency.

Running `gn check` revealed a number of disallowed header inclusions. I
disentangled the header inclusions as necessary. In some places it was
possible to just delete troublesome includes because they were not being
used, or they only needed a forward declaration.

Before:
    //ppapi/shared_impl
        //ppapi/thunk

Now:
    //ppapi/shared_impl
        //ppapi/thunk
            //ppapi/shared_impl:common
                //ppapi/thunk:headers
            //ppapi/shared_impl:headers

Change-Id: I28a8ac7daca1371106dc675c66da930dfe3b15cf
Fixed: 1158997
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3065823
Reviewed-by: Erik Staab <estaab@chromium.org>
Reviewed-by: Raymes Khoury <raymes@chromium.org>
Commit-Queue: Dan McArdle <dmcardle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#908232}
2021-08-04 00:07:49 +00:00
..
2021-07-29 06:41:22 +00:00
2021-07-29 06:41:22 +00:00
2021-07-29 06:41:22 +00:00
2021-07-29 06:41:22 +00:00
2021-07-29 06:41:22 +00:00
2021-08-04 00:07:49 +00:00
2021-07-29 06:23:34 +00:00