| 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 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
| 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'public/browser/pepper_flash_settings_helper.h', | 165 'public/browser/pepper_flash_settings_helper.h', |
| 166 'public/browser/permission_type.h', | 166 'public/browser/permission_type.h', |
| 167 'public/browser/plugin_data_remover.h', | 167 'public/browser/plugin_data_remover.h', |
| 168 'public/browser/plugin_service.h', | 168 'public/browser/plugin_service.h', |
| 169 'public/browser/plugin_service_filter.h', | 169 'public/browser/plugin_service_filter.h', |
| 170 'public/browser/power_save_blocker.h', | 170 'public/browser/power_save_blocker.h', |
| 171 'public/browser/profiler_controller.h', | 171 'public/browser/profiler_controller.h', |
| 172 'public/browser/profiler_subscriber.h', | 172 'public/browser/profiler_subscriber.h', |
| 173 'public/browser/push_messaging_service.h', | 173 'public/browser/push_messaging_service.h', |
| 174 'public/browser/quota_permission_context.h', | 174 'public/browser/quota_permission_context.h', |
| 175 'public/browser/readback_types.h', |
| 175 'public/browser/render_frame_host.h', | 176 'public/browser/render_frame_host.h', |
| 176 'public/browser/render_process_host.h', | 177 'public/browser/render_process_host.h', |
| 177 'public/browser/render_process_host_factory.h', | 178 'public/browser/render_process_host_factory.h', |
| 178 'public/browser/render_process_host_observer.h', | 179 'public/browser/render_process_host_observer.h', |
| 179 'public/browser/render_view_host.h', | 180 'public/browser/render_view_host.h', |
| 180 'public/browser/render_widget_host.h', | 181 'public/browser/render_widget_host.h', |
| 181 'public/browser/render_widget_host_view.h', | 182 'public/browser/render_widget_host_view.h', |
| 182 'public/browser/render_widget_host_view_frame_subscriber.h', | 183 'public/browser/render_widget_host_view_frame_subscriber.h', |
| 183 'public/browser/render_widget_host_view_mac_delegate.h', | 184 'public/browser/render_widget_host_view_mac_delegate.h', |
| 184 'public/browser/resource_context.h', | 185 'public/browser/resource_context.h', |
| (...skipping 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 'sources': [ | 1926 'sources': [ |
| 1926 'browser/media/cdm/browser_cdm_manager.cc', | 1927 'browser/media/cdm/browser_cdm_manager.cc', |
| 1927 'browser/media/cdm/browser_cdm_manager.h', | 1928 'browser/media/cdm/browser_cdm_manager.h', |
| 1928 # This works on Android because enable_browser_cdms==1 on Android. | 1929 # This works on Android because enable_browser_cdms==1 on Android. |
| 1929 'browser/media/media_web_contents_observer.cc', | 1930 'browser/media/media_web_contents_observer.cc', |
| 1930 'browser/media/media_web_contents_observer.h', | 1931 'browser/media/media_web_contents_observer.h', |
| 1931 ], | 1932 ], |
| 1932 }], | 1933 }], |
| 1933 ], | 1934 ], |
| 1934 } | 1935 } |
| OLD | NEW |