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

Unified Diff: url/DEPS

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
Index: url/DEPS
diff --git a/url/DEPS b/url/DEPS
index 9643291a465c3ae4531273519b20784f72f1df7c..c89ac323c59802af145509da6322dc973510a04f 100644
--- a/url/DEPS
+++ b/url/DEPS
@@ -10,4 +10,8 @@ specific_include_rules = {
"url_canon_icu(\.cc|_unittest\.cc)": [
"+third_party/icu",
],
+ "run_all_unittests\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ "+mojo/edk/test/scoped_ipc_support.h",
+ ],
}
« no previous file with comments | « url/BUILD.gn ('k') | url/mojo/BUILD.gn » ('j') | url/mojo/url_gurl_struct_traits_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698