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

Side by Side Diff: content/content_browser.gypi

Issue 1565313002: Reland of Implement basic USB device enumeration on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dependency fix added to reland. Created 4 years, 11 months 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
« no previous file with comments | « content/content.gyp ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 'dependencies': [ 1864 'dependencies': [
1865 'app/resources/content_resources.gyp:content_resources', 1865 'app/resources/content_resources.gyp:content_resources',
1866 'app/strings/content_strings.gyp:content_strings', 1866 'app/strings/content_strings.gyp:content_strings',
1867 'browser/devtools/devtools_resources.gyp:devtools_resources', 1867 'browser/devtools/devtools_resources.gyp:devtools_resources',
1868 'browser/devtools/devtools.gyp:devtools_protocol_handler', 1868 'browser/devtools/devtools.gyp:devtools_protocol_handler',
1869 '../cc/cc.gyp:cc', 1869 '../cc/cc.gyp:cc',
1870 '../cc/cc.gyp:cc_surfaces', 1870 '../cc/cc.gyp:cc_surfaces',
1871 '../components/mime_util/mime_util.gyp:mime_util', 1871 '../components/mime_util/mime_util.gyp:mime_util',
1872 '../components/scheduler/scheduler.gyp:scheduler_common', 1872 '../components/scheduler/scheduler.gyp:scheduler_common',
1873 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1873 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1874 '../device/usb/usb.gyp:device_usb',
1874 '../gin/gin.gyp:gin', 1875 '../gin/gin.gyp:gin',
1875 '../net/net.gyp:http_server', 1876 '../net/net.gyp:http_server',
1876 '../storage/storage_browser.gyp:storage', 1877 '../storage/storage_browser.gyp:storage',
1877 '../storage/storage_common.gyp:storage_common', 1878 '../storage/storage_common.gyp:storage_common',
1878 '../third_party/angle/src/angle.gyp:commit_id', 1879 '../third_party/angle/src/angle.gyp:commit_id',
1879 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1880 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1880 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 1881 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
1881 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 1882 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
1882 '../ui/events/blink/events_blink.gyp:events_blink', 1883 '../ui/events/blink/events_blink.gyp:events_blink',
1883 '../ui/surface/surface.gyp:surface', 1884 '../ui/surface/surface.gyp:surface',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 ['enable_webvr==1 and OS=="android"', { 2213 ['enable_webvr==1 and OS=="android"', {
2213 'sources': [ 2214 'sources': [
2214 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2215 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2215 'browser/vr/android/cardboard/cardboard_vr_device.h', 2216 'browser/vr/android/cardboard/cardboard_vr_device.h',
2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2218 ], 2219 ],
2219 }], 2220 }],
2220 ], 2221 ],
2221 } 2222 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698