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

Side by Side Diff: content/content_renderer.gypi

Issue 1171173002: [Background Sync] Use Mojo IPC to fire background sync events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove Chromium IPC for Sync from unit tests' Created 5 years, 5 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/content_common_mojo_bindings.gyp ('k') | content/public/common/BUILD.gn » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'renderer/android/content_detector.cc', 93 'renderer/android/content_detector.cc',
94 'renderer/android/content_detector.h', 94 'renderer/android/content_detector.h',
95 'renderer/android/email_detector.cc', 95 'renderer/android/email_detector.cc',
96 'renderer/android/email_detector.h', 96 'renderer/android/email_detector.h',
97 'renderer/android/phone_number_detector.cc', 97 'renderer/android/phone_number_detector.cc',
98 'renderer/android/phone_number_detector.h', 98 'renderer/android/phone_number_detector.h',
99 'renderer/android/renderer_date_time_picker.cc', 99 'renderer/android/renderer_date_time_picker.cc',
100 'renderer/android/renderer_date_time_picker.h', 100 'renderer/android/renderer_date_time_picker.h',
101 'renderer/android/synchronous_compositor_factory.cc', 101 'renderer/android/synchronous_compositor_factory.cc',
102 'renderer/android/synchronous_compositor_factory.h', 102 'renderer/android/synchronous_compositor_factory.h',
103 'renderer/background_sync/background_sync_client_impl.cc',
104 'renderer/background_sync/background_sync_client_impl.h',
103 'renderer/battery_status/battery_status_dispatcher.cc', 105 'renderer/battery_status/battery_status_dispatcher.cc',
104 'renderer/battery_status/battery_status_dispatcher.h', 106 'renderer/battery_status/battery_status_dispatcher.h',
105 'renderer/browser_plugin/browser_plugin.cc', 107 'renderer/browser_plugin/browser_plugin.cc',
106 'renderer/browser_plugin/browser_plugin.h', 108 'renderer/browser_plugin/browser_plugin.h',
107 'renderer/browser_plugin/browser_plugin_manager.cc', 109 'renderer/browser_plugin/browser_plugin_manager.cc',
108 'renderer/browser_plugin/browser_plugin_manager.h', 110 'renderer/browser_plugin/browser_plugin_manager.h',
109 'renderer/cache_storage/cache_storage_dispatcher.cc', 111 'renderer/cache_storage/cache_storage_dispatcher.cc',
110 'renderer/cache_storage/cache_storage_dispatcher.h', 112 'renderer/cache_storage/cache_storage_dispatcher.h',
111 'renderer/cache_storage/cache_storage_message_filter.cc', 113 'renderer/cache_storage/cache_storage_message_filter.cc',
112 'renderer/cache_storage/cache_storage_message_filter.h', 114 'renderer/cache_storage/cache_storage_message_filter.h',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 }], 852 }],
851 ], 853 ],
852 'target_conditions': [ 854 'target_conditions': [
853 ['OS=="android"', { 855 ['OS=="android"', {
854 'sources/': [ 856 'sources/': [
855 ['include', '^renderer/render_view_linux\\.cc$'], 857 ['include', '^renderer/render_view_linux\\.cc$'],
856 ], 858 ],
857 }], 859 }],
858 ], 860 ],
859 } 861 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698