| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'public/browser/overscroll_configuration.h', | 162 'public/browser/overscroll_configuration.h', |
| 163 'public/browser/page_navigator.cc', | 163 'public/browser/page_navigator.cc', |
| 164 'public/browser/page_navigator.h', | 164 'public/browser/page_navigator.h', |
| 165 'public/browser/pepper_flash_settings_helper.h', | 165 'public/browser/pepper_flash_settings_helper.h', |
| 166 'public/browser/plugin_data_remover.h', | 166 'public/browser/plugin_data_remover.h', |
| 167 'public/browser/plugin_service.h', | 167 'public/browser/plugin_service.h', |
| 168 'public/browser/plugin_service_filter.h', | 168 'public/browser/plugin_service_filter.h', |
| 169 'public/browser/power_save_blocker.h', | 169 'public/browser/power_save_blocker.h', |
| 170 'public/browser/profiler_controller.h', | 170 'public/browser/profiler_controller.h', |
| 171 'public/browser/profiler_subscriber.h', | 171 'public/browser/profiler_subscriber.h', |
| 172 'public/browser/push_messaging_application_id.cc', |
| 173 'public/browser/push_messaging_application_id.h', |
| 174 'public/browser/push_messaging_service.h', |
| 172 'public/browser/quota_permission_context.h', | 175 'public/browser/quota_permission_context.h', |
| 173 'public/browser/render_frame_host.h', | 176 'public/browser/render_frame_host.h', |
| 174 'public/browser/render_process_host.h', | 177 'public/browser/render_process_host.h', |
| 175 'public/browser/render_process_host_factory.h', | 178 'public/browser/render_process_host_factory.h', |
| 176 'public/browser/render_process_host_observer.h', | 179 'public/browser/render_process_host_observer.h', |
| 177 'public/browser/render_view_host.h', | 180 'public/browser/render_view_host.h', |
| 178 'public/browser/render_widget_host.h', | 181 'public/browser/render_widget_host.h', |
| 179 'public/browser/render_widget_host_view.h', | 182 'public/browser/render_widget_host_view.h', |
| 180 'public/browser/render_widget_host_view_frame_subscriber.h', | 183 'public/browser/render_widget_host_view_frame_subscriber.h', |
| 181 'public/browser/render_widget_host_view_mac_delegate.h', | 184 'public/browser/render_widget_host_view_mac_delegate.h', |
| (...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1840 'sources': [ | 1843 'sources': [ |
| 1841 'browser/media/cdm/browser_cdm_manager.cc', | 1844 'browser/media/cdm/browser_cdm_manager.cc', |
| 1842 'browser/media/cdm/browser_cdm_manager.h', | 1845 'browser/media/cdm/browser_cdm_manager.h', |
| 1843 # This works on Android because enable_browser_cdms==1 on Android. | 1846 # This works on Android because enable_browser_cdms==1 on Android. |
| 1844 'browser/media/media_web_contents_observer.cc', | 1847 'browser/media/media_web_contents_observer.cc', |
| 1845 'browser/media/media_web_contents_observer.h', | 1848 'browser/media/media_web_contents_observer.h', |
| 1846 ], | 1849 ], |
| 1847 }], | 1850 }], |
| 1848 ], | 1851 ], |
| 1849 } | 1852 } |
| OLD | NEW |