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

Side by Side Diff: content/content_child.gypi

Issue 1106193002: Add Mojo types and service definitions for Background Sync API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert scoped_ptr construction change Created 5 years, 7 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/common/background_sync_service.mojom ('k') | content/content_common_mojo_bindings.gyp » ('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 '../components/webcrypto/webcrypto.gyp:webcrypto', 9 '../components/webcrypto/webcrypto.gyp:webcrypto',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 23 matching lines...) Expand all
34 'private_child_sources': [ 34 'private_child_sources': [
35 'child/appcache/appcache_backend_proxy.cc', 35 'child/appcache/appcache_backend_proxy.cc',
36 'child/appcache/appcache_backend_proxy.h', 36 'child/appcache/appcache_backend_proxy.h',
37 'child/appcache/appcache_dispatcher.cc', 37 'child/appcache/appcache_dispatcher.cc',
38 'child/appcache/appcache_dispatcher.h', 38 'child/appcache/appcache_dispatcher.h',
39 'child/appcache/appcache_frontend_impl.cc', 39 'child/appcache/appcache_frontend_impl.cc',
40 'child/appcache/appcache_frontend_impl.h', 40 'child/appcache/appcache_frontend_impl.h',
41 'child/appcache/web_application_cache_host_impl.cc', 41 'child/appcache/web_application_cache_host_impl.cc',
42 'child/appcache/web_application_cache_host_impl.h', 42 'child/appcache/web_application_cache_host_impl.h',
43 'child/assert_matching_enums.cc', 43 'child/assert_matching_enums.cc',
44 'child/background_sync/background_sync_type_converters.cc',
45 'child/background_sync/background_sync_type_converters.h',
44 'child/blink_platform_impl.cc', 46 'child/blink_platform_impl.cc',
45 'child/blink_platform_impl.h', 47 'child/blink_platform_impl.h',
46 'child/bluetooth/bluetooth_dispatcher.cc', 48 'child/bluetooth/bluetooth_dispatcher.cc',
47 'child/bluetooth/bluetooth_dispatcher.h', 49 'child/bluetooth/bluetooth_dispatcher.h',
48 'child/bluetooth/bluetooth_message_filter.cc', 50 'child/bluetooth/bluetooth_message_filter.cc',
49 'child/bluetooth/bluetooth_message_filter.h', 51 'child/bluetooth/bluetooth_message_filter.h',
50 'child/bluetooth/web_bluetooth_impl.cc', 52 'child/bluetooth/web_bluetooth_impl.cc',
51 'child/bluetooth/web_bluetooth_impl.h', 53 'child/bluetooth/web_bluetooth_impl.h',
52 'child/browser_font_resource_trusted.cc', 54 'child/browser_font_resource_trusted.cc',
53 'child/browser_font_resource_trusted.h', 55 'child/browser_font_resource_trusted.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'child/npapi/webplugin_delegate_impl_mac.mm', 317 'child/npapi/webplugin_delegate_impl_mac.mm',
316 ], 318 ],
317 }], 319 }],
318 ['OS=="win"', { 320 ['OS=="win"', {
319 'sources!': [ 321 'sources!': [
320 'child/npapi/webplugin_delegate_impl_aura.cc', 322 'child/npapi/webplugin_delegate_impl_aura.cc',
321 ], 323 ],
322 }], 324 }],
323 ], 325 ],
324 } 326 }
OLDNEW
« no previous file with comments | « content/common/background_sync_service.mojom ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698