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

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

Issue 2884243003: Add a mojo channel for frame messages. (Closed)
Patch Set: Fix presubmit warning I ignored Created 3 years, 7 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("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "image_downloader/image_downloader_base.cc", 150 "image_downloader/image_downloader_base.cc",
151 "image_downloader/image_downloader_base.h", 151 "image_downloader/image_downloader_base.h",
152 "image_downloader/image_downloader_impl.cc", 152 "image_downloader/image_downloader_impl.cc",
153 "image_downloader/image_downloader_impl.h", 153 "image_downloader/image_downloader_impl.h",
154 "image_downloader/single_image_downloader.cc", 154 "image_downloader/single_image_downloader.cc",
155 "image_downloader/single_image_downloader.h", 155 "image_downloader/single_image_downloader.h",
156 "ime_event_guard.cc", 156 "ime_event_guard.cc",
157 "ime_event_guard.h", 157 "ime_event_guard.h",
158 "in_process_renderer_thread.cc", 158 "in_process_renderer_thread.cc",
159 "in_process_renderer_thread.h", 159 "in_process_renderer_thread.h",
160 "input/frame_input_handler_impl.cc",
161 "input/frame_input_handler_impl.h",
160 "input/input_event_filter.cc", 162 "input/input_event_filter.cc",
161 "input/input_event_filter.h", 163 "input/input_event_filter.h",
162 "input/input_handler_manager.cc", 164 "input/input_handler_manager.cc",
163 "input/input_handler_manager.h", 165 "input/input_handler_manager.h",
164 "input/input_handler_manager_client.h", 166 "input/input_handler_manager_client.h",
165 "input/input_handler_wrapper.cc", 167 "input/input_handler_wrapper.cc",
166 "input/input_handler_wrapper.h", 168 "input/input_handler_wrapper.h",
167 "input/main_thread_event_queue.cc", 169 "input/main_thread_event_queue.cc",
168 "input/main_thread_event_queue.h", 170 "input/main_thread_event_queue.h",
169 "input/main_thread_event_queue_task.h", 171 "input/main_thread_event_queue_task.h",
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 # See comment at the top of //content/BUILD.gn for how this works. 978 # See comment at the top of //content/BUILD.gn for how this works.
977 group("for_content_tests") { 979 group("for_content_tests") {
978 visibility = [ "//content/test/*" ] 980 visibility = [ "//content/test/*" ]
979 981
980 if (!is_component_build) { 982 if (!is_component_build) {
981 public_deps = [ 983 public_deps = [
982 ":renderer", 984 ":renderer",
983 ] 985 ]
984 } 986 }
985 } 987 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/input/frame_input_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698