Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: content/content_browser.gypi

Issue 1514603006: Implement basic USB device enumeration on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android_usb_browsertest.cc. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1859 'dependencies': [ 1859 'dependencies': [
1860 'app/resources/content_resources.gyp:content_resources', 1860 'app/resources/content_resources.gyp:content_resources',
1861 'app/strings/content_strings.gyp:content_strings', 1861 'app/strings/content_strings.gyp:content_strings',
1862 'browser/devtools/devtools_resources.gyp:devtools_resources', 1862 'browser/devtools/devtools_resources.gyp:devtools_resources',
1863 'browser/devtools/devtools.gyp:devtools_protocol_handler', 1863 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1864 '../cc/cc.gyp:cc', 1864 '../cc/cc.gyp:cc',
1865 '../cc/cc.gyp:cc_surfaces', 1865 '../cc/cc.gyp:cc_surfaces',
1866 '../components/mime_util/mime_util.gyp:mime_util', 1866 '../components/mime_util/mime_util.gyp:mime_util',
1867 '../components/scheduler/scheduler.gyp:scheduler_common', 1867 '../components/scheduler/scheduler.gyp:scheduler_common',
1868 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1868 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1869 '../device/usb/usb.gyp:device_usb',
1869 '../gin/gin.gyp:gin', 1870 '../gin/gin.gyp:gin',
1870 '../net/net.gyp:http_server', 1871 '../net/net.gyp:http_server',
1871 '../storage/storage_browser.gyp:storage', 1872 '../storage/storage_browser.gyp:storage',
1872 '../storage/storage_common.gyp:storage_common', 1873 '../storage/storage_common.gyp:storage_common',
1873 '../third_party/angle/src/angle.gyp:commit_id', 1874 '../third_party/angle/src/angle.gyp:commit_id',
1874 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1875 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1875 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1876 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1876 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1877 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1877 '../ui/events/blink/events_blink.gyp:events_blink', 1878 '../ui/events/blink/events_blink.gyp:events_blink',
1878 '../ui/surface/surface.gyp:surface', 1879 '../ui/surface/surface.gyp:surface',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2207 ['enable_webvr==1 and OS=="android"', { 2208 ['enable_webvr==1 and OS=="android"', {
2208 'sources': [ 2209 'sources': [
2209 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2210 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2210 'browser/vr/android/cardboard/cardboard_vr_device.h', 2211 'browser/vr/android/cardboard/cardboard_vr_device.h',
2211 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2212 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2213 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2213 ], 2214 ],
2214 }], 2215 }],
2215 ], 2216 ],
2216 } 2217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698