| 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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
| 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'browser/android/browser_surface_texture_manager.cc', | 300 'browser/android/browser_surface_texture_manager.cc', |
| 301 'browser/android/browser_surface_texture_manager.h', | 301 'browser/android/browser_surface_texture_manager.h', |
| 302 'browser/android/child_process_launcher_android.cc', | 302 'browser/android/child_process_launcher_android.cc', |
| 303 'browser/android/child_process_launcher_android.h', | 303 'browser/android/child_process_launcher_android.h', |
| 304 'browser/android/composited_touch_handle_drawable.cc', | 304 'browser/android/composited_touch_handle_drawable.cc', |
| 305 'browser/android/composited_touch_handle_drawable.h', | 305 'browser/android/composited_touch_handle_drawable.h', |
| 306 'browser/android/content_protocol_handler_impl.cc', | 306 'browser/android/content_protocol_handler_impl.cc', |
| 307 'browser/android/content_protocol_handler_impl.h', | 307 'browser/android/content_protocol_handler_impl.h', |
| 308 'browser/android/content_readback_handler.cc', | 308 'browser/android/content_readback_handler.cc', |
| 309 'browser/android/content_readback_handler.h', | 309 'browser/android/content_readback_handler.h', |
| 310 'browser/android/content_settings.cc', | |
| 311 'browser/android/content_settings.h', | |
| 312 'browser/android/content_startup_flags.cc', | 310 'browser/android/content_startup_flags.cc', |
| 313 'browser/android/content_startup_flags.h', | 311 'browser/android/content_startup_flags.h', |
| 314 'browser/android/content_video_view.cc', | 312 'browser/android/content_video_view.cc', |
| 315 'browser/android/content_video_view.h', | 313 'browser/android/content_video_view.h', |
| 316 'browser/android/content_view_core_impl.cc', | 314 'browser/android/content_view_core_impl.cc', |
| 317 'browser/android/content_view_core_impl.h', | 315 'browser/android/content_view_core_impl.h', |
| 318 'browser/android/content_view_render_view.cc', | 316 'browser/android/content_view_render_view.cc', |
| 319 'browser/android/content_view_render_view.h', | 317 'browser/android/content_view_render_view.h', |
| 320 'browser/android/content_view_statics.cc', | 318 'browser/android/content_view_statics.cc', |
| 321 'browser/android/content_view_statics.h', | 319 'browser/android/content_view_statics.h', |
| (...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1971 'browser/media/media_web_contents_observer.h', | 1969 'browser/media/media_web_contents_observer.h', |
| 1972 ], | 1970 ], |
| 1973 }], | 1971 }], |
| 1974 ['OS == "linux" and use_openssl==1', { | 1972 ['OS == "linux" and use_openssl==1', { |
| 1975 'dependencies': [ | 1973 'dependencies': [ |
| 1976 '../third_party/boringssl/boringssl.gyp:boringssl', | 1974 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 1977 ], | 1975 ], |
| 1978 }], | 1976 }], |
| 1979 ], | 1977 ], |
| 1980 } | 1978 } |
| OLD | NEW |