Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: content/common/BUILD.gn

Issue 2765583002: Teach main thread event queue about closures. (Closed)
Patch Set: Fix build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "input/synthetic_smooth_drag_gesture_params.cc", 192 "input/synthetic_smooth_drag_gesture_params.cc",
193 "input/synthetic_smooth_drag_gesture_params.h", 193 "input/synthetic_smooth_drag_gesture_params.h",
194 "input/synthetic_smooth_scroll_gesture_params.cc", 194 "input/synthetic_smooth_scroll_gesture_params.cc",
195 "input/synthetic_smooth_scroll_gesture_params.h", 195 "input/synthetic_smooth_scroll_gesture_params.h",
196 "input/synthetic_tap_gesture_params.cc", 196 "input/synthetic_tap_gesture_params.cc",
197 "input/synthetic_tap_gesture_params.h", 197 "input/synthetic_tap_gesture_params.h",
198 "input/synthetic_web_input_event_builders.cc", 198 "input/synthetic_web_input_event_builders.cc",
199 "input/synthetic_web_input_event_builders.h", 199 "input/synthetic_web_input_event_builders.h",
200 "input/touch_event_stream_validator.cc", 200 "input/touch_event_stream_validator.cc",
201 "input/touch_event_stream_validator.h", 201 "input/touch_event_stream_validator.h",
202 "input/web_input_event_queue.h",
203 "input/web_touch_event_traits.cc", 202 "input/web_touch_event_traits.cc",
204 "input/web_touch_event_traits.h", 203 "input/web_touch_event_traits.h",
205 "input_messages.h", 204 "input_messages.h",
206 "inter_process_time_ticks_converter.cc", 205 "inter_process_time_ticks_converter.cc",
207 "inter_process_time_ticks_converter.h", 206 "inter_process_time_ticks_converter.h",
208 "layer_tree_settings_factory.cc", 207 "layer_tree_settings_factory.cc",
209 "layer_tree_settings_factory.h", 208 "layer_tree_settings_factory.h",
210 "mac/attributed_string_coder.h", 209 "mac/attributed_string_coder.h",
211 "mac/attributed_string_coder.mm", 210 "mac/attributed_string_coder.mm",
212 "mac/font_descriptor.h", 211 "mac/font_descriptor.h",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "//url/mojo:url_mojom_origin", 638 "//url/mojo:url_mojom_origin",
640 ] 639 ]
641 640
642 overridden_deps = [ "//ipc:mojom" ] 641 overridden_deps = [ "//ipc:mojom" ]
643 component_deps = [ "//ipc" ] 642 component_deps = [ "//ipc" ]
644 643
645 export_class_attribute = "CONTENT_EXPORT" 644 export_class_attribute = "CONTENT_EXPORT"
646 export_define = "CONTENT_IMPLEMENTATION=1" 645 export_define = "CONTENT_IMPLEMENTATION=1"
647 export_header = "content/common/content_export.h" 646 export_header = "content/common/content_export.h"
648 } 647 }
OLDNEW
« no previous file with comments | « no previous file | content/common/input/web_input_event_queue.h » ('j') | content/renderer/input/main_thread_event_queue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698