| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 49 '../third_party/libyuv/libyuv.gyp:libyuv', | 49 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 50 '../third_party/re2/re2.gyp:re2', | 50 '../third_party/re2/re2.gyp:re2', |
| 51 '../third_party/zlib/google/zip.gyp:zip', | 51 '../third_party/zlib/google/zip.gyp:zip', |
| 52 '../third_party/zlib/zlib.gyp:zlib', | 52 '../third_party/zlib/zlib.gyp:zlib', |
| 53 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 53 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 54 '../ui/accessibility/accessibility.gyp:accessibility', | 54 '../ui/accessibility/accessibility.gyp:accessibility', |
| 55 '../ui/accessibility/accessibility.gyp:ax_gen', | 55 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 56 '../ui/base/ui_base.gyp:ui_base', | 56 '../ui/base/ui_base.gyp:ui_base', |
| 57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 58 '../ui/display/display.gyp:display', | |
| 59 '../ui/events/blink/events_blink.gyp:events_blink', | 58 '../ui/events/blink/events_blink.gyp:events_blink', |
| 60 '../ui/events/events.gyp:events', | 59 '../ui/events/events.gyp:events', |
| 61 '../ui/events/events.gyp:events_base', | 60 '../ui/events/events.gyp:events_base', |
| 62 '../ui/events/events.gyp:gesture_detection', | 61 '../ui/events/events.gyp:gesture_detection', |
| 63 '../ui/gfx/gfx.gyp:gfx', | 62 '../ui/gfx/gfx.gyp:gfx', |
| 64 '../ui/gfx/gfx.gyp:gfx_geometry', | 63 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 65 '../ui/resources/ui_resources.gyp:ui_resources', | 64 '../ui/resources/ui_resources.gyp:ui_resources', |
| 66 '../ui/snapshot/snapshot.gyp:snapshot', | 65 '../ui/snapshot/snapshot.gyp:snapshot', |
| 67 '../ui/surface/surface.gyp:surface', | 66 '../ui/surface/surface.gyp:surface', |
| 68 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 67 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
| (...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2214 ['enable_webvr==1 and OS=="android"', { | 2213 ['enable_webvr==1 and OS=="android"', { |
| 2215 'sources': [ | 2214 'sources': [ |
| 2216 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2215 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2217 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2216 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2219 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2220 ], | 2219 ], |
| 2221 }], | 2220 }], |
| 2222 ], | 2221 ], |
| 2223 } | 2222 } |
| OLD | NEW |