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

Unified Diff: mojo/mojo_shell.gyp

Issue 1465793005: Pass CapabilityFilter via CreateInstanceForHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/mojo_base.gyp ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index a4290af72fad4171a9444904c7e87cb610b947e1..65c803019a2d1a0d821a03461880f5708f741c9c 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -47,7 +47,6 @@
'<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
- '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_interfaces',
'<(DEPTH)/url/url.gyp:url_lib',
],
}, {
@@ -123,16 +122,5 @@
'includes': [
'../third_party/mojo/mojom_bindings_generator_explicit.gypi',
],
- }, {
- 'target_name': 'mojo_shell_interfaces',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'shell/application_manager.mojom',
- ],
- },
- 'includes': [
- '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
- ],
}],
}
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698