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

Side by Side Diff: content/content_child.gypi

Issue 644643005: Implement a RenderFrame-less path for Web Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove now unused ipc messages Created 6 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
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/public/mojo_public.gyp:mojo_application_bindings', 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'child/indexed_db/webidbcursor_impl.cc', 89 'child/indexed_db/webidbcursor_impl.cc',
90 'child/indexed_db/webidbcursor_impl.h', 90 'child/indexed_db/webidbcursor_impl.h',
91 'child/indexed_db/webidbdatabase_impl.cc', 91 'child/indexed_db/webidbdatabase_impl.cc',
92 'child/indexed_db/webidbdatabase_impl.h', 92 'child/indexed_db/webidbdatabase_impl.h',
93 'child/indexed_db/webidbfactory_impl.cc', 93 'child/indexed_db/webidbfactory_impl.cc',
94 'child/indexed_db/webidbfactory_impl.h', 94 'child/indexed_db/webidbfactory_impl.h',
95 'child/mojo/mojo_application.cc', 95 'child/mojo/mojo_application.cc',
96 'child/mojo/mojo_application.h', 96 'child/mojo/mojo_application.h',
97 'child/multipart_response_delegate.cc', 97 'child/multipart_response_delegate.cc',
98 'child/multipart_response_delegate.h', 98 'child/multipart_response_delegate.h',
99 'child/notifications/notification_dispatcher.cc',
100 'child/notifications/notification_dispatcher.h',
101 'child/notifications/notification_manager.cc',
102 'child/notifications/notification_manager.h',
99 'child/npapi/np_channel_base.cc', 103 'child/npapi/np_channel_base.cc',
100 'child/npapi/np_channel_base.h', 104 'child/npapi/np_channel_base.h',
101 'child/npapi/npobject_base.h', 105 'child/npapi/npobject_base.h',
102 'child/npapi/npobject_proxy.cc', 106 'child/npapi/npobject_proxy.cc',
103 'child/npapi/npobject_proxy.h', 107 'child/npapi/npobject_proxy.h',
104 'child/npapi/npobject_stub.cc', 108 'child/npapi/npobject_stub.cc',
105 'child/npapi/npobject_stub.h', 109 'child/npapi/npobject_stub.h',
106 'child/npapi/npobject_util.cc', 110 'child/npapi/npobject_util.cc',
107 'child/npapi/npobject_util.h', 111 'child/npapi/npobject_util.h',
108 'child/npapi/npruntime_util.cc', 112 'child/npapi/npruntime_util.cc',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 }, { 373 }, {
370 'dependencies': [ 374 'dependencies': [
371 '../third_party/nss/nss.gyp:nspr', 375 '../third_party/nss/nss.gyp:nspr',
372 '../third_party/nss/nss.gyp:nss', 376 '../third_party/nss/nss.gyp:nss',
373 ], 377 ],
374 }], 378 }],
375 ], 379 ],
376 }], 380 }],
377 ], 381 ],
378 } 382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698