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

Unified Diff: net/net.gyp

Issue 2063683002: Migrate components/data_reduction_proxy to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate usage of RPH observer Created 4 years, 4 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index ca18939b6a2cb4e21801d533ba9797a6383f900c..9be949b3652d9ab6f3644dcb442d787b6a956112 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -877,6 +877,27 @@
'base/stale_while_revalidate_experiment_domains.h',
],
},
+ {
+ # GN version: //net/base/mojo:interfaces
+ 'target_name': 'net_base_mojo_bindings',
+ 'type': 'static_library',
+ 'sources': [
+ 'base/mojo/net_base.mojom',
+ ],
+ 'dependencies': [
+ '../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ 'net',
+ ],
+ 'export_dependent_settings': [
+ '../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'variables': {
+ 'mojom_typemaps': [
+ 'base/mojo/net_base.typemap',
+ ],
+ },
+ 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
+ },
],
'conditions': [
['use_v8_in_net == 1', {

Powered by Google App Engine
This is Rietveld 408576698