| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'browser/android/content_view_render_view.h', | 237 'browser/android/content_view_render_view.h', |
| 238 'browser/android/content_view_statics.cc', | 238 'browser/android/content_view_statics.cc', |
| 239 'browser/android/content_view_statics.h', | 239 'browser/android/content_view_statics.h', |
| 240 'browser/android/date_time_chooser_android.cc', | 240 'browser/android/date_time_chooser_android.cc', |
| 241 'browser/android/date_time_chooser_android.h', | 241 'browser/android/date_time_chooser_android.h', |
| 242 'browser/android/download_controller_android_impl.cc', | 242 'browser/android/download_controller_android_impl.cc', |
| 243 'browser/android/download_controller_android_impl.h', | 243 'browser/android/download_controller_android_impl.h', |
| 244 'browser/android/devtools_auth.cc', | 244 'browser/android/devtools_auth.cc', |
| 245 'browser/android/edge_effect.h', | 245 'browser/android/edge_effect.h', |
| 246 'browser/android/edge_effect.cc', | 246 'browser/android/edge_effect.cc', |
| 247 'browser/android/in_process/synchronous_compositor_impl.cc', |
| 248 'browser/android/in_process/synchronous_compositor_impl.h', |
| 249 'browser/android/in_process/synchronous_compositor_output_surface.cc', |
| 250 'browser/android/in_process/synchronous_compositor_output_surface.h', |
| 247 'browser/android/interstitial_page_delegate_android.cc', | 251 'browser/android/interstitial_page_delegate_android.cc', |
| 248 'browser/android/interstitial_page_delegate_android.h', | 252 'browser/android/interstitial_page_delegate_android.h', |
| 249 'browser/android/load_url_params.cc', | 253 'browser/android/load_url_params.cc', |
| 250 'browser/android/load_url_params.h', | 254 'browser/android/load_url_params.h', |
| 251 'browser/android/media_player_manager_impl.cc', | 255 'browser/android/media_player_manager_impl.cc', |
| 252 'browser/android/media_player_manager_impl.h', | 256 'browser/android/media_player_manager_impl.h', |
| 253 'browser/android/media_resource_getter_impl.cc', | 257 'browser/android/media_resource_getter_impl.cc', |
| 254 'browser/android/media_resource_getter_impl.h', | 258 'browser/android/media_resource_getter_impl.h', |
| 255 'browser/android/overscroll_glow.h', | 259 'browser/android/overscroll_glow.h', |
| 256 'browser/android/overscroll_glow.cc', | 260 'browser/android/overscroll_glow.cc', |
| (...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 '../third_party/speex/speex.gyp:libspeex', | 1406 '../third_party/speex/speex.gyp:libspeex', |
| 1403 ], | 1407 ], |
| 1404 }], | 1408 }], |
| 1405 ['linux_use_libgps==1', { | 1409 ['linux_use_libgps==1', { |
| 1406 'dependencies': [ | 1410 'dependencies': [ |
| 1407 '../build/linux/system.gyp:libgps', | 1411 '../build/linux/system.gyp:libgps', |
| 1408 ], | 1412 ], |
| 1409 }], | 1413 }], |
| 1410 ], | 1414 ], |
| 1411 } | 1415 } |
| OLD | NEW |