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 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 1767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1778 'dependencies': [ | 1778 'dependencies': [ |
1779 'app/resources/content_resources.gyp:content_resources', | 1779 'app/resources/content_resources.gyp:content_resources', |
1780 'app/strings/content_strings.gyp:content_strings', | 1780 'app/strings/content_strings.gyp:content_strings', |
1781 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1781 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1782 'browser/devtools/devtools.gyp:devtools_protocol_handler', | 1782 'browser/devtools/devtools.gyp:devtools_protocol_handler', |
1783 '../cc/cc.gyp:cc', | 1783 '../cc/cc.gyp:cc', |
1784 '../cc/cc.gyp:cc_surfaces', | 1784 '../cc/cc.gyp:cc_surfaces', |
1785 '../components/mime_util/mime_util.gyp:mime_util', | 1785 '../components/mime_util/mime_util.gyp:mime_util', |
1786 '../components/scheduler/scheduler.gyp:scheduler_common', | 1786 '../components/scheduler/scheduler.gyp:scheduler_common', |
1787 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1787 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1788 '../gin/gin.gyp:gin', |
1788 '../net/net.gyp:http_server', | 1789 '../net/net.gyp:http_server', |
1789 '../storage/storage_browser.gyp:storage', | 1790 '../storage/storage_browser.gyp:storage', |
1790 '../storage/storage_common.gyp:storage_common', | 1791 '../storage/storage_common.gyp:storage_common', |
1791 '../third_party/angle/src/angle.gyp:commit_id', | 1792 '../third_party/angle/src/angle.gyp:commit_id', |
1792 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1793 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1793 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1794 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1794 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 1795 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
1795 '../ui/surface/surface.gyp:surface', | 1796 '../ui/surface/surface.gyp:surface', |
1796 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', | 1797 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', |
1797 ], | 1798 ], |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2103 ['enable_webvr==1 and OS=="android"', { | 2104 ['enable_webvr==1 and OS=="android"', { |
2104 'sources': [ | 2105 'sources': [ |
2105 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2106 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2106 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2107 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2107 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2108 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2108 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2109 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2109 ], | 2110 ], |
2110 }], | 2111 }], |
2111 ], | 2112 ], |
2112 } | 2113 } |
OLD | NEW |