| 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 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'browser/accessibility/browser_accessibility_state_impl_win.cc', | 261 'browser/accessibility/browser_accessibility_state_impl_win.cc', |
| 262 'browser/accessibility/browser_accessibility_state_impl.h', | 262 'browser/accessibility/browser_accessibility_state_impl.h', |
| 263 'browser/accessibility/browser_accessibility_win.cc', | 263 'browser/accessibility/browser_accessibility_win.cc', |
| 264 'browser/accessibility/browser_accessibility_win.h', | 264 'browser/accessibility/browser_accessibility_win.h', |
| 265 'browser/android/browser_jni_registrar.cc', | 265 'browser/android/browser_jni_registrar.cc', |
| 266 'browser/android/browser_jni_registrar.h', | 266 'browser/android/browser_jni_registrar.h', |
| 267 'browser/android/browser_startup_controller.cc', | 267 'browser/android/browser_startup_controller.cc', |
| 268 'browser/android/browser_startup_controller.h', | 268 'browser/android/browser_startup_controller.h', |
| 269 'browser/android/child_process_launcher_android.cc', | 269 'browser/android/child_process_launcher_android.cc', |
| 270 'browser/android/child_process_launcher_android.h', | 270 'browser/android/child_process_launcher_android.h', |
| 271 'browser/android/composited_touch_handle_drawable.cc', |
| 272 'browser/android/composited_touch_handle_drawable.h', |
| 271 'browser/android/content_readback_handler.cc', | 273 'browser/android/content_readback_handler.cc', |
| 272 'browser/android/content_readback_handler.h', | 274 'browser/android/content_readback_handler.h', |
| 273 'browser/android/content_settings.cc', | 275 'browser/android/content_settings.cc', |
| 274 'browser/android/content_settings.h', | 276 'browser/android/content_settings.h', |
| 275 'browser/android/content_startup_flags.cc', | 277 'browser/android/content_startup_flags.cc', |
| 276 'browser/android/content_startup_flags.h', | 278 'browser/android/content_startup_flags.h', |
| 277 'browser/android/content_video_view.cc', | 279 'browser/android/content_video_view.cc', |
| 278 'browser/android/content_video_view.h', | 280 'browser/android/content_video_view.h', |
| 279 'browser/android/content_view_core_impl.cc', | 281 'browser/android/content_view_core_impl.cc', |
| 280 'browser/android/content_view_core_impl.h', | 282 'browser/android/content_view_core_impl.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 298 'browser/android/in_process/synchronous_compositor_output_surface.h', | 300 'browser/android/in_process/synchronous_compositor_output_surface.h', |
| 299 'browser/android/in_process/synchronous_input_event_filter.cc', | 301 'browser/android/in_process/synchronous_input_event_filter.cc', |
| 300 'browser/android/in_process/synchronous_input_event_filter.h', | 302 'browser/android/in_process/synchronous_input_event_filter.h', |
| 301 'browser/android/interstitial_page_delegate_android.cc', | 303 'browser/android/interstitial_page_delegate_android.cc', |
| 302 'browser/android/interstitial_page_delegate_android.h', | 304 'browser/android/interstitial_page_delegate_android.h', |
| 303 'browser/android/load_url_params.cc', | 305 'browser/android/load_url_params.cc', |
| 304 'browser/android/load_url_params.h', | 306 'browser/android/load_url_params.h', |
| 305 'browser/android/overscroll_glow.cc', | 307 'browser/android/overscroll_glow.cc', |
| 306 'browser/android/overscroll_glow.h', | 308 'browser/android/overscroll_glow.h', |
| 307 'browser/android/popup_item_type_list.h', | 309 'browser/android/popup_item_type_list.h', |
| 310 'browser/android/popup_touch_handle_drawable.cc', |
| 311 'browser/android/popup_touch_handle_drawable.h', |
| 308 'browser/android/surface_texture_peer_browser_impl.cc', | 312 'browser/android/surface_texture_peer_browser_impl.cc', |
| 309 'browser/android/surface_texture_peer_browser_impl.h', | 313 'browser/android/surface_texture_peer_browser_impl.h', |
| 310 'browser/android/tracing_controller_android.cc', | 314 'browser/android/tracing_controller_android.cc', |
| 311 'browser/android/tracing_controller_android.h', | 315 'browser/android/tracing_controller_android.h', |
| 312 'browser/android/web_contents_observer_android.cc', | 316 'browser/android/web_contents_observer_android.cc', |
| 313 'browser/android/web_contents_observer_android.h', | 317 'browser/android/web_contents_observer_android.h', |
| 314 'browser/android/ui_resource_provider_impl.cc', | 318 'browser/android/ui_resource_provider_impl.cc', |
| 315 'browser/android/ui_resource_provider_impl.h', | 319 'browser/android/ui_resource_provider_impl.h', |
| 316 'browser/appcache/appcache.cc', | 320 'browser/appcache/appcache.cc', |
| 317 'browser/appcache/appcache.h', | 321 'browser/appcache/appcache.h', |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 'browser/renderer_host/input/input_router.h', | 927 'browser/renderer_host/input/input_router.h', |
| 924 'browser/renderer_host/input/input_router_client.h', | 928 'browser/renderer_host/input/input_router_client.h', |
| 925 'browser/renderer_host/input/input_router_impl.cc', | 929 'browser/renderer_host/input/input_router_impl.cc', |
| 926 'browser/renderer_host/input/input_router_impl.h', | 930 'browser/renderer_host/input/input_router_impl.h', |
| 927 'browser/renderer_host/input/input_router_config_helper.cc', | 931 'browser/renderer_host/input/input_router_config_helper.cc', |
| 928 'browser/renderer_host/input/input_router_config_helper.h', | 932 'browser/renderer_host/input/input_router_config_helper.h', |
| 929 'browser/renderer_host/input/motion_event_android.cc', | 933 'browser/renderer_host/input/motion_event_android.cc', |
| 930 'browser/renderer_host/input/motion_event_android.h', | 934 'browser/renderer_host/input/motion_event_android.h', |
| 931 'browser/renderer_host/input/motion_event_web.cc', | 935 'browser/renderer_host/input/motion_event_web.cc', |
| 932 'browser/renderer_host/input/motion_event_web.h', | 936 'browser/renderer_host/input/motion_event_web.h', |
| 937 'browser/renderer_host/input/selection_event_type.h', |
| 938 'browser/renderer_host/input/selection_event_type_list.h', |
| 933 'browser/renderer_host/input/synthetic_gesture.cc', | 939 'browser/renderer_host/input/synthetic_gesture.cc', |
| 934 'browser/renderer_host/input/synthetic_gesture.h', | 940 'browser/renderer_host/input/synthetic_gesture.h', |
| 935 'browser/renderer_host/input/synthetic_gesture_controller.cc', | 941 'browser/renderer_host/input/synthetic_gesture_controller.cc', |
| 936 'browser/renderer_host/input/synthetic_gesture_controller.h', | 942 'browser/renderer_host/input/synthetic_gesture_controller.h', |
| 937 'browser/renderer_host/input/synthetic_gesture_target.h', | 943 'browser/renderer_host/input/synthetic_gesture_target.h', |
| 938 'browser/renderer_host/input/synthetic_gesture_target_android.cc', | 944 'browser/renderer_host/input/synthetic_gesture_target_android.cc', |
| 939 'browser/renderer_host/input/synthetic_gesture_target_android.h', | 945 'browser/renderer_host/input/synthetic_gesture_target_android.h', |
| 940 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', | 946 'browser/renderer_host/input/synthetic_gesture_target_aura.cc', |
| 941 'browser/renderer_host/input/synthetic_gesture_target_aura.h', | 947 'browser/renderer_host/input/synthetic_gesture_target_aura.h', |
| 942 'browser/renderer_host/input/synthetic_gesture_target_base.cc', | 948 'browser/renderer_host/input/synthetic_gesture_target_base.cc', |
| 943 'browser/renderer_host/input/synthetic_gesture_target_base.h', | 949 'browser/renderer_host/input/synthetic_gesture_target_base.h', |
| 944 'browser/renderer_host/input/synthetic_pinch_gesture.cc', | 950 'browser/renderer_host/input/synthetic_pinch_gesture.cc', |
| 945 'browser/renderer_host/input/synthetic_pinch_gesture.h', | 951 'browser/renderer_host/input/synthetic_pinch_gesture.h', |
| 946 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', | 952 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc', |
| 947 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', | 953 'browser/renderer_host/input/synthetic_smooth_scroll_gesture.h', |
| 948 'browser/renderer_host/input/synthetic_tap_gesture.cc', | 954 'browser/renderer_host/input/synthetic_tap_gesture.cc', |
| 949 'browser/renderer_host/input/synthetic_tap_gesture.h', | 955 'browser/renderer_host/input/synthetic_tap_gesture.h', |
| 950 'browser/renderer_host/input/tap_suppression_controller.cc', | 956 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 951 'browser/renderer_host/input/tap_suppression_controller.h', | 957 'browser/renderer_host/input/tap_suppression_controller.h', |
| 952 'browser/renderer_host/input/tap_suppression_controller_client.h', | 958 'browser/renderer_host/input/tap_suppression_controller_client.h', |
| 953 'browser/renderer_host/input/timeout_monitor.cc', | 959 'browser/renderer_host/input/timeout_monitor.cc', |
| 954 'browser/renderer_host/input/timeout_monitor.h', | 960 'browser/renderer_host/input/timeout_monitor.h', |
| 955 'browser/renderer_host/input/touch_emulator.cc', | 961 'browser/renderer_host/input/touch_emulator.cc', |
| 956 'browser/renderer_host/input/touch_emulator.h', | 962 'browser/renderer_host/input/touch_emulator.h', |
| 957 'browser/renderer_host/input/touch_emulator_client.h', | 963 'browser/renderer_host/input/touch_emulator_client.h', |
| 958 'browser/renderer_host/input/touch_event_queue.cc', | 964 'browser/renderer_host/input/touch_event_queue.cc', |
| 959 'browser/renderer_host/input/touch_event_queue.h', | 965 'browser/renderer_host/input/touch_event_queue.h', |
| 960 'browser/renderer_host/input/touch_action_filter.cc', | 966 'browser/renderer_host/input/touch_action_filter.cc', |
| 961 'browser/renderer_host/input/touch_action_filter.h', | 967 'browser/renderer_host/input/touch_action_filter.h', |
| 968 'browser/renderer_host/input/touch_handle.cc', |
| 969 'browser/renderer_host/input/touch_handle.h', |
| 970 'browser/renderer_host/input/touch_selection_controller.cc', |
| 971 'browser/renderer_host/input/touch_selection_controller.h', |
| 962 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', | 972 'browser/renderer_host/input/touchpad_tap_suppression_controller.cc', |
| 963 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', | 973 'browser/renderer_host/input/touchpad_tap_suppression_controller.h', |
| 964 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', | 974 'browser/renderer_host/input/touchscreen_tap_suppression_controller.cc', |
| 965 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', | 975 'browser/renderer_host/input/touchscreen_tap_suppression_controller.h', |
| 966 'browser/renderer_host/input/web_input_event_builders_android.cc', | 976 'browser/renderer_host/input/web_input_event_builders_android.cc', |
| 967 'browser/renderer_host/input/web_input_event_builders_android.h', | 977 'browser/renderer_host/input/web_input_event_builders_android.h', |
| 968 'browser/renderer_host/input/web_input_event_builders_win.cc', | 978 'browser/renderer_host/input/web_input_event_builders_win.cc', |
| 969 'browser/renderer_host/input/web_input_event_builders_win.h', | 979 'browser/renderer_host/input/web_input_event_builders_win.h', |
| 970 'browser/renderer_host/input/web_input_event_util.cc', | 980 'browser/renderer_host/input/web_input_event_util.cc', |
| 971 'browser/renderer_host/input/web_input_event_util.h', | 981 'browser/renderer_host/input/web_input_event_util.h', |
| (...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1832 'sources': [ | 1842 'sources': [ |
| 1833 'browser/media/cdm/browser_cdm_manager.cc', | 1843 'browser/media/cdm/browser_cdm_manager.cc', |
| 1834 'browser/media/cdm/browser_cdm_manager.h', | 1844 'browser/media/cdm/browser_cdm_manager.h', |
| 1835 # This works on Android because enable_browser_cdms==1 on Android. | 1845 # This works on Android because enable_browser_cdms==1 on Android. |
| 1836 'browser/media/media_web_contents_observer.cc', | 1846 'browser/media/media_web_contents_observer.cc', |
| 1837 'browser/media/media_web_contents_observer.h', | 1847 'browser/media/media_web_contents_observer.h', |
| 1838 ], | 1848 ], |
| 1839 }], | 1849 }], |
| 1840 ], | 1850 ], |
| 1841 } | 1851 } |
| OLD | NEW |