DescriptionMake Blink test targets generally visible.
This makes heap_unittests, platform_unittests and wtf_unittests targets
public, so we can refer to them outside of Blink, in Chromium's root
BUILD.gn file.
Tested with the following command line:
$ gn gen ../../out_gn/Debug
$ ninja -C ../../out_gn/Debug all_blink
With the following diff in Chromium's BUILD.gn to test the new behavior.
+group("gn_all") {
+ # This should not be linked into production and depends on test targets.
+ testonly = true
+
+ deps = [
+ "//third_party/WebKit/public:blink_tests",
+ ]
+}
BUG=None
TEST=see above
R=dpranke@chromium.org
TBR=jochen@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189894
Patch Set 1 #Patch Set 2 : #Patch Set 3 : blink_tests target #Messages
Total messages: 9 (2 generated)
|