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

Side by Side Diff: content/content_child.gypi

Issue 781723002: Pass navigator.connect calls through to the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/content_browser.gypi ('k') | content/content_common.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/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'child/indexed_db/webidbcursor_impl.cc', 98 'child/indexed_db/webidbcursor_impl.cc',
99 'child/indexed_db/webidbcursor_impl.h', 99 'child/indexed_db/webidbcursor_impl.h',
100 'child/indexed_db/webidbdatabase_impl.cc', 100 'child/indexed_db/webidbdatabase_impl.cc',
101 'child/indexed_db/webidbdatabase_impl.h', 101 'child/indexed_db/webidbdatabase_impl.h',
102 'child/indexed_db/webidbfactory_impl.cc', 102 'child/indexed_db/webidbfactory_impl.cc',
103 'child/indexed_db/webidbfactory_impl.h', 103 'child/indexed_db/webidbfactory_impl.h',
104 'child/mojo/mojo_application.cc', 104 'child/mojo/mojo_application.cc',
105 'child/mojo/mojo_application.h', 105 'child/mojo/mojo_application.h',
106 'child/multipart_response_delegate.cc', 106 'child/multipart_response_delegate.cc',
107 'child/multipart_response_delegate.h', 107 'child/multipart_response_delegate.h',
108 'child/navigator_connect/navigator_connect_dispatcher.cc',
109 'child/navigator_connect/navigator_connect_dispatcher.h',
110 'child/navigator_connect/navigator_connect_provider.cc',
111 'child/navigator_connect/navigator_connect_provider.h',
108 'child/notifications/notification_data_conversions.cc', 112 'child/notifications/notification_data_conversions.cc',
109 'child/notifications/notification_data_conversions.h', 113 'child/notifications/notification_data_conversions.h',
110 'child/notifications/notification_dispatcher.cc', 114 'child/notifications/notification_dispatcher.cc',
111 'child/notifications/notification_dispatcher.h', 115 'child/notifications/notification_dispatcher.h',
112 'child/notifications/notification_image_loader.cc', 116 'child/notifications/notification_image_loader.cc',
113 'child/notifications/notification_image_loader.h', 117 'child/notifications/notification_image_loader.h',
114 'child/notifications/notification_manager.cc', 118 'child/notifications/notification_manager.cc',
115 'child/notifications/notification_manager.h', 119 'child/notifications/notification_manager.h',
116 'child/npapi/np_channel_base.cc', 120 'child/npapi/np_channel_base.cc',
117 'child/npapi/np_channel_base.h', 121 'child/npapi/np_channel_base.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 }, { 391 }, {
388 'dependencies': [ 392 'dependencies': [
389 '../third_party/nss/nss.gyp:nspr', 393 '../third_party/nss/nss.gyp:nspr',
390 '../third_party/nss/nss.gyp:nss', 394 '../third_party/nss/nss.gyp:nss',
391 ], 395 ],
392 }], 396 }],
393 ], 397 ],
394 }], 398 }],
395 ], 399 ],
396 } 400 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698