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

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

Issue 2348183003: Test synthetic pointer action on pointer event tests (Closed)
Patch Set: pointer event tests Created 3 years, 12 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
« no previous file with comments | « no previous file | content/renderer/gpu/actions_runner.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//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/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "fetchers/manifest_fetcher.cc", 121 "fetchers/manifest_fetcher.cc",
122 "fetchers/manifest_fetcher.h", 122 "fetchers/manifest_fetcher.h",
123 "fetchers/multi_resolution_image_resource_fetcher.cc", 123 "fetchers/multi_resolution_image_resource_fetcher.cc",
124 "fetchers/multi_resolution_image_resource_fetcher.h", 124 "fetchers/multi_resolution_image_resource_fetcher.h",
125 "fetchers/resource_fetcher_impl.cc", 125 "fetchers/resource_fetcher_impl.cc",
126 "fetchers/resource_fetcher_impl.h", 126 "fetchers/resource_fetcher_impl.h",
127 "frame_blame_context.cc", 127 "frame_blame_context.cc",
128 "frame_blame_context.h", 128 "frame_blame_context.h",
129 "gamepad_shared_memory_reader.cc", 129 "gamepad_shared_memory_reader.cc",
130 "gamepad_shared_memory_reader.h", 130 "gamepad_shared_memory_reader.h",
131 "gpu/actions_runner.cc",
132 "gpu/actions_runner.h",
131 "gpu/compositor_dependencies.h", 133 "gpu/compositor_dependencies.h",
132 "gpu/compositor_external_begin_frame_source.cc", 134 "gpu/compositor_external_begin_frame_source.cc",
133 "gpu/compositor_external_begin_frame_source.h", 135 "gpu/compositor_external_begin_frame_source.h",
134 "gpu/compositor_forwarding_message_filter.cc", 136 "gpu/compositor_forwarding_message_filter.cc",
135 "gpu/compositor_forwarding_message_filter.h", 137 "gpu/compositor_forwarding_message_filter.h",
136 "gpu/frame_swap_message_queue.cc", 138 "gpu/frame_swap_message_queue.cc",
137 "gpu/frame_swap_message_queue.h", 139 "gpu/frame_swap_message_queue.h",
138 "gpu/gpu_benchmarking_extension.cc", 140 "gpu/gpu_benchmarking_extension.cc",
139 "gpu/gpu_benchmarking_extension.h", 141 "gpu/gpu_benchmarking_extension.h",
140 "gpu/queue_message_swap_promise.cc", 142 "gpu/queue_message_swap_promise.cc",
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 # For the defines in mojo_media_config. 920 # For the defines in mojo_media_config.
919 public_configs = [ "//media/mojo/services:mojo_media_config" ] 921 public_configs = [ "//media/mojo/services:mojo_media_config" ]
920 } 922 }
921 923
922 if (!is_component_build) { 924 if (!is_component_build) {
923 public_deps = [ 925 public_deps = [
924 ":renderer", 926 ":renderer",
925 ] 927 ]
926 } 928 }
927 } 929 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/gpu/actions_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698