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 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'public/browser/plugin_data_remover.h', | 141 'public/browser/plugin_data_remover.h', |
142 'public/browser/plugin_service.h', | 142 'public/browser/plugin_service.h', |
143 'public/browser/plugin_service_filter.h', | 143 'public/browser/plugin_service_filter.h', |
144 'public/browser/power_save_blocker.h', | 144 'public/browser/power_save_blocker.h', |
145 'public/browser/profiler_controller.h', | 145 'public/browser/profiler_controller.h', |
146 'public/browser/profiler_subscriber.h', | 146 'public/browser/profiler_subscriber.h', |
147 'public/browser/quota_permission_context.h', | 147 'public/browser/quota_permission_context.h', |
148 'public/browser/render_frame_host.h', | 148 'public/browser/render_frame_host.h', |
149 'public/browser/render_process_host.h', | 149 'public/browser/render_process_host.h', |
150 'public/browser/render_process_host_factory.h', | 150 'public/browser/render_process_host_factory.h', |
| 151 'public/browser/render_process_host_observer.h', |
151 'public/browser/render_view_host.h', | 152 'public/browser/render_view_host.h', |
152 'public/browser/render_widget_host.h', | 153 'public/browser/render_widget_host.h', |
153 'public/browser/render_widget_host_view.h', | 154 'public/browser/render_widget_host_view.h', |
154 'public/browser/render_widget_host_view_mac_delegate.h', | 155 'public/browser/render_widget_host_view_mac_delegate.h', |
155 'public/browser/resource_context.h', | 156 'public/browser/resource_context.h', |
156 'public/browser/resource_controller.h', | 157 'public/browser/resource_controller.h', |
157 'public/browser/resource_dispatcher_host.h', | 158 'public/browser/resource_dispatcher_host.h', |
158 'public/browser/resource_dispatcher_host_delegate.cc', | 159 'public/browser/resource_dispatcher_host_delegate.cc', |
159 'public/browser/resource_dispatcher_host_delegate.h', | 160 'public/browser/resource_dispatcher_host_delegate.h', |
160 'public/browser/resource_dispatcher_host_login_delegate.h', | 161 'public/browser/resource_dispatcher_host_login_delegate.h', |
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1611 '../build/linux/system.gyp:dbus', | 1612 '../build/linux/system.gyp:dbus', |
1612 '../dbus/dbus.gyp:dbus', | 1613 '../dbus/dbus.gyp:dbus', |
1613 ], | 1614 ], |
1614 }, { # OS != "linux" or use_dbus==0 | 1615 }, { # OS != "linux" or use_dbus==0 |
1615 'sources!': [ | 1616 'sources!': [ |
1616 'browser/geolocation/wifi_data_provider_linux.cc', | 1617 'browser/geolocation/wifi_data_provider_linux.cc', |
1617 ], | 1618 ], |
1618 }], | 1619 }], |
1619 ], | 1620 ], |
1620 } | 1621 } |
OLD | NEW |