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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'browser/android/load_url_params.cc', | 220 'browser/android/load_url_params.cc', |
221 'browser/android/load_url_params.h', | 221 'browser/android/load_url_params.h', |
222 'browser/android/media_player_manager_android.cc', | 222 'browser/android/media_player_manager_android.cc', |
223 'browser/android/media_player_manager_android.h', | 223 'browser/android/media_player_manager_android.h', |
224 'browser/android/sandboxed_process_launcher.cc', | 224 'browser/android/sandboxed_process_launcher.cc', |
225 'browser/android/sandboxed_process_launcher.h', | 225 'browser/android/sandboxed_process_launcher.h', |
226 'browser/android/surface_texture_peer_browser_impl.cc', | 226 'browser/android/surface_texture_peer_browser_impl.cc', |
227 'browser/android/surface_texture_peer_browser_impl.h', | 227 'browser/android/surface_texture_peer_browser_impl.h', |
228 'browser/android/touch_point.cc', | 228 'browser/android/touch_point.cc', |
229 'browser/android/touch_point.h', | 229 'browser/android/touch_point.h', |
| 230 'browser/android/tracing_intent_handler.cc', |
| 231 'browser/android/tracing_intent_handler.h', |
230 'browser/android/web_contents_observer_android.cc', | 232 'browser/android/web_contents_observer_android.cc', |
231 'browser/android/web_contents_observer_android.h', | 233 'browser/android/web_contents_observer_android.h', |
232 'browser/appcache/appcache_dispatcher_host.cc', | 234 'browser/appcache/appcache_dispatcher_host.cc', |
233 'browser/appcache/appcache_dispatcher_host.h', | 235 'browser/appcache/appcache_dispatcher_host.h', |
234 'browser/appcache/appcache_frontend_proxy.cc', | 236 'browser/appcache/appcache_frontend_proxy.cc', |
235 'browser/appcache/appcache_frontend_proxy.h', | 237 'browser/appcache/appcache_frontend_proxy.h', |
236 'browser/appcache/chrome_appcache_service.cc', | 238 'browser/appcache/chrome_appcache_service.cc', |
237 'browser/appcache/chrome_appcache_service.h', | 239 'browser/appcache/chrome_appcache_service.h', |
238 'browser/browser_child_process_host_impl.cc', | 240 'browser/browser_child_process_host_impl.cc', |
239 'browser/browser_child_process_host_impl.h', | 241 'browser/browser_child_process_host_impl.h', |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 ['exclude', '^browser/speech/'], | 1160 ['exclude', '^browser/speech/'], |
1159 ], | 1161 ], |
1160 }], | 1162 }], |
1161 ['linux_use_libgps==1', { | 1163 ['linux_use_libgps==1', { |
1162 'dependencies': [ | 1164 'dependencies': [ |
1163 '../build/linux/system.gyp:libgps', | 1165 '../build/linux/system.gyp:libgps', |
1164 ], | 1166 ], |
1165 }], | 1167 }], |
1166 ], | 1168 ], |
1167 } | 1169 } |
OLD | NEW |