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("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
10 if (is_mac) { | 10 if (is_mac) { |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "input/input_event_stream_validator.cc", | 166 "input/input_event_stream_validator.cc", |
167 "input/input_event_stream_validator.h", | 167 "input/input_event_stream_validator.h", |
168 "input/input_param_traits.cc", | 168 "input/input_param_traits.cc", |
169 "input/input_param_traits.h", | 169 "input/input_param_traits.h", |
170 "input/synthetic_gesture_packet.cc", | 170 "input/synthetic_gesture_packet.cc", |
171 "input/synthetic_gesture_packet.h", | 171 "input/synthetic_gesture_packet.h", |
172 "input/synthetic_gesture_params.cc", | 172 "input/synthetic_gesture_params.cc", |
173 "input/synthetic_gesture_params.h", | 173 "input/synthetic_gesture_params.h", |
174 "input/synthetic_pinch_gesture_params.cc", | 174 "input/synthetic_pinch_gesture_params.cc", |
175 "input/synthetic_pinch_gesture_params.h", | 175 "input/synthetic_pinch_gesture_params.h", |
| 176 "input/synthetic_pointer_action_list_params.cc", |
| 177 "input/synthetic_pointer_action_list_params.h", |
176 "input/synthetic_pointer_action_params.cc", | 178 "input/synthetic_pointer_action_params.cc", |
177 "input/synthetic_pointer_action_params.h", | 179 "input/synthetic_pointer_action_params.h", |
178 "input/synthetic_smooth_drag_gesture_params.cc", | 180 "input/synthetic_smooth_drag_gesture_params.cc", |
179 "input/synthetic_smooth_drag_gesture_params.h", | 181 "input/synthetic_smooth_drag_gesture_params.h", |
180 "input/synthetic_smooth_scroll_gesture_params.cc", | 182 "input/synthetic_smooth_scroll_gesture_params.cc", |
181 "input/synthetic_smooth_scroll_gesture_params.h", | 183 "input/synthetic_smooth_scroll_gesture_params.h", |
182 "input/synthetic_tap_gesture_params.cc", | 184 "input/synthetic_tap_gesture_params.cc", |
183 "input/synthetic_tap_gesture_params.h", | 185 "input/synthetic_tap_gesture_params.h", |
184 "input/synthetic_web_input_event_builders.cc", | 186 "input/synthetic_web_input_event_builders.cc", |
185 "input/synthetic_web_input_event_builders.h", | 187 "input/synthetic_web_input_event_builders.h", |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 "//third_party/WebKit/public:mojo_bindings", | 583 "//third_party/WebKit/public:mojo_bindings", |
582 "//ui/gfx/geometry/mojo", | 584 "//ui/gfx/geometry/mojo", |
583 "//url/mojo:url_mojom_gurl", | 585 "//url/mojo:url_mojom_gurl", |
584 "//url/mojo:url_mojom_origin", | 586 "//url/mojo:url_mojom_origin", |
585 ] | 587 ] |
586 | 588 |
587 export_class_attribute = "CONTENT_EXPORT" | 589 export_class_attribute = "CONTENT_EXPORT" |
588 export_define = "CONTENT_IMPLEMENTATION=1" | 590 export_define = "CONTENT_IMPLEMENTATION=1" |
589 export_header = "content/common/content_export.h" | 591 export_header = "content/common/content_export.h" |
590 } | 592 } |
OLD | NEW |