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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'public/browser/android/content_view_layer_renderer.h', | 48 'public/browser/android/content_view_layer_renderer.h', |
49 'public/browser/android/devtools_auth.h', | 49 'public/browser/android/devtools_auth.h', |
50 'public/browser/android/download_controller_android.h', | 50 'public/browser/android/download_controller_android.h', |
51 'public/browser/android/external_video_surface_container.h', | 51 'public/browser/android/external_video_surface_container.h', |
52 'public/browser/android/layer_tree_build_helper.h', | 52 'public/browser/android/layer_tree_build_helper.h', |
53 'public/browser/android/synchronous_compositor_client.h', | 53 'public/browser/android/synchronous_compositor_client.h', |
54 'public/browser/android/synchronous_compositor.cc', | 54 'public/browser/android/synchronous_compositor.cc', |
55 'public/browser/android/synchronous_compositor.h', | 55 'public/browser/android/synchronous_compositor.h', |
56 'public/browser/android/ui_resource_client_android.h', | 56 'public/browser/android/ui_resource_client_android.h', |
57 'public/browser/android/ui_resource_provider.h', | 57 'public/browser/android/ui_resource_provider.h', |
58 'public/browser/appcache/appcache_service.h', | 58 'public/browser/appcache_service.h', |
59 'public/browser/ax_event_notification_details.cc', | 59 'public/browser/ax_event_notification_details.cc', |
60 'public/browser/ax_event_notification_details.h', | 60 'public/browser/ax_event_notification_details.h', |
61 'public/browser/blob_handle.h', | 61 'public/browser/blob_handle.h', |
62 'public/browser/browser_accessibility_state.h', | 62 'public/browser/browser_accessibility_state.h', |
63 'public/browser/browser_child_process_host.h', | 63 'public/browser/browser_child_process_host.h', |
64 'public/browser/browser_child_process_host_delegate.cc', | 64 'public/browser/browser_child_process_host_delegate.cc', |
65 'public/browser/browser_child_process_host_delegate.h', | 65 'public/browser/browser_child_process_host_delegate.h', |
66 'public/browser/browser_child_process_host_iterator.cc', | 66 'public/browser/browser_child_process_host_iterator.cc', |
67 'public/browser/browser_child_process_host_iterator.h', | 67 'public/browser/browser_child_process_host_iterator.h', |
68 'public/browser/browser_child_process_observer.cc', | 68 'public/browser/browser_child_process_observer.cc', |
(...skipping 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1843 'sources': [ | 1843 'sources': [ |
1844 'browser/media/cdm/browser_cdm_manager.cc', | 1844 'browser/media/cdm/browser_cdm_manager.cc', |
1845 'browser/media/cdm/browser_cdm_manager.h', | 1845 'browser/media/cdm/browser_cdm_manager.h', |
1846 # This works on Android because enable_browser_cdms==1 on Android. | 1846 # This works on Android because enable_browser_cdms==1 on Android. |
1847 'browser/media/media_web_contents_observer.cc', | 1847 'browser/media/media_web_contents_observer.cc', |
1848 'browser/media/media_web_contents_observer.h', | 1848 'browser/media/media_web_contents_observer.h', |
1849 ], | 1849 ], |
1850 }], | 1850 }], |
1851 ], | 1851 ], |
1852 } | 1852 } |
OLD | NEW |