| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1049 "renderer_host/input/synthetic_gesture_controller.h", | 1049 "renderer_host/input/synthetic_gesture_controller.h", |
| 1050 "renderer_host/input/synthetic_gesture_target.h", | 1050 "renderer_host/input/synthetic_gesture_target.h", |
| 1051 "renderer_host/input/synthetic_gesture_target_aura.cc", | 1051 "renderer_host/input/synthetic_gesture_target_aura.cc", |
| 1052 "renderer_host/input/synthetic_gesture_target_aura.h", | 1052 "renderer_host/input/synthetic_gesture_target_aura.h", |
| 1053 "renderer_host/input/synthetic_gesture_target_base.cc", | 1053 "renderer_host/input/synthetic_gesture_target_base.cc", |
| 1054 "renderer_host/input/synthetic_gesture_target_base.h", | 1054 "renderer_host/input/synthetic_gesture_target_base.h", |
| 1055 "renderer_host/input/synthetic_gesture_target_mac.h", | 1055 "renderer_host/input/synthetic_gesture_target_mac.h", |
| 1056 "renderer_host/input/synthetic_gesture_target_mac.mm", | 1056 "renderer_host/input/synthetic_gesture_target_mac.mm", |
| 1057 "renderer_host/input/synthetic_mouse_driver.cc", | 1057 "renderer_host/input/synthetic_mouse_driver.cc", |
| 1058 "renderer_host/input/synthetic_mouse_driver.h", | 1058 "renderer_host/input/synthetic_mouse_driver.h", |
| 1059 "renderer_host/input/synthetic_pen_driver.cc", |
| 1060 "renderer_host/input/synthetic_pen_driver.h", |
| 1059 "renderer_host/input/synthetic_pinch_gesture.cc", | 1061 "renderer_host/input/synthetic_pinch_gesture.cc", |
| 1060 "renderer_host/input/synthetic_pinch_gesture.h", | 1062 "renderer_host/input/synthetic_pinch_gesture.h", |
| 1061 "renderer_host/input/synthetic_pointer_action.cc", | 1063 "renderer_host/input/synthetic_pointer_action.cc", |
| 1062 "renderer_host/input/synthetic_pointer_action.h", | 1064 "renderer_host/input/synthetic_pointer_action.h", |
| 1063 "renderer_host/input/synthetic_pointer_driver.cc", | 1065 "renderer_host/input/synthetic_pointer_driver.cc", |
| 1064 "renderer_host/input/synthetic_pointer_driver.h", | 1066 "renderer_host/input/synthetic_pointer_driver.h", |
| 1065 "renderer_host/input/synthetic_smooth_drag_gesture.cc", | 1067 "renderer_host/input/synthetic_smooth_drag_gesture.cc", |
| 1066 "renderer_host/input/synthetic_smooth_drag_gesture.h", | 1068 "renderer_host/input/synthetic_smooth_drag_gesture.h", |
| 1067 "renderer_host/input/synthetic_smooth_move_gesture.cc", | 1069 "renderer_host/input/synthetic_smooth_move_gesture.cc", |
| 1068 "renderer_host/input/synthetic_smooth_move_gesture.h", | 1070 "renderer_host/input/synthetic_smooth_move_gesture.h", |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2018 if (!is_component_build) { | 2020 if (!is_component_build) { |
| 2019 public_deps = [ | 2021 public_deps = [ |
| 2020 ":browser", | 2022 ":browser", |
| 2021 ] | 2023 ] |
| 2022 } else { | 2024 } else { |
| 2023 public_deps = [ | 2025 public_deps = [ |
| 2024 "//third_party/leveldatabase", | 2026 "//third_party/leveldatabase", |
| 2025 ] | 2027 ] |
| 2026 } | 2028 } |
| 2027 } | 2029 } |
| OLD | NEW |