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

Unified Diff: url/BUILD.gn

Issue 1760643004: Add mojo struct traits for GURL so that it can be sent over mojoms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 10 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 | « no previous file | url/DEPS » ('j') | url/mojo/url_gurl_struct_traits_unittest.cc » ('J')
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 692478473dd6f79cb4c23996b9c302d7f301892e..94efa01322b01481fcc42d337e0ade96b0912e0f 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -118,7 +118,9 @@ if (!is_android) {
test("url_unittests") {
sources = [
"gurl_unittest.cc",
+ "mojo/url_gurl_struct_traits_unittest.cc",
"origin_unittest.cc",
+ "run_all_unittests.cc",
"scheme_host_port_unittest.cc",
"url_canon_icu_unittest.cc",
"url_canon_unittest.cc",
@@ -133,9 +135,12 @@ if (!is_android) {
deps = [
":url",
"//base",
- "//base/test:run_all_unittests",
+ "//base/test:test_support",
+ "//mojo/edk/system",
+ "//mojo/edk/test:test_support",
"//testing/gtest",
"//third_party/icu:icuuc",
+ "//url/mojo:test_url_mojom_gurl",
]
}
}
« no previous file with comments | « no previous file | url/DEPS » ('j') | url/mojo/url_gurl_struct_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698