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

Unified Diff: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni

Issue 2000253006: Implement URL and Origin typemaps/struct traits for blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix gyp rules Created 4 years, 7 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 | « third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h ('k') | url/url.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
diff --git a/mojo/public/cpp/bindings/tests/blink_typemaps.gni b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
similarity index 59%
copy from mojo/public/cpp/bindings/tests/blink_typemaps.gni
copy to third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
index b71dcf8d469f94876faa97839e1199ef6ab37cc8..0d07bc8fea385f5bfebf8b29c5ddc08d658df8f3 100644
--- a/mojo/public/cpp/bindings/tests/blink_typemaps.gni
+++ b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
typemaps = [
- "//mojo/public/cpp/bindings/tests/rect_blink.typemap",
- "//mojo/public/cpp/bindings/tests/test_native_types_blink.typemap",
+ "//third_party/WebKit/Source/platform/mojo/KURL.typemap",
+ "//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
]
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h ('k') | url/url.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698