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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'browser/android/content_view_render_view.h', | 226 'browser/android/content_view_render_view.h', |
227 'browser/android/content_view_statics.cc', | 227 'browser/android/content_view_statics.cc', |
228 'browser/android/content_view_statics.h', | 228 'browser/android/content_view_statics.h', |
229 'browser/android/cookie_getter_impl.cc', | 229 'browser/android/cookie_getter_impl.cc', |
230 'browser/android/cookie_getter_impl.h', | 230 'browser/android/cookie_getter_impl.h', |
231 'browser/android/date_time_chooser_android.cc', | 231 'browser/android/date_time_chooser_android.cc', |
232 'browser/android/date_time_chooser_android.h', | 232 'browser/android/date_time_chooser_android.h', |
233 'browser/android/download_controller_android_impl.cc', | 233 'browser/android/download_controller_android_impl.cc', |
234 'browser/android/download_controller_android_impl.h', | 234 'browser/android/download_controller_android_impl.h', |
235 'browser/android/devtools_auth.cc', | 235 'browser/android/devtools_auth.cc', |
| 236 'browser/android/external_video_surface_view_holder.cc', |
| 237 'browser/android/external_video_surface_view_holder.h', |
236 'browser/android/interstitial_page_delegate_android.cc', | 238 'browser/android/interstitial_page_delegate_android.cc', |
237 'browser/android/interstitial_page_delegate_android.h', | 239 'browser/android/interstitial_page_delegate_android.h', |
238 'browser/android/load_url_params.cc', | 240 'browser/android/load_url_params.cc', |
239 'browser/android/load_url_params.h', | 241 'browser/android/load_url_params.h', |
240 'browser/android/media_player_manager_android.cc', | 242 'browser/android/media_player_manager_android.cc', |
241 'browser/android/media_player_manager_android.h', | 243 'browser/android/media_player_manager_android.h', |
242 'browser/android/sandboxed_process_launcher.cc', | 244 'browser/android/sandboxed_process_launcher.cc', |
243 'browser/android/sandboxed_process_launcher.h', | 245 'browser/android/sandboxed_process_launcher.h', |
244 'browser/android/surface_texture_peer_browser_impl.cc', | 246 'browser/android/surface_texture_peer_browser_impl.cc', |
245 'browser/android/surface_texture_peer_browser_impl.h', | 247 'browser/android/surface_texture_peer_browser_impl.h', |
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1267 ['exclude', '^browser/speech/'], | 1269 ['exclude', '^browser/speech/'], |
1268 ], | 1270 ], |
1269 }], | 1271 }], |
1270 ['linux_use_libgps==1', { | 1272 ['linux_use_libgps==1', { |
1271 'dependencies': [ | 1273 'dependencies': [ |
1272 '../build/linux/system.gyp:libgps', | 1274 '../build/linux/system.gyp:libgps', |
1273 ], | 1275 ], |
1274 }], | 1276 }], |
1275 ], | 1277 ], |
1276 } | 1278 } |
OLD | NEW |