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("//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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "deferred_start_render_host_observer.h", | 77 "deferred_start_render_host_observer.h", |
78 "error_map.cc", | 78 "error_map.cc", |
79 "error_map.h", | 79 "error_map.h", |
80 "event_listener_map.cc", | 80 "event_listener_map.cc", |
81 "event_listener_map.h", | 81 "event_listener_map.h", |
82 "event_page_tracker.h", | 82 "event_page_tracker.h", |
83 "event_router.cc", | 83 "event_router.cc", |
84 "event_router.h", | 84 "event_router.h", |
85 "event_router_factory.cc", | 85 "event_router_factory.cc", |
86 "event_router_factory.h", | 86 "event_router_factory.h", |
| 87 "events/lazy_event_dispatch_util.cc", |
| 88 "events/lazy_event_dispatch_util.h", |
87 "extension_api_frame_id_map.cc", | 89 "extension_api_frame_id_map.cc", |
88 "extension_api_frame_id_map.h", | 90 "extension_api_frame_id_map.h", |
89 "extension_dialog_auto_confirm.cc", | 91 "extension_dialog_auto_confirm.cc", |
90 "extension_dialog_auto_confirm.h", | 92 "extension_dialog_auto_confirm.h", |
91 "extension_error.cc", | 93 "extension_error.cc", |
92 "extension_error.h", | 94 "extension_error.h", |
93 "extension_function.cc", | 95 "extension_function.cc", |
94 "extension_function.h", | 96 "extension_function.h", |
95 "extension_function_dispatcher.cc", | 97 "extension_function_dispatcher.cc", |
96 "extension_function_dispatcher.h", | 98 "extension_function_dispatcher.h", |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
514 "api/media_perception_private/media_perception_api_manager_unittest.cc", | 516 "api/media_perception_private/media_perception_api_manager_unittest.cc", |
515 "api/webcam_private/visca_webcam_unittest.cc", | 517 "api/webcam_private/visca_webcam_unittest.cc", |
516 ] | 518 ] |
517 | 519 |
518 deps += [ | 520 deps += [ |
519 "//chromeos:media_perception_proto", | 521 "//chromeos:media_perception_proto", |
520 "//chromeos:test_support", | 522 "//chromeos:test_support", |
521 ] | 523 ] |
522 } | 524 } |
523 } | 525 } |
OLD | NEW |