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

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: add OWNERS file Created 6 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 unified diff | Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | 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/public/mojo_public.gyp:mojo_application_bindings', 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'child/indexed_db/webidbcursor_impl.cc', 91 'child/indexed_db/webidbcursor_impl.cc',
92 'child/indexed_db/webidbcursor_impl.h', 92 'child/indexed_db/webidbcursor_impl.h',
93 'child/indexed_db/webidbdatabase_impl.cc', 93 'child/indexed_db/webidbdatabase_impl.cc',
94 'child/indexed_db/webidbdatabase_impl.h', 94 'child/indexed_db/webidbdatabase_impl.h',
95 'child/indexed_db/webidbfactory_impl.cc', 95 'child/indexed_db/webidbfactory_impl.cc',
96 'child/indexed_db/webidbfactory_impl.h', 96 'child/indexed_db/webidbfactory_impl.h',
97 'child/mojo/mojo_application.cc', 97 'child/mojo/mojo_application.cc',
98 'child/mojo/mojo_application.h', 98 'child/mojo/mojo_application.h',
99 'child/multipart_response_delegate.cc', 99 'child/multipart_response_delegate.cc',
100 'child/multipart_response_delegate.h', 100 'child/multipart_response_delegate.h',
101 'child/notifications/notification_dispatcher.cc',
102 'child/notifications/notification_dispatcher.h',
103 'child/notifications/notification_manager.cc',
104 'child/notifications/notification_manager.h',
101 'child/npapi/np_channel_base.cc', 105 'child/npapi/np_channel_base.cc',
102 'child/npapi/np_channel_base.h', 106 'child/npapi/np_channel_base.h',
103 'child/npapi/npobject_base.h', 107 'child/npapi/npobject_base.h',
104 'child/npapi/npobject_proxy.cc', 108 'child/npapi/npobject_proxy.cc',
105 'child/npapi/npobject_proxy.h', 109 'child/npapi/npobject_proxy.h',
106 'child/npapi/npobject_stub.cc', 110 'child/npapi/npobject_stub.cc',
107 'child/npapi/npobject_stub.h', 111 'child/npapi/npobject_stub.h',
108 'child/npapi/npobject_util.cc', 112 'child/npapi/npobject_util.cc',
109 'child/npapi/npobject_util.h', 113 'child/npapi/npobject_util.h',
110 'child/npapi/npruntime_util.cc', 114 'child/npapi/npruntime_util.cc',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 }, { 369 }, {
366 'dependencies': [ 370 'dependencies': [
367 '../third_party/nss/nss.gyp:nspr', 371 '../third_party/nss/nss.gyp:nspr',
368 '../third_party/nss/nss.gyp:nss', 372 '../third_party/nss/nss.gyp:nss',
369 ], 373 ],
370 }], 374 }],
371 ], 375 ],
372 }], 376 }],
373 ], 377 ],
374 } 378 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698