| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/leveldb/leveldb.gyp:leveldb_lib', | 10 '../components/leveldb/leveldb.gyp:leveldb_lib', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 '../ui/accessibility/accessibility.gyp:ax_gen', | 56 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 57 '../ui/base/ui_base.gyp:ui_base', | 57 '../ui/base/ui_base.gyp:ui_base', |
| 58 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 58 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 59 '../ui/display/display.gyp:display', | 59 '../ui/display/display.gyp:display', |
| 60 '../ui/events/blink/events_blink.gyp:events_blink', | 60 '../ui/events/blink/events_blink.gyp:events_blink', |
| 61 '../ui/events/events.gyp:events', | 61 '../ui/events/events.gyp:events', |
| 62 '../ui/events/events.gyp:events_base', | 62 '../ui/events/events.gyp:events_base', |
| 63 '../ui/events/events.gyp:gesture_detection', | 63 '../ui/events/events.gyp:gesture_detection', |
| 64 '../ui/gfx/gfx.gyp:gfx', | 64 '../ui/gfx/gfx.gyp:gfx', |
| 65 '../ui/gfx/gfx.gyp:gfx_geometry', | 65 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 66 '../ui/latency_info/latency_info.gyp:latency_info', | |
| 67 '../ui/resources/ui_resources.gyp:ui_resources', | 66 '../ui/resources/ui_resources.gyp:ui_resources', |
| 68 '../ui/snapshot/snapshot.gyp:snapshot', | 67 '../ui/snapshot/snapshot.gyp:snapshot', |
| 69 '../ui/surface/surface.gyp:surface', | 68 '../ui/surface/surface.gyp:surface', |
| 70 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 69 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
| 71 '../url/ipc/url_ipc.gyp:url_ipc', | 70 '../url/ipc/url_ipc.gyp:url_ipc', |
| 72 'app/resources/content_resources.gyp:content_resources', | 71 'app/resources/content_resources.gyp:content_resources', |
| 73 'app/strings/content_strings.gyp:content_strings', | 72 'app/strings/content_strings.gyp:content_strings', |
| 74 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', | 73 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', |
| 75 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', | 74 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
| 76 'browser/devtools/devtools_resources.gyp:devtools_resources', | 75 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| (...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2219 ['enable_webvr==1 and OS=="android"', { | 2218 ['enable_webvr==1 and OS=="android"', { |
| 2220 'sources': [ | 2219 'sources': [ |
| 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2220 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2222 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2221 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2225 ], | 2224 ], |
| 2226 }], | 2225 }], |
| 2227 ], | 2226 ], |
| 2228 } | 2227 } |
| OLD | NEW |