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

Unified Diff: mojo/mojo_base.gyp

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « mojo/common/url_type_converters.cc ('k') | net/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index f7e1572151721227a5f9ad45228f806793aff253..a067353fa3a930a2dd9bd91ee24c993c5f888646 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -72,20 +72,6 @@
'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
},
{
- # GN version: //mojo/common:url_type_converters
- 'target_name': 'mojo_url_type_converters',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../url/url.gyp:url_lib',
- '../mojo/mojo_public.gyp:mojo_public_system',
- ],
- 'sources': [
- 'common/url_type_converters.cc',
- 'common/url_type_converters.h',
- ],
- },
- {
# GN version: //mojo/common:test_common_custom_types
'target_name': 'mojo_test_common_custom_types',
'type': 'static_library',
@@ -120,7 +106,6 @@
'mojo_edk.gyp:mojo_run_all_unittests',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_test_utils',
- 'mojo_url_type_converters',
],
'sources': [
'common/common_custom_types_unittest.cc',
« no previous file with comments | « mojo/common/url_type_converters.cc ('k') | net/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698