| 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 source_set("renderer") { | 10 source_set("renderer") { |
| 11 sources = [ | 11 sources = [ |
| 12 "activity_log_converter_strategy.cc", | 12 "activity_log_converter_strategy.cc", |
| 13 "activity_log_converter_strategy.h", | 13 "activity_log_converter_strategy.h", |
| 14 "api/automation/automation_api_helper.cc", | 14 "api/automation/automation_api_helper.cc", |
| 15 "api/automation/automation_api_helper.h", | 15 "api/automation/automation_api_helper.h", |
| 16 "api/display_source/display_source_session.cc", | 16 "api/display_source/display_source_session.cc", |
| 17 "api/display_source/display_source_session.h", | 17 "api/display_source/display_source_session.h", |
| 18 "api_activity_logger.cc", | 18 "api_activity_logger.cc", |
| 19 "api_activity_logger.h", | 19 "api_activity_logger.h", |
| 20 "api_binding.cc", | |
| 21 "api_binding.h", | |
| 22 "api_binding_bridge.cc", | |
| 23 "api_binding_bridge.h", | |
| 24 "api_binding_hooks.cc", | |
| 25 "api_binding_hooks.h", | |
| 26 "api_binding_hooks_delegate.cc", | |
| 27 "api_binding_hooks_delegate.h", | |
| 28 "api_binding_js_util.cc", | |
| 29 "api_binding_js_util.h", | |
| 30 "api_binding_types.cc", | |
| 31 "api_binding_types.h", | |
| 32 "api_bindings_system.cc", | |
| 33 "api_bindings_system.h", | |
| 34 "api_definitions_natives.cc", | 20 "api_definitions_natives.cc", |
| 35 "api_definitions_natives.h", | 21 "api_definitions_natives.h", |
| 36 "api_event_handler.cc", | |
| 37 "api_event_handler.h", | |
| 38 "api_event_listeners.cc", | |
| 39 "api_event_listeners.h", | |
| 40 "api_invocation_errors.cc", | |
| 41 "api_invocation_errors.h", | |
| 42 "api_last_error.cc", | |
| 43 "api_last_error.h", | |
| 44 "api_request_handler.cc", | |
| 45 "api_request_handler.h", | |
| 46 "api_signature.cc", | |
| 47 "api_signature.h", | |
| 48 "api_type_reference_map.cc", | |
| 49 "api_type_reference_map.h", | |
| 50 "app_window_custom_bindings.cc", | 22 "app_window_custom_bindings.cc", |
| 51 "app_window_custom_bindings.h", | 23 "app_window_custom_bindings.h", |
| 52 "argument_spec.cc", | |
| 53 "argument_spec.h", | |
| 54 "binding_access_checker.cc", | |
| 55 "binding_access_checker.h", | |
| 56 "binding_generating_native_handler.cc", | 24 "binding_generating_native_handler.cc", |
| 57 "binding_generating_native_handler.h", | 25 "binding_generating_native_handler.h", |
| 26 "bindings/api_binding.cc", |
| 27 "bindings/api_binding.h", |
| 28 "bindings/api_binding_bridge.cc", |
| 29 "bindings/api_binding_bridge.h", |
| 30 "bindings/api_binding_hooks.cc", |
| 31 "bindings/api_binding_hooks.h", |
| 32 "bindings/api_binding_hooks_delegate.cc", |
| 33 "bindings/api_binding_hooks_delegate.h", |
| 34 "bindings/api_binding_js_util.cc", |
| 35 "bindings/api_binding_js_util.h", |
| 36 "bindings/api_binding_types.cc", |
| 37 "bindings/api_binding_types.h", |
| 38 "bindings/api_bindings_system.cc", |
| 39 "bindings/api_bindings_system.h", |
| 40 "bindings/api_event_handler.cc", |
| 41 "bindings/api_event_handler.h", |
| 42 "bindings/api_event_listeners.cc", |
| 43 "bindings/api_event_listeners.h", |
| 44 "bindings/api_invocation_errors.cc", |
| 45 "bindings/api_invocation_errors.h", |
| 46 "bindings/api_last_error.cc", |
| 47 "bindings/api_last_error.h", |
| 48 "bindings/api_request_handler.cc", |
| 49 "bindings/api_request_handler.h", |
| 50 "bindings/api_signature.cc", |
| 51 "bindings/api_signature.h", |
| 52 "bindings/api_type_reference_map.cc", |
| 53 "bindings/api_type_reference_map.h", |
| 54 "bindings/argument_spec.cc", |
| 55 "bindings/argument_spec.h", |
| 56 "bindings/binding_access_checker.cc", |
| 57 "bindings/binding_access_checker.h", |
| 58 "bindings/declarative_event.cc", |
| 59 "bindings/declarative_event.h", |
| 60 "bindings/event_emitter.cc", |
| 61 "bindings/event_emitter.h", |
| 58 "blob_native_handler.cc", | 62 "blob_native_handler.cc", |
| 59 "blob_native_handler.h", | 63 "blob_native_handler.h", |
| 60 "chrome_setting.cc", | 64 "chrome_setting.cc", |
| 61 "chrome_setting.h", | 65 "chrome_setting.h", |
| 62 "console.cc", | 66 "console.cc", |
| 63 "console.h", | 67 "console.h", |
| 64 "content_setting.cc", | 68 "content_setting.cc", |
| 65 "content_setting.h", | 69 "content_setting.h", |
| 66 "content_watcher.cc", | 70 "content_watcher.cc", |
| 67 "content_watcher.h", | 71 "content_watcher.h", |
| 68 "context_menus_custom_bindings.cc", | 72 "context_menus_custom_bindings.cc", |
| 69 "context_menus_custom_bindings.h", | 73 "context_menus_custom_bindings.h", |
| 70 "css_native_handler.cc", | 74 "css_native_handler.cc", |
| 71 "css_native_handler.h", | 75 "css_native_handler.h", |
| 72 "declarative_content_hooks_delegate.cc", | 76 "declarative_content_hooks_delegate.cc", |
| 73 "declarative_content_hooks_delegate.h", | 77 "declarative_content_hooks_delegate.h", |
| 74 "declarative_event.cc", | |
| 75 "declarative_event.h", | |
| 76 "dispatcher.cc", | 78 "dispatcher.cc", |
| 77 "dispatcher.h", | 79 "dispatcher.h", |
| 78 "dispatcher_delegate.h", | 80 "dispatcher_delegate.h", |
| 79 "display_source_custom_bindings.cc", | 81 "display_source_custom_bindings.cc", |
| 80 "display_source_custom_bindings.h", | 82 "display_source_custom_bindings.h", |
| 81 "document_custom_bindings.cc", | 83 "document_custom_bindings.cc", |
| 82 "document_custom_bindings.h", | 84 "document_custom_bindings.h", |
| 83 "dom_activity_logger.cc", | 85 "dom_activity_logger.cc", |
| 84 "dom_activity_logger.h", | 86 "dom_activity_logger.h", |
| 85 "event_bindings.cc", | 87 "event_bindings.cc", |
| 86 "event_bindings.h", | 88 "event_bindings.h", |
| 87 "event_emitter.cc", | |
| 88 "event_emitter.h", | |
| 89 "extension_bindings_system.h", | 89 "extension_bindings_system.h", |
| 90 "extension_frame_helper.cc", | 90 "extension_frame_helper.cc", |
| 91 "extension_frame_helper.h", | 91 "extension_frame_helper.h", |
| 92 "extension_helper.cc", | 92 "extension_helper.cc", |
| 93 "extension_helper.h", | 93 "extension_helper.h", |
| 94 "extension_injection_host.cc", | 94 "extension_injection_host.cc", |
| 95 "extension_injection_host.h", | 95 "extension_injection_host.h", |
| 96 "extension_port.cc", | 96 "extension_port.cc", |
| 97 "extension_port.h", | 97 "extension_port.h", |
| 98 "extensions_render_frame_observer.cc", | 98 "extensions_render_frame_observer.cc", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "//third_party/wds:libwds", | 298 "//third_party/wds:libwds", |
| 299 ] | 299 ] |
| 300 } | 300 } |
| 301 } | 301 } |
| 302 | 302 |
| 303 source_set("unit_tests") { | 303 source_set("unit_tests") { |
| 304 testonly = true | 304 testonly = true |
| 305 sources = [ | 305 sources = [ |
| 306 "activity_log_converter_strategy_unittest.cc", | 306 "activity_log_converter_strategy_unittest.cc", |
| 307 "api/mojo_private/mojo_private_unittest.cc", | 307 "api/mojo_private/mojo_private_unittest.cc", |
| 308 "api_binding_hooks_test_delegate.cc", | |
| 309 "api_binding_hooks_test_delegate.h", | |
| 310 "api_binding_js_util_unittest.cc", | |
| 311 "api_binding_test.cc", | |
| 312 "api_binding_test.h", | |
| 313 "api_binding_test_util.cc", | |
| 314 "api_binding_test_util.h", | |
| 315 "api_binding_unittest.cc", | |
| 316 "api_bindings_system_unittest.cc", | |
| 317 "api_bindings_system_unittest.h", | |
| 318 "api_event_handler_unittest.cc", | |
| 319 "api_event_listeners_unittest.cc", | |
| 320 "api_invocation_errors_unittest.cc", | |
| 321 "api_last_error_unittest.cc", | |
| 322 "api_request_handler_unittest.cc", | |
| 323 "api_signature_unittest.cc", | |
| 324 "api_test_base.cc", | 308 "api_test_base.cc", |
| 325 "api_test_base.h", | 309 "api_test_base.h", |
| 326 "api_test_base_unittest.cc", | 310 "api_test_base_unittest.cc", |
| 327 "argument_spec_builder.cc", | 311 "bindings/api_binding_hooks_test_delegate.cc", |
| 328 "argument_spec_builder.h", | 312 "bindings/api_binding_hooks_test_delegate.h", |
| 329 "argument_spec_unittest.cc", | 313 "bindings/api_binding_js_util_unittest.cc", |
| 330 "binding_access_checker_unittest.cc", | 314 "bindings/api_binding_test.cc", |
| 331 "declarative_event_unittest.cc", | 315 "bindings/api_binding_test.h", |
| 332 "event_emitter_unittest.cc", | 316 "bindings/api_binding_test_util.cc", |
| 317 "bindings/api_binding_test_util.h", |
| 318 "bindings/api_binding_unittest.cc", |
| 319 "bindings/api_bindings_system_unittest.cc", |
| 320 "bindings/api_bindings_system_unittest.h", |
| 321 "bindings/api_event_handler_unittest.cc", |
| 322 "bindings/api_event_listeners_unittest.cc", |
| 323 "bindings/api_invocation_errors_unittest.cc", |
| 324 "bindings/api_last_error_unittest.cc", |
| 325 "bindings/api_request_handler_unittest.cc", |
| 326 "bindings/api_signature_unittest.cc", |
| 327 "bindings/argument_spec_builder.cc", |
| 328 "bindings/argument_spec_builder.h", |
| 329 "bindings/argument_spec_unittest.cc", |
| 330 "bindings/binding_access_checker_unittest.cc", |
| 331 "bindings/declarative_event_unittest.cc", |
| 332 "bindings/event_emitter_unittest.cc", |
| 333 "event_unittest.cc", | 333 "event_unittest.cc", |
| 334 "gc_callback_unittest.cc", | 334 "gc_callback_unittest.cc", |
| 335 "json_schema_unittest.cc", | 335 "json_schema_unittest.cc", |
| 336 "messaging_utils_unittest.cc", | 336 "messaging_utils_unittest.cc", |
| 337 "module_system_test.cc", | 337 "module_system_test.cc", |
| 338 "module_system_test.h", | 338 "module_system_test.h", |
| 339 "module_system_unittest.cc", | 339 "module_system_unittest.cc", |
| 340 "mojo/keep_alive_client_unittest.cc", | 340 "mojo/keep_alive_client_unittest.cc", |
| 341 "native_extension_bindings_system_unittest.cc", | 341 "native_extension_bindings_system_unittest.cc", |
| 342 "safe_builtins_unittest.cc", | 342 "safe_builtins_unittest.cc", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 372 "//ui/base", | 372 "//ui/base", |
| 373 ] | 373 ] |
| 374 | 374 |
| 375 if (enable_wifi_display && proprietary_codecs) { | 375 if (enable_wifi_display && proprietary_codecs) { |
| 376 sources += [ | 376 sources += [ |
| 377 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor
_unittest.cc", | 377 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor
_unittest.cc", |
| 378 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc
", | 378 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc
", |
| 379 ] | 379 ] |
| 380 } | 380 } |
| 381 } | 381 } |
| OLD | NEW |