| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "input/synthetic_pointer_action_params.cc", | 188 "input/synthetic_pointer_action_params.cc", |
| 189 "input/synthetic_pointer_action_params.h", | 189 "input/synthetic_pointer_action_params.h", |
| 190 "input/synthetic_smooth_drag_gesture_params.cc", | 190 "input/synthetic_smooth_drag_gesture_params.cc", |
| 191 "input/synthetic_smooth_drag_gesture_params.h", | 191 "input/synthetic_smooth_drag_gesture_params.h", |
| 192 "input/synthetic_smooth_scroll_gesture_params.cc", | 192 "input/synthetic_smooth_scroll_gesture_params.cc", |
| 193 "input/synthetic_smooth_scroll_gesture_params.h", | 193 "input/synthetic_smooth_scroll_gesture_params.h", |
| 194 "input/synthetic_tap_gesture_params.cc", | 194 "input/synthetic_tap_gesture_params.cc", |
| 195 "input/synthetic_tap_gesture_params.h", | 195 "input/synthetic_tap_gesture_params.h", |
| 196 "input/synthetic_web_input_event_builders.cc", | 196 "input/synthetic_web_input_event_builders.cc", |
| 197 "input/synthetic_web_input_event_builders.h", | 197 "input/synthetic_web_input_event_builders.h", |
| 198 "input/touch_action.h", | |
| 199 "input/touch_event_stream_validator.cc", | 198 "input/touch_event_stream_validator.cc", |
| 200 "input/touch_event_stream_validator.h", | 199 "input/touch_event_stream_validator.h", |
| 201 "input/web_touch_event_traits.cc", | 200 "input/web_touch_event_traits.cc", |
| 202 "input/web_touch_event_traits.h", | 201 "input/web_touch_event_traits.h", |
| 203 "input_messages.h", | 202 "input_messages.h", |
| 204 "inter_process_time_ticks_converter.cc", | 203 "inter_process_time_ticks_converter.cc", |
| 205 "inter_process_time_ticks_converter.h", | 204 "inter_process_time_ticks_converter.h", |
| 206 "layer_tree_settings_factory.cc", | 205 "layer_tree_settings_factory.cc", |
| 207 "layer_tree_settings_factory.h", | 206 "layer_tree_settings_factory.h", |
| 208 "mac/attributed_string_coder.h", | 207 "mac/attributed_string_coder.h", |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 ] | 643 ] |
| 645 | 644 |
| 646 overridden_deps = [ "//ipc:mojom" ] | 645 overridden_deps = [ "//ipc:mojom" ] |
| 647 component_deps = [ "//ipc" ] | 646 component_deps = [ "//ipc" ] |
| 648 | 647 |
| 649 export_class_attribute = "CONTENT_EXPORT" | 648 export_class_attribute = "CONTENT_EXPORT" |
| 650 export_define = "CONTENT_IMPLEMENTATION=1" | 649 export_define = "CONTENT_IMPLEMENTATION=1" |
| 651 export_header = "content/common/content_export.h" | 650 export_header = "content/common/content_export.h" |
| 652 use_once_callback = true | 651 use_once_callback = true |
| 653 } | 652 } |
| OLD | NEW |