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

Side by Side Diff: extensions/browser/BUILD.gn

Issue 2943583002: [extension SW] Support lazy events from extension service workers. (Closed)
Patch Set: sync @tott Created 3 years, 5 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 | « content/test/BUILD.gn ('k') | extensions/browser/event_listener_map.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("//extensions/features/features.gni") 6 import("//extensions/features/features.gni")
7 7
8 assert(enable_extensions) 8 assert(enable_extensions)
9 9
10 group("browser") { 10 group("browser") {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "info_map.h", 246 "info_map.h",
247 "install_flag.h", 247 "install_flag.h",
248 "io_thread_extension_message_filter.cc", 248 "io_thread_extension_message_filter.cc",
249 "io_thread_extension_message_filter.h", 249 "io_thread_extension_message_filter.h",
250 "lazy_background_task_queue.cc", 250 "lazy_background_task_queue.cc",
251 "lazy_background_task_queue.h", 251 "lazy_background_task_queue.h",
252 "lazy_background_task_queue_factory.cc", 252 "lazy_background_task_queue_factory.cc",
253 "lazy_background_task_queue_factory.h", 253 "lazy_background_task_queue_factory.h",
254 "lazy_context_id.cc", 254 "lazy_context_id.cc",
255 "lazy_context_id.h", 255 "lazy_context_id.h",
256 "lazy_context_task_queue.h",
256 "load_monitoring_extension_host_queue.cc", 257 "load_monitoring_extension_host_queue.cc",
257 "load_monitoring_extension_host_queue.h", 258 "load_monitoring_extension_host_queue.h",
258 "management_policy.cc", 259 "management_policy.cc",
259 "management_policy.h", 260 "management_policy.h",
260 "mojo/keep_alive_impl.cc", 261 "mojo/keep_alive_impl.cc",
261 "mojo/keep_alive_impl.h", 262 "mojo/keep_alive_impl.h",
262 "mojo/service_registration.cc", 263 "mojo/service_registration.cc",
263 "mojo/service_registration.h", 264 "mojo/service_registration.h",
264 "notification_types.cc", 265 "notification_types.cc",
265 "notification_types.h", 266 "notification_types.h",
(...skipping 29 matching lines...) Expand all
295 "runtime_data.h", 296 "runtime_data.h",
296 "sandboxed_unpacker.cc", 297 "sandboxed_unpacker.cc",
297 "sandboxed_unpacker.h", 298 "sandboxed_unpacker.h",
298 "script_execution_observer.h", 299 "script_execution_observer.h",
299 "script_executor.cc", 300 "script_executor.cc",
300 "script_executor.h", 301 "script_executor.h",
301 "serial_extension_host_queue.cc", 302 "serial_extension_host_queue.cc",
302 "serial_extension_host_queue.h", 303 "serial_extension_host_queue.h",
303 "service_worker_manager.cc", 304 "service_worker_manager.cc",
304 "service_worker_manager.h", 305 "service_worker_manager.h",
306 "service_worker_task_queue.cc",
307 "service_worker_task_queue.h",
308 "service_worker_task_queue_factory.cc",
309 "service_worker_task_queue_factory.h",
305 "state_store.cc", 310 "state_store.cc",
306 "state_store.h", 311 "state_store.h",
307 "suggest_permission_util.cc", 312 "suggest_permission_util.cc",
308 "suggest_permission_util.h", 313 "suggest_permission_util.h",
309 "uninstall_ping_sender.cc", 314 "uninstall_ping_sender.cc",
310 "uninstall_ping_sender.h", 315 "uninstall_ping_sender.h",
311 "uninstall_reason.h", 316 "uninstall_reason.h",
312 "update_observer.h", 317 "update_observer.h",
313 "url_request_util.cc", 318 "url_request_util.cc",
314 "url_request_util.h", 319 "url_request_util.h",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "api/media_perception_private/media_perception_api_manager_unittest.cc", 593 "api/media_perception_private/media_perception_api_manager_unittest.cc",
589 "api/webcam_private/visca_webcam_unittest.cc", 594 "api/webcam_private/visca_webcam_unittest.cc",
590 ] 595 ]
591 596
592 deps += [ 597 deps += [
593 "//chromeos:media_perception_proto", 598 "//chromeos:media_perception_proto",
594 "//chromeos:test_support", 599 "//chromeos:test_support",
595 ] 600 ]
596 } 601 }
597 } 602 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/browser/event_listener_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698