OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'browser/geolocation/empty_device_data_provider.h', | 178 'browser/geolocation/empty_device_data_provider.h', |
179 'browser/geolocation/geolocation_dispatcher_host.cc', | 179 'browser/geolocation/geolocation_dispatcher_host.cc', |
180 'browser/geolocation/geolocation_dispatcher_host.h', | 180 'browser/geolocation/geolocation_dispatcher_host.h', |
181 'browser/geolocation/geolocation_observer.h', | 181 'browser/geolocation/geolocation_observer.h', |
182 'browser/geolocation/geolocation_permission_context.cc', | 182 'browser/geolocation/geolocation_permission_context.cc', |
183 'browser/geolocation/geolocation_permission_context.h', | 183 'browser/geolocation/geolocation_permission_context.h', |
184 'browser/geolocation/geolocation_provider.cc', | 184 'browser/geolocation/geolocation_provider.cc', |
185 'browser/geolocation/geolocation_provider.h', | 185 'browser/geolocation/geolocation_provider.h', |
186 'browser/geolocation/gps_location_provider_linux.cc', | 186 'browser/geolocation/gps_location_provider_linux.cc', |
187 'browser/geolocation/gps_location_provider_linux.h', | 187 'browser/geolocation/gps_location_provider_linux.h', |
188 'browser/geolocation/libgps_2_38_wrapper_linux.cc', | |
189 'browser/geolocation/libgps_2_94_wrapper_linux.cc', | 188 'browser/geolocation/libgps_2_94_wrapper_linux.cc', |
190 'browser/geolocation/libgps_wrapper_linux.cc', | 189 'browser/geolocation/libgps_wrapper_linux.cc', |
191 'browser/geolocation/libgps_wrapper_linux.h', | 190 'browser/geolocation/libgps_wrapper_linux.h', |
192 'browser/geolocation/location_arbitrator.cc', | 191 'browser/geolocation/location_arbitrator.cc', |
193 'browser/geolocation/location_arbitrator.h', | 192 'browser/geolocation/location_arbitrator.h', |
194 'browser/geolocation/location_provider.cc', | 193 'browser/geolocation/location_provider.cc', |
195 'browser/geolocation/location_provider.h', | 194 'browser/geolocation/location_provider.h', |
196 'browser/geolocation/network_location_provider.cc', | 195 'browser/geolocation/network_location_provider.cc', |
197 'browser/geolocation/network_location_provider.h', | 196 'browser/geolocation/network_location_provider.h', |
198 'browser/geolocation/network_location_request.cc', | 197 'browser/geolocation/network_location_request.cc', |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], | 648 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
650 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], | 649 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
651 ['exclude', '^browser/renderer_host/render_widget_host.h'], | 650 ['exclude', '^browser/renderer_host/render_widget_host.h'], |
652 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], | 651 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], |
653 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], | 652 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], |
654 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], | 653 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], |
655 ], | 654 ], |
656 }], | 655 }], |
657 ], | 656 ], |
658 } | 657 } |
OLD | NEW |