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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 'browser/media/capture/web_contents_audio_input_stream.cc', | 995 'browser/media/capture/web_contents_audio_input_stream.cc', |
996 'browser/media/capture/web_contents_audio_input_stream.h', | 996 'browser/media/capture/web_contents_audio_input_stream.h', |
997 'browser/media/capture/web_contents_audio_muter.cc', | 997 'browser/media/capture/web_contents_audio_muter.cc', |
998 'browser/media/capture/web_contents_audio_muter.h', | 998 'browser/media/capture/web_contents_audio_muter.h', |
999 'browser/media/capture/web_contents_capture_util.cc', | 999 'browser/media/capture/web_contents_capture_util.cc', |
1000 'browser/media/capture/web_contents_capture_util.h', | 1000 'browser/media/capture/web_contents_capture_util.h', |
1001 'browser/media/capture/web_contents_tracker.cc', | 1001 'browser/media/capture/web_contents_tracker.cc', |
1002 'browser/media/capture/web_contents_tracker.h', | 1002 'browser/media/capture/web_contents_tracker.h', |
1003 'browser/media/capture/web_contents_video_capture_device.cc', | 1003 'browser/media/capture/web_contents_video_capture_device.cc', |
1004 'browser/media/capture/web_contents_video_capture_device.h', | 1004 'browser/media/capture/web_contents_video_capture_device.h', |
| 1005 'browser/media/capture/ui_activity_tracker.h', |
| 1006 'browser/media/capture/ui_activity_tracker_aura.cc', |
| 1007 'browser/media/capture/ui_activity_tracker_aura.h', |
1005 'browser/media/media_internals.cc', | 1008 'browser/media/media_internals.cc', |
1006 'browser/media/media_internals.h', | 1009 'browser/media/media_internals.h', |
1007 'browser/media/media_internals_handler.cc', | 1010 'browser/media/media_internals_handler.cc', |
1008 'browser/media/media_internals_handler.h', | 1011 'browser/media/media_internals_handler.h', |
1009 'browser/media/media_internals_proxy.cc', | 1012 'browser/media/media_internals_proxy.cc', |
1010 'browser/media/media_internals_proxy.h', | 1013 'browser/media/media_internals_proxy.h', |
1011 'browser/media/media_internals_ui.cc', | 1014 'browser/media/media_internals_ui.cc', |
1012 'browser/media/media_internals_ui.h', | 1015 'browser/media/media_internals_ui.h', |
1013 'browser/media/midi_host.cc', | 1016 'browser/media/midi_host.cc', |
1014 'browser/media/midi_host.h', | 1017 'browser/media/midi_host.h', |
(...skipping 1178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2193 ['enable_webvr==1 and OS=="android"', { | 2196 ['enable_webvr==1 and OS=="android"', { |
2194 'sources': [ | 2197 'sources': [ |
2195 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2198 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2196 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2199 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2197 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2200 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2198 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2201 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2199 ], | 2202 ], |
2200 }], | 2203 }], |
2201 ], | 2204 ], |
2202 } | 2205 } |
OLD | NEW |