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

Side by Side Diff: content/content_child.gypi

Issue 1409023002: Revert of Add webusb permission bubble mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webusb_permission_ui_1_refactor_permission_bubble_manager
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « content/child/mojo/type_converters.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/mime_util/mime_util.gyp:mime_util', 8 '../components/mime_util/mime_util.gyp:mime_util',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'child/indexed_db/webidbcursor_impl.cc', 111 'child/indexed_db/webidbcursor_impl.cc',
112 'child/indexed_db/webidbcursor_impl.h', 112 'child/indexed_db/webidbcursor_impl.h',
113 'child/indexed_db/webidbdatabase_impl.cc', 113 'child/indexed_db/webidbdatabase_impl.cc',
114 'child/indexed_db/webidbdatabase_impl.h', 114 'child/indexed_db/webidbdatabase_impl.h',
115 'child/indexed_db/webidbfactory_impl.cc', 115 'child/indexed_db/webidbfactory_impl.cc',
116 'child/indexed_db/webidbfactory_impl.h', 116 'child/indexed_db/webidbfactory_impl.h',
117 'child/memory/child_memory_message_filter.cc', 117 'child/memory/child_memory_message_filter.cc',
118 'child/memory/child_memory_message_filter.h', 118 'child/memory/child_memory_message_filter.h',
119 'child/mojo/mojo_application.cc', 119 'child/mojo/mojo_application.cc',
120 'child/mojo/mojo_application.h', 120 'child/mojo/mojo_application.h',
121 'child/mojo/type_converters.h',
122 'child/multipart_response_delegate.cc', 121 'child/multipart_response_delegate.cc',
123 'child/multipart_response_delegate.h', 122 'child/multipart_response_delegate.h',
124 'child/navigator_connect/service_port_dispatcher_impl.cc', 123 'child/navigator_connect/service_port_dispatcher_impl.cc',
125 'child/navigator_connect/service_port_dispatcher_impl.h', 124 'child/navigator_connect/service_port_dispatcher_impl.h',
126 'child/navigator_connect/service_port_provider.cc', 125 'child/navigator_connect/service_port_provider.cc',
127 'child/navigator_connect/service_port_provider.h', 126 'child/navigator_connect/service_port_provider.h',
128 'child/notifications/notification_data_conversions.cc', 127 'child/notifications/notification_data_conversions.cc',
129 'child/notifications/notification_data_conversions.h', 128 'child/notifications/notification_data_conversions.h',
130 'child/notifications/notification_dispatcher.cc', 129 'child/notifications/notification_dispatcher.cc',
131 'child/notifications/notification_dispatcher.h', 130 'child/notifications/notification_dispatcher.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'child/npapi/webplugin_delegate_impl_mac.mm', 341 'child/npapi/webplugin_delegate_impl_mac.mm',
343 ], 342 ],
344 }], 343 }],
345 ['OS=="win"', { 344 ['OS=="win"', {
346 'sources!': [ 345 'sources!': [
347 'child/npapi/webplugin_delegate_impl_aura.cc', 346 'child/npapi/webplugin_delegate_impl_aura.cc',
348 ], 347 ],
349 }], 348 }],
350 ], 349 ],
351 } 350 }
OLDNEW
« no previous file with comments | « content/child/mojo/type_converters.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698