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

Side by Side Diff: content/content_child.gypi

Issue 1104283002: [Background Sync] Add renderer code to interface between JS API and back-end service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bgsync-mojo
Patch Set: Add comment re: BackgroundSyncProvider lifetime 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
« content/common/DEPS ('K') | « content/common/DEPS ('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/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 24 matching lines...) Expand all
35 'private_child_sources': [ 35 'private_child_sources': [
36 'child/appcache/appcache_backend_proxy.cc', 36 'child/appcache/appcache_backend_proxy.cc',
37 'child/appcache/appcache_backend_proxy.h', 37 'child/appcache/appcache_backend_proxy.h',
38 'child/appcache/appcache_dispatcher.cc', 38 'child/appcache/appcache_dispatcher.cc',
39 'child/appcache/appcache_dispatcher.h', 39 'child/appcache/appcache_dispatcher.h',
40 'child/appcache/appcache_frontend_impl.cc', 40 'child/appcache/appcache_frontend_impl.cc',
41 'child/appcache/appcache_frontend_impl.h', 41 'child/appcache/appcache_frontend_impl.h',
42 'child/appcache/web_application_cache_host_impl.cc', 42 'child/appcache/web_application_cache_host_impl.cc',
43 'child/appcache/web_application_cache_host_impl.h', 43 'child/appcache/web_application_cache_host_impl.h',
44 'child/assert_matching_enums.cc', 44 'child/assert_matching_enums.cc',
45 'child/background_sync/background_sync_provider_thread_proxy.cc',
46 'child/background_sync/background_sync_provider_thread_proxy.h',
47 'child/background_sync/background_sync_provider.cc',
48 'child/background_sync/background_sync_provider.h',
45 'child/background_sync/background_sync_type_converters.cc', 49 'child/background_sync/background_sync_type_converters.cc',
46 'child/background_sync/background_sync_type_converters.h', 50 'child/background_sync/background_sync_type_converters.h',
47 'child/blink_platform_impl.cc', 51 'child/blink_platform_impl.cc',
48 'child/blink_platform_impl.h', 52 'child/blink_platform_impl.h',
49 'child/bluetooth/bluetooth_dispatcher.cc', 53 'child/bluetooth/bluetooth_dispatcher.cc',
50 'child/bluetooth/bluetooth_dispatcher.h', 54 'child/bluetooth/bluetooth_dispatcher.h',
51 'child/bluetooth/bluetooth_message_filter.cc', 55 'child/bluetooth/bluetooth_message_filter.cc',
52 'child/bluetooth/bluetooth_message_filter.h', 56 'child/bluetooth/bluetooth_message_filter.h',
53 'child/bluetooth/web_bluetooth_impl.cc', 57 'child/bluetooth/web_bluetooth_impl.cc',
54 'child/bluetooth/web_bluetooth_impl.h', 58 'child/bluetooth/web_bluetooth_impl.h',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'child/npapi/webplugin_delegate_impl_mac.mm', 322 'child/npapi/webplugin_delegate_impl_mac.mm',
319 ], 323 ],
320 }], 324 }],
321 ['OS=="win"', { 325 ['OS=="win"', {
322 'sources!': [ 326 'sources!': [
323 'child/npapi/webplugin_delegate_impl_aura.cc', 327 'child/npapi/webplugin_delegate_impl_aura.cc',
324 ], 328 ],
325 }], 329 }],
326 ], 330 ],
327 } 331 }
OLDNEW
« content/common/DEPS ('K') | « content/common/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698