Enable "gn check" for //third_party/blink/renderer/core/mojo
* Move core_export.h from core:core to core:core_common to avoid a circular dependency between core:core and core/mojo:mojo. * Move v8:bindings_core_v8_generated from 'deps' to 'public_deps' in core:prerequisites. v8:bindings_core_v8_generated is used by a target depending on core:prerequisites. * Move some test helper sources from core:unit_tests to core:unit_test_support, and change core:unit_tests dependency to core:unit_test_support in controller:blink_bindings_test_sources in order to avoid a circular dependency between controller:blink_bindings_test_sources and mojo:unit_tests. This CL has no behavior changes. Bug: 800764 Change-Id: I8d8f78e0eb6f18464d4e270360a62b212cd9da27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402460 Reviewed-by:Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#805671}
Loading
Please register or sign in to comment