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/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'browser/android/date_time_chooser_android.cc', | 301 'browser/android/date_time_chooser_android.cc', |
302 'browser/android/date_time_chooser_android.h', | 302 'browser/android/date_time_chooser_android.h', |
303 'browser/android/download_controller_android_impl.cc', | 303 'browser/android/download_controller_android_impl.cc', |
304 'browser/android/download_controller_android_impl.h', | 304 'browser/android/download_controller_android_impl.h', |
305 'browser/android/devtools_auth.cc', | 305 'browser/android/devtools_auth.cc', |
306 'browser/android/edge_effect.cc', | 306 'browser/android/edge_effect.cc', |
307 'browser/android/edge_effect.h', | 307 'browser/android/edge_effect.h', |
308 'browser/android/edge_effect_l.cc', | 308 'browser/android/edge_effect_l.cc', |
309 'browser/android/edge_effect_l.h', | 309 'browser/android/edge_effect_l.h', |
310 'browser/android/gesture_event_type_list.h', | 310 'browser/android/gesture_event_type_list.h', |
| 311 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.cc', |
| 312 'browser/android/in_process/synchronous_compositor_external_begin_frame_so
urce.h', |
311 'browser/android/in_process/synchronous_compositor_factory_impl.cc', | 313 'browser/android/in_process/synchronous_compositor_factory_impl.cc', |
312 'browser/android/in_process/synchronous_compositor_factory_impl.h', | 314 'browser/android/in_process/synchronous_compositor_factory_impl.h', |
313 'browser/android/in_process/synchronous_compositor_impl.cc', | 315 'browser/android/in_process/synchronous_compositor_impl.cc', |
314 'browser/android/in_process/synchronous_compositor_impl.h', | 316 'browser/android/in_process/synchronous_compositor_impl.h', |
315 'browser/android/in_process/synchronous_compositor_output_surface.cc', | 317 'browser/android/in_process/synchronous_compositor_output_surface.cc', |
316 'browser/android/in_process/synchronous_compositor_output_surface.h', | 318 'browser/android/in_process/synchronous_compositor_output_surface.h', |
317 'browser/android/in_process/synchronous_input_event_filter.cc', | 319 'browser/android/in_process/synchronous_input_event_filter.cc', |
318 'browser/android/in_process/synchronous_input_event_filter.h', | 320 'browser/android/in_process/synchronous_input_event_filter.h', |
319 'browser/android/interstitial_page_delegate_android.cc', | 321 'browser/android/interstitial_page_delegate_android.cc', |
320 'browser/android/interstitial_page_delegate_android.h', | 322 'browser/android/interstitial_page_delegate_android.h', |
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1925 'sources': [ | 1927 'sources': [ |
1926 'browser/media/cdm/browser_cdm_manager.cc', | 1928 'browser/media/cdm/browser_cdm_manager.cc', |
1927 'browser/media/cdm/browser_cdm_manager.h', | 1929 'browser/media/cdm/browser_cdm_manager.h', |
1928 # This works on Android because enable_browser_cdms==1 on Android. | 1930 # This works on Android because enable_browser_cdms==1 on Android. |
1929 'browser/media/media_web_contents_observer.cc', | 1931 'browser/media/media_web_contents_observer.cc', |
1930 'browser/media/media_web_contents_observer.h', | 1932 'browser/media/media_web_contents_observer.h', |
1931 ], | 1933 ], |
1932 }], | 1934 }], |
1933 ], | 1935 ], |
1934 } | 1936 } |
OLD | NEW |