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

Unified Diff: net/net.gyp

Issue 892373006: Revert of Add Mojo interfaces for out-of-process proxy resolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « net/interfaces/proxy_resolver_service.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 6dac5c8c011adc394c0547e6bb083d5fe29072f2..834a4c62e8ec5a33132f43f95c1ad541827b55e9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1203,22 +1203,6 @@
},
],
}],
- ['use_v8_in_net == 1 and OS != "android"', {
- 'targets': [
- {
- # GN version: //net/interfaces
- 'target_name': 'net_interfaces',
- 'type': 'static_library',
- 'sources': [
- 'interfaces/host_resolver_service.mojom',
- 'interfaces/proxy_resolver_service.mojom',
- ],
- 'includes': [
- '../third_party/mojo/mojom_bindings_generator.gypi',
- ],
- },
- ],
- }],
['OS != "ios" and OS != "android"', {
'targets': [
# iOS doesn't have the concept of simple executables, these targets
« no previous file with comments | « net/interfaces/proxy_resolver_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698