| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "input/synthetic_smooth_drag_gesture_params.cc", | 193 "input/synthetic_smooth_drag_gesture_params.cc", |
| 194 "input/synthetic_smooth_drag_gesture_params.h", | 194 "input/synthetic_smooth_drag_gesture_params.h", |
| 195 "input/synthetic_smooth_scroll_gesture_params.cc", | 195 "input/synthetic_smooth_scroll_gesture_params.cc", |
| 196 "input/synthetic_smooth_scroll_gesture_params.h", | 196 "input/synthetic_smooth_scroll_gesture_params.h", |
| 197 "input/synthetic_tap_gesture_params.cc", | 197 "input/synthetic_tap_gesture_params.cc", |
| 198 "input/synthetic_tap_gesture_params.h", | 198 "input/synthetic_tap_gesture_params.h", |
| 199 "input/synthetic_web_input_event_builders.cc", | 199 "input/synthetic_web_input_event_builders.cc", |
| 200 "input/synthetic_web_input_event_builders.h", | 200 "input/synthetic_web_input_event_builders.h", |
| 201 "input/touch_event_stream_validator.cc", | 201 "input/touch_event_stream_validator.cc", |
| 202 "input/touch_event_stream_validator.h", | 202 "input/touch_event_stream_validator.h", |
| 203 "input/web_input_event_queue.h", | |
| 204 "input/web_touch_event_traits.cc", | 203 "input/web_touch_event_traits.cc", |
| 205 "input/web_touch_event_traits.h", | 204 "input/web_touch_event_traits.h", |
| 206 "input_messages.h", | 205 "input_messages.h", |
| 207 "inter_process_time_ticks_converter.cc", | 206 "inter_process_time_ticks_converter.cc", |
| 208 "inter_process_time_ticks_converter.h", | 207 "inter_process_time_ticks_converter.h", |
| 209 "layer_tree_settings_factory.cc", | 208 "layer_tree_settings_factory.cc", |
| 210 "layer_tree_settings_factory.h", | 209 "layer_tree_settings_factory.h", |
| 211 "mac/attributed_string_coder.h", | 210 "mac/attributed_string_coder.h", |
| 212 "mac/attributed_string_coder.mm", | 211 "mac/attributed_string_coder.mm", |
| 213 "mac/font_descriptor.h", | 212 "mac/font_descriptor.h", |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "//url/mojo:url_mojom_origin", | 639 "//url/mojo:url_mojom_origin", |
| 641 ] | 640 ] |
| 642 | 641 |
| 643 overridden_deps = [ "//ipc:mojom" ] | 642 overridden_deps = [ "//ipc:mojom" ] |
| 644 component_deps = [ "//ipc" ] | 643 component_deps = [ "//ipc" ] |
| 645 | 644 |
| 646 export_class_attribute = "CONTENT_EXPORT" | 645 export_class_attribute = "CONTENT_EXPORT" |
| 647 export_define = "CONTENT_IMPLEMENTATION=1" | 646 export_define = "CONTENT_IMPLEMENTATION=1" |
| 648 export_header = "content/common/content_export.h" | 647 export_header = "content/common/content_export.h" |
| 649 } | 648 } |
| OLD | NEW |