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

Side by Side Diff: content/content_browser.gypi

Issue 1376563003: Revert of [BackgroundSync] Trigger Background Sync events when Chrome is backgrounded on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 (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_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'browser/accessibility/browser_accessibility_state_impl.cc', 336 'browser/accessibility/browser_accessibility_state_impl.cc',
337 'browser/accessibility/browser_accessibility_state_impl.h', 337 'browser/accessibility/browser_accessibility_state_impl.h',
338 'browser/accessibility/browser_accessibility_state_impl_win.cc', 338 'browser/accessibility/browser_accessibility_state_impl_win.cc',
339 'browser/accessibility/browser_accessibility_win.cc', 339 'browser/accessibility/browser_accessibility_win.cc',
340 'browser/accessibility/browser_accessibility_win.h', 340 'browser/accessibility/browser_accessibility_win.h',
341 'browser/accessibility/one_shot_accessibility_tree_search.cc', 341 'browser/accessibility/one_shot_accessibility_tree_search.cc',
342 'browser/accessibility/one_shot_accessibility_tree_search.h', 342 'browser/accessibility/one_shot_accessibility_tree_search.h',
343 'browser/android/animation_utils.h', 343 'browser/android/animation_utils.h',
344 'browser/android/background_sync_launcher_android.cc', 344 'browser/android/background_sync_launcher_android.cc',
345 'browser/android/background_sync_launcher_android.h', 345 'browser/android/background_sync_launcher_android.h',
346 'browser/android/background_sync_network_observer_android.cc',
347 'browser/android/background_sync_network_observer_android.h',
348 'browser/android/browser_jni_registrar.cc', 346 'browser/android/browser_jni_registrar.cc',
349 'browser/android/browser_jni_registrar.h', 347 'browser/android/browser_jni_registrar.h',
350 'browser/android/browser_startup_controller.cc', 348 'browser/android/browser_startup_controller.cc',
351 'browser/android/browser_startup_controller.h', 349 'browser/android/browser_startup_controller.h',
352 'browser/android/browser_surface_texture_manager.cc', 350 'browser/android/browser_surface_texture_manager.cc',
353 'browser/android/browser_surface_texture_manager.h', 351 'browser/android/browser_surface_texture_manager.h',
354 'browser/android/child_process_launcher_android.cc', 352 'browser/android/child_process_launcher_android.cc',
355 'browser/android/child_process_launcher_android.h', 353 'browser/android/child_process_launcher_android.h',
356 'browser/android/composited_touch_handle_drawable.cc', 354 'browser/android/composited_touch_handle_drawable.cc',
357 'browser/android/composited_touch_handle_drawable.h', 355 'browser/android/composited_touch_handle_drawable.h',
(...skipping 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 ['enable_webvr==1 and OS=="android"', { 2181 ['enable_webvr==1 and OS=="android"', {
2184 'sources': [ 2182 'sources': [
2185 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2183 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2186 'browser/vr/android/cardboard/cardboard_vr_device.h', 2184 'browser/vr/android/cardboard/cardboard_vr_device.h',
2187 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2185 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2188 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2186 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2189 ], 2187 ],
2190 }], 2188 }],
2191 ], 2189 ],
2192 } 2190 }
OLDNEW
« no previous file with comments | « content/browser/background_sync/background_sync_network_observer.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698