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

Side by Side Diff: content/content_browser.gypi

Issue 1383663004: Reland of [Background Sync] Trigger Background Sync events when Chrome is backgrounded on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Don't crash in embedded webview; check permissions before creating NCNAD 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'browser/accessibility/browser_accessibility_state_impl.cc', 339 'browser/accessibility/browser_accessibility_state_impl.cc',
340 'browser/accessibility/browser_accessibility_state_impl.h', 340 'browser/accessibility/browser_accessibility_state_impl.h',
341 'browser/accessibility/browser_accessibility_state_impl_win.cc', 341 'browser/accessibility/browser_accessibility_state_impl_win.cc',
342 'browser/accessibility/browser_accessibility_win.cc', 342 'browser/accessibility/browser_accessibility_win.cc',
343 'browser/accessibility/browser_accessibility_win.h', 343 'browser/accessibility/browser_accessibility_win.h',
344 'browser/accessibility/one_shot_accessibility_tree_search.cc', 344 'browser/accessibility/one_shot_accessibility_tree_search.cc',
345 'browser/accessibility/one_shot_accessibility_tree_search.h', 345 'browser/accessibility/one_shot_accessibility_tree_search.h',
346 'browser/android/animation_utils.h', 346 'browser/android/animation_utils.h',
347 'browser/android/background_sync_launcher_android.cc', 347 'browser/android/background_sync_launcher_android.cc',
348 'browser/android/background_sync_launcher_android.h', 348 'browser/android/background_sync_launcher_android.h',
349 'browser/android/background_sync_network_observer_android.cc',
350 'browser/android/background_sync_network_observer_android.h',
349 'browser/android/browser_jni_registrar.cc', 351 'browser/android/browser_jni_registrar.cc',
350 'browser/android/browser_jni_registrar.h', 352 'browser/android/browser_jni_registrar.h',
351 'browser/android/browser_startup_controller.cc', 353 'browser/android/browser_startup_controller.cc',
352 'browser/android/browser_startup_controller.h', 354 'browser/android/browser_startup_controller.h',
353 'browser/android/browser_surface_texture_manager.cc', 355 'browser/android/browser_surface_texture_manager.cc',
354 'browser/android/browser_surface_texture_manager.h', 356 'browser/android/browser_surface_texture_manager.h',
355 'browser/android/child_process_launcher_android.cc', 357 'browser/android/child_process_launcher_android.cc',
356 'browser/android/child_process_launcher_android.h', 358 'browser/android/child_process_launcher_android.h',
357 'browser/android/composited_touch_handle_drawable.cc', 359 'browser/android/composited_touch_handle_drawable.cc',
358 'browser/android/composited_touch_handle_drawable.h', 360 'browser/android/composited_touch_handle_drawable.h',
(...skipping 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 ['enable_webvr==1 and OS=="android"', { 2190 ['enable_webvr==1 and OS=="android"', {
2189 'sources': [ 2191 'sources': [
2190 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2192 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2191 'browser/vr/android/cardboard/cardboard_vr_device.h', 2193 'browser/vr/android/cardboard/cardboard_vr_device.h',
2192 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2194 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2193 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2195 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2194 ], 2196 ],
2195 }], 2197 }],
2196 ], 2198 ],
2197 } 2199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698