| Index: url/BUILD.gn
|
| diff --git a/url/BUILD.gn b/url/BUILD.gn
|
| index 2beed041ab3dc5b7c20aa02ab7d52a29f720640a..d5ea067bc3d17ee25c134f3646573cccd883ba3f 100644
|
| --- a/url/BUILD.gn
|
| +++ b/url/BUILD.gn
|
| @@ -95,6 +95,15 @@ component("url") {
|
|
|
| # TODO(dpranke): crbug.com/360936. Get this to build and run on Android.
|
| if (!is_android) {
|
| + # TODO(GYP): Delete this after we've converted everything to GN.
|
| + # The _run targets exist only for compatibility w/ GYP.
|
| + group("url_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":url_unittests",
|
| + ]
|
| + }
|
| +
|
| test("url_unittests") {
|
| sources = [
|
| "deprecated_serialized_origin_unittest.cc",
|
|
|