| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 "renderer_host/input/synthetic_gesture.h", | 994 "renderer_host/input/synthetic_gesture.h", |
| 995 "renderer_host/input/synthetic_gesture_controller.cc", | 995 "renderer_host/input/synthetic_gesture_controller.cc", |
| 996 "renderer_host/input/synthetic_gesture_controller.h", | 996 "renderer_host/input/synthetic_gesture_controller.h", |
| 997 "renderer_host/input/synthetic_gesture_target.h", | 997 "renderer_host/input/synthetic_gesture_target.h", |
| 998 "renderer_host/input/synthetic_gesture_target_aura.cc", | 998 "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 999 "renderer_host/input/synthetic_gesture_target_aura.h", | 999 "renderer_host/input/synthetic_gesture_target_aura.h", |
| 1000 "renderer_host/input/synthetic_gesture_target_base.cc", | 1000 "renderer_host/input/synthetic_gesture_target_base.cc", |
| 1001 "renderer_host/input/synthetic_gesture_target_base.h", | 1001 "renderer_host/input/synthetic_gesture_target_base.h", |
| 1002 "renderer_host/input/synthetic_gesture_target_mac.h", | 1002 "renderer_host/input/synthetic_gesture_target_mac.h", |
| 1003 "renderer_host/input/synthetic_gesture_target_mac.mm", | 1003 "renderer_host/input/synthetic_gesture_target_mac.mm", |
| 1004 "renderer_host/input/synthetic_mouse_pointer.cc", | 1004 "renderer_host/input/synthetic_mouse_driver.cc", |
| 1005 "renderer_host/input/synthetic_mouse_pointer.h", | 1005 "renderer_host/input/synthetic_mouse_driver.h", |
| 1006 "renderer_host/input/synthetic_pinch_gesture.cc", | 1006 "renderer_host/input/synthetic_pinch_gesture.cc", |
| 1007 "renderer_host/input/synthetic_pinch_gesture.h", | 1007 "renderer_host/input/synthetic_pinch_gesture.h", |
| 1008 "renderer_host/input/synthetic_pointer.cc", | |
| 1009 "renderer_host/input/synthetic_pointer.h", | |
| 1010 "renderer_host/input/synthetic_pointer_action.cc", | 1008 "renderer_host/input/synthetic_pointer_action.cc", |
| 1011 "renderer_host/input/synthetic_pointer_action.h", | 1009 "renderer_host/input/synthetic_pointer_action.h", |
| 1010 "renderer_host/input/synthetic_pointer_driver.cc", |
| 1011 "renderer_host/input/synthetic_pointer_driver.h", |
| 1012 "renderer_host/input/synthetic_smooth_drag_gesture.cc", | 1012 "renderer_host/input/synthetic_smooth_drag_gesture.cc", |
| 1013 "renderer_host/input/synthetic_smooth_drag_gesture.h", | 1013 "renderer_host/input/synthetic_smooth_drag_gesture.h", |
| 1014 "renderer_host/input/synthetic_smooth_move_gesture.cc", | 1014 "renderer_host/input/synthetic_smooth_move_gesture.cc", |
| 1015 "renderer_host/input/synthetic_smooth_move_gesture.h", | 1015 "renderer_host/input/synthetic_smooth_move_gesture.h", |
| 1016 "renderer_host/input/synthetic_smooth_scroll_gesture.cc", | 1016 "renderer_host/input/synthetic_smooth_scroll_gesture.cc", |
| 1017 "renderer_host/input/synthetic_smooth_scroll_gesture.h", | 1017 "renderer_host/input/synthetic_smooth_scroll_gesture.h", |
| 1018 "renderer_host/input/synthetic_tap_gesture.cc", | 1018 "renderer_host/input/synthetic_tap_gesture.cc", |
| 1019 "renderer_host/input/synthetic_tap_gesture.h", | 1019 "renderer_host/input/synthetic_tap_gesture.h", |
| 1020 "renderer_host/input/synthetic_touch_pointer.cc", | 1020 "renderer_host/input/synthetic_touch_driver.cc", |
| 1021 "renderer_host/input/synthetic_touch_pointer.h", | 1021 "renderer_host/input/synthetic_touch_driver.h", |
| 1022 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", | 1022 "renderer_host/input/synthetic_touchpad_pinch_gesture.cc", |
| 1023 "renderer_host/input/synthetic_touchpad_pinch_gesture.h", | 1023 "renderer_host/input/synthetic_touchpad_pinch_gesture.h", |
| 1024 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", | 1024 "renderer_host/input/synthetic_touchscreen_pinch_gesture.cc", |
| 1025 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", | 1025 "renderer_host/input/synthetic_touchscreen_pinch_gesture.h", |
| 1026 "renderer_host/input/tap_suppression_controller.cc", | 1026 "renderer_host/input/tap_suppression_controller.cc", |
| 1027 "renderer_host/input/tap_suppression_controller.h", | 1027 "renderer_host/input/tap_suppression_controller.h", |
| 1028 "renderer_host/input/tap_suppression_controller_client.h", | 1028 "renderer_host/input/tap_suppression_controller_client.h", |
| 1029 "renderer_host/input/timeout_monitor.cc", | 1029 "renderer_host/input/timeout_monitor.cc", |
| 1030 "renderer_host/input/timeout_monitor.h", | 1030 "renderer_host/input/timeout_monitor.h", |
| 1031 "renderer_host/input/touch_action_filter.cc", | 1031 "renderer_host/input/touch_action_filter.cc", |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1947 if (!is_component_build) { | 1947 if (!is_component_build) { |
| 1948 public_deps = [ | 1948 public_deps = [ |
| 1949 ":browser", | 1949 ":browser", |
| 1950 ] | 1950 ] |
| 1951 } else { | 1951 } else { |
| 1952 public_deps = [ | 1952 public_deps = [ |
| 1953 "//third_party/leveldatabase", | 1953 "//third_party/leveldatabase", |
| 1954 ] | 1954 ] |
| 1955 } | 1955 } |
| 1956 } | 1956 } |
| OLD | NEW |