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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'browser/android/load_url_params.cc', | 248 'browser/android/load_url_params.cc', |
249 'browser/android/load_url_params.h', | 249 'browser/android/load_url_params.h', |
250 'browser/android/media_player_manager_impl.cc', | 250 'browser/android/media_player_manager_impl.cc', |
251 'browser/android/media_player_manager_impl.h', | 251 'browser/android/media_player_manager_impl.h', |
252 'browser/android/media_resource_getter_impl.cc', | 252 'browser/android/media_resource_getter_impl.cc', |
253 'browser/android/media_resource_getter_impl.h', | 253 'browser/android/media_resource_getter_impl.h', |
254 'browser/android/overscroll_glow.h', | 254 'browser/android/overscroll_glow.h', |
255 'browser/android/overscroll_glow.cc', | 255 'browser/android/overscroll_glow.cc', |
256 'browser/android/surface_texture_peer_browser_impl.cc', | 256 'browser/android/surface_texture_peer_browser_impl.cc', |
257 'browser/android/surface_texture_peer_browser_impl.h', | 257 'browser/android/surface_texture_peer_browser_impl.h', |
258 'browser/android/sync_input_event_filter.h', | |
259 'browser/android/sync_input_event_filter.cc', | |
260 'browser/android/touch_point.cc', | 258 'browser/android/touch_point.cc', |
261 'browser/android/touch_point.h', | 259 'browser/android/touch_point.h', |
262 'browser/android/tracing_intent_handler.cc', | 260 'browser/android/tracing_intent_handler.cc', |
263 'browser/android/tracing_intent_handler.h', | 261 'browser/android/tracing_intent_handler.h', |
264 'browser/android/web_contents_observer_android.cc', | 262 'browser/android/web_contents_observer_android.cc', |
265 'browser/android/web_contents_observer_android.h', | 263 'browser/android/web_contents_observer_android.h', |
266 'browser/appcache/appcache_dispatcher_host.cc', | 264 'browser/appcache/appcache_dispatcher_host.cc', |
267 'browser/appcache/appcache_dispatcher_host.h', | 265 'browser/appcache/appcache_dispatcher_host.h', |
268 'browser/appcache/appcache_frontend_proxy.cc', | 266 'browser/appcache/appcache_frontend_proxy.cc', |
269 'browser/appcache/appcache_frontend_proxy.h', | 267 'browser/appcache/appcache_frontend_proxy.h', |
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 '../third_party/speex/speex.gyp:libspeex', | 1365 '../third_party/speex/speex.gyp:libspeex', |
1368 ], | 1366 ], |
1369 }], | 1367 }], |
1370 ['linux_use_libgps==1', { | 1368 ['linux_use_libgps==1', { |
1371 'dependencies': [ | 1369 'dependencies': [ |
1372 '../build/linux/system.gyp:libgps', | 1370 '../build/linux/system.gyp:libgps', |
1373 ], | 1371 ], |
1374 }], | 1372 }], |
1375 ], | 1373 ], |
1376 } | 1374 } |
OLD | NEW |