OLD | NEW |
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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'browser/accessibility/browser_accessibility_state_impl.cc', | 340 'browser/accessibility/browser_accessibility_state_impl.cc', |
341 'browser/accessibility/browser_accessibility_state_impl.h', | 341 'browser/accessibility/browser_accessibility_state_impl.h', |
342 'browser/accessibility/browser_accessibility_state_impl_win.cc', | 342 'browser/accessibility/browser_accessibility_state_impl_win.cc', |
343 'browser/accessibility/browser_accessibility_win.cc', | 343 'browser/accessibility/browser_accessibility_win.cc', |
344 'browser/accessibility/browser_accessibility_win.h', | 344 'browser/accessibility/browser_accessibility_win.h', |
345 'browser/accessibility/one_shot_accessibility_tree_search.cc', | 345 'browser/accessibility/one_shot_accessibility_tree_search.cc', |
346 'browser/accessibility/one_shot_accessibility_tree_search.h', | 346 'browser/accessibility/one_shot_accessibility_tree_search.h', |
347 'browser/android/animation_utils.h', | 347 'browser/android/animation_utils.h', |
348 'browser/android/background_sync_launcher_android.cc', | 348 'browser/android/background_sync_launcher_android.cc', |
349 'browser/android/background_sync_launcher_android.h', | 349 'browser/android/background_sync_launcher_android.h', |
| 350 'browser/android/background_sync_network_observer_android.cc', |
| 351 'browser/android/background_sync_network_observer_android.h', |
350 'browser/android/browser_jni_registrar.cc', | 352 'browser/android/browser_jni_registrar.cc', |
351 'browser/android/browser_jni_registrar.h', | 353 'browser/android/browser_jni_registrar.h', |
352 'browser/android/browser_startup_controller.cc', | 354 'browser/android/browser_startup_controller.cc', |
353 'browser/android/browser_startup_controller.h', | 355 'browser/android/browser_startup_controller.h', |
354 'browser/android/browser_surface_texture_manager.cc', | 356 'browser/android/browser_surface_texture_manager.cc', |
355 'browser/android/browser_surface_texture_manager.h', | 357 'browser/android/browser_surface_texture_manager.h', |
356 'browser/android/child_process_launcher_android.cc', | 358 'browser/android/child_process_launcher_android.cc', |
357 'browser/android/child_process_launcher_android.h', | 359 'browser/android/child_process_launcher_android.h', |
358 'browser/android/composited_touch_handle_drawable.cc', | 360 'browser/android/composited_touch_handle_drawable.cc', |
359 'browser/android/composited_touch_handle_drawable.h', | 361 'browser/android/composited_touch_handle_drawable.h', |
(...skipping 1787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 'sources': [ | 2149 'sources': [ |
2148 'browser/vr/vr_device.cc', | 2150 'browser/vr/vr_device.cc', |
2149 'browser/vr/vr_device.h', | 2151 'browser/vr/vr_device.h', |
2150 'browser/vr/vr_device_manager.cc', | 2152 'browser/vr/vr_device_manager.cc', |
2151 'browser/vr/vr_device_manager.h', | 2153 'browser/vr/vr_device_manager.h', |
2152 'browser/vr/vr_device_provider.h', | 2154 'browser/vr/vr_device_provider.h', |
2153 ] | 2155 ] |
2154 }], | 2156 }], |
2155 ], | 2157 ], |
2156 } | 2158 } |
OLD | NEW |