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 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1868 'dependencies': [ | 1868 'dependencies': [ |
1869 'app/resources/content_resources.gyp:content_resources', | 1869 'app/resources/content_resources.gyp:content_resources', |
1870 'app/strings/content_strings.gyp:content_strings', | 1870 'app/strings/content_strings.gyp:content_strings', |
1871 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1871 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1872 'browser/devtools/devtools.gyp:devtools_protocol_handler', | 1872 'browser/devtools/devtools.gyp:devtools_protocol_handler', |
1873 '../cc/cc.gyp:cc', | 1873 '../cc/cc.gyp:cc', |
1874 '../cc/cc.gyp:cc_surfaces', | 1874 '../cc/cc.gyp:cc_surfaces', |
1875 '../components/mime_util/mime_util.gyp:mime_util', | 1875 '../components/mime_util/mime_util.gyp:mime_util', |
1876 '../components/scheduler/scheduler.gyp:scheduler_common', | 1876 '../components/scheduler/scheduler.gyp:scheduler_common', |
1877 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1877 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1878 '../device/usb/usb.gyp:device_usb', | |
1879 '../gin/gin.gyp:gin', | 1878 '../gin/gin.gyp:gin', |
1880 '../net/net.gyp:http_server', | 1879 '../net/net.gyp:http_server', |
1881 '../storage/storage_browser.gyp:storage', | 1880 '../storage/storage_browser.gyp:storage', |
1882 '../storage/storage_common.gyp:storage_common', | 1881 '../storage/storage_common.gyp:storage_common', |
1883 '../third_party/angle/src/angle.gyp:commit_id', | 1882 '../third_party/angle/src/angle.gyp:commit_id', |
1884 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1883 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1885 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1884 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
1886 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 1885 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
1887 '../ui/events/blink/events_blink.gyp:events_blink', | 1886 '../ui/events/blink/events_blink.gyp:events_blink', |
1888 '../ui/surface/surface.gyp:surface', | 1887 '../ui/surface/surface.gyp:surface', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2217 ['enable_webvr==1 and OS=="android"', { | 2216 ['enable_webvr==1 and OS=="android"', { |
2218 'sources': [ | 2217 'sources': [ |
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2218 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2219 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2220 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2223 ], | 2222 ], |
2224 }], | 2223 }], |
2225 ], | 2224 ], |
2226 } | 2225 } |
OLD | NEW |