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/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 '../ui/accessibility/accessibility.gyp:ax_gen', | 58 '../ui/accessibility/accessibility.gyp:ax_gen', |
59 '../ui/base/ui_base.gyp:ui_base', | 59 '../ui/base/ui_base.gyp:ui_base', |
60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
61 '../ui/display/display.gyp:display', | 61 '../ui/display/display.gyp:display', |
62 '../ui/events/blink/events_blink.gyp:events_blink', | 62 '../ui/events/blink/events_blink.gyp:events_blink', |
63 '../ui/events/events.gyp:events', | 63 '../ui/events/events.gyp:events', |
64 '../ui/events/events.gyp:events_base', | 64 '../ui/events/events.gyp:events_base', |
65 '../ui/events/events.gyp:gesture_detection', | 65 '../ui/events/events.gyp:gesture_detection', |
66 '../ui/gfx/gfx.gyp:gfx', | 66 '../ui/gfx/gfx.gyp:gfx', |
67 '../ui/gfx/gfx.gyp:gfx_geometry', | 67 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 68 '../ui/gfx/gfx.gyp:gfx_range', |
68 '../ui/resources/ui_resources.gyp:ui_resources', | 69 '../ui/resources/ui_resources.gyp:ui_resources', |
69 '../ui/snapshot/snapshot.gyp:snapshot', | 70 '../ui/snapshot/snapshot.gyp:snapshot', |
70 '../ui/surface/surface.gyp:surface', | 71 '../ui/surface/surface.gyp:surface', |
71 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 72 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
72 '../url/ipc/url_ipc.gyp:url_ipc', | 73 '../url/ipc/url_ipc.gyp:url_ipc', |
73 'app/resources/content_resources.gyp:content_resources', | 74 'app/resources/content_resources.gyp:content_resources', |
74 'app/strings/content_strings.gyp:content_strings', | 75 'app/strings/content_strings.gyp:content_strings', |
75 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', | 76 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', |
76 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', | 77 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', |
77 'browser/devtools/devtools_resources.gyp:devtools_resources', | 78 'browser/devtools/devtools_resources.gyp:devtools_resources', |
(...skipping 2123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2201 ['enable_webvr==1 and OS=="android"', { | 2202 ['enable_webvr==1 and OS=="android"', { |
2202 'sources': [ | 2203 'sources': [ |
2203 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2204 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2204 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2205 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2205 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2206 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2206 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2207 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2207 ], | 2208 ], |
2208 }], | 2209 }], |
2209 ], | 2210 ], |
2210 } | 2211 } |
OLD | NEW |