Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: url/BUILD.gn

Issue 1248673005: Add GN isolate support for a bunch of unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@some_isolates
Patch Set: merge to HEAD Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ui/gl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698