| 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_generating_native_handler.cc", | 24 "binding_generating_native_handler.cc", |
| 55 "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/declarative_event.cc", |
| 57 "bindings/declarative_event.h", |
| 58 "bindings/event_emitter.cc", |
| 59 "bindings/event_emitter.h", |
| 56 "blob_native_handler.cc", | 60 "blob_native_handler.cc", |
| 57 "blob_native_handler.h", | 61 "blob_native_handler.h", |
| 58 "chrome_setting.cc", | 62 "chrome_setting.cc", |
| 59 "chrome_setting.h", | 63 "chrome_setting.h", |
| 60 "console.cc", | 64 "console.cc", |
| 61 "console.h", | 65 "console.h", |
| 62 "content_setting.cc", | 66 "content_setting.cc", |
| 63 "content_setting.h", | 67 "content_setting.h", |
| 64 "content_watcher.cc", | 68 "content_watcher.cc", |
| 65 "content_watcher.h", | 69 "content_watcher.h", |
| 66 "context_menus_custom_bindings.cc", | 70 "context_menus_custom_bindings.cc", |
| 67 "context_menus_custom_bindings.h", | 71 "context_menus_custom_bindings.h", |
| 68 "css_native_handler.cc", | 72 "css_native_handler.cc", |
| 69 "css_native_handler.h", | 73 "css_native_handler.h", |
| 70 "declarative_content_hooks_delegate.cc", | 74 "declarative_content_hooks_delegate.cc", |
| 71 "declarative_content_hooks_delegate.h", | 75 "declarative_content_hooks_delegate.h", |
| 72 "declarative_event.cc", | |
| 73 "declarative_event.h", | |
| 74 "dispatcher.cc", | 76 "dispatcher.cc", |
| 75 "dispatcher.h", | 77 "dispatcher.h", |
| 76 "dispatcher_delegate.h", | 78 "dispatcher_delegate.h", |
| 77 "display_source_custom_bindings.cc", | 79 "display_source_custom_bindings.cc", |
| 78 "display_source_custom_bindings.h", | 80 "display_source_custom_bindings.h", |
| 79 "document_custom_bindings.cc", | 81 "document_custom_bindings.cc", |
| 80 "document_custom_bindings.h", | 82 "document_custom_bindings.h", |
| 81 "dom_activity_logger.cc", | 83 "dom_activity_logger.cc", |
| 82 "dom_activity_logger.h", | 84 "dom_activity_logger.h", |
| 83 "event_bindings.cc", | 85 "event_bindings.cc", |
| 84 "event_bindings.h", | 86 "event_bindings.h", |
| 85 "event_emitter.cc", | |
| 86 "event_emitter.h", | |
| 87 "extension_bindings_system.h", | 87 "extension_bindings_system.h", |
| 88 "extension_frame_helper.cc", | 88 "extension_frame_helper.cc", |
| 89 "extension_frame_helper.h", | 89 "extension_frame_helper.h", |
| 90 "extension_helper.cc", | 90 "extension_helper.cc", |
| 91 "extension_helper.h", | 91 "extension_helper.h", |
| 92 "extension_injection_host.cc", | 92 "extension_injection_host.cc", |
| 93 "extension_injection_host.h", | 93 "extension_injection_host.h", |
| 94 "extension_port.cc", | 94 "extension_port.cc", |
| 95 "extension_port.h", | 95 "extension_port.h", |
| 96 "extensions_render_frame_observer.cc", | 96 "extensions_render_frame_observer.cc", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "//third_party/wds:libwds", | 296 "//third_party/wds:libwds", |
| 297 ] | 297 ] |
| 298 } | 298 } |
| 299 } | 299 } |
| 300 | 300 |
| 301 source_set("unit_tests") { | 301 source_set("unit_tests") { |
| 302 testonly = true | 302 testonly = true |
| 303 sources = [ | 303 sources = [ |
| 304 "activity_log_converter_strategy_unittest.cc", | 304 "activity_log_converter_strategy_unittest.cc", |
| 305 "api/mojo_private/mojo_private_unittest.cc", | 305 "api/mojo_private/mojo_private_unittest.cc", |
| 306 "api_binding_hooks_test_delegate.cc", | |
| 307 "api_binding_hooks_test_delegate.h", | |
| 308 "api_binding_js_util_unittest.cc", | |
| 309 "api_binding_test.cc", | |
| 310 "api_binding_test.h", | |
| 311 "api_binding_test_util.cc", | |
| 312 "api_binding_test_util.h", | |
| 313 "api_binding_unittest.cc", | |
| 314 "api_bindings_system_unittest.cc", | |
| 315 "api_bindings_system_unittest.h", | |
| 316 "api_event_handler_unittest.cc", | |
| 317 "api_event_listeners_unittest.cc", | |
| 318 "api_invocation_errors_unittest.cc", | |
| 319 "api_last_error_unittest.cc", | |
| 320 "api_request_handler_unittest.cc", | |
| 321 "api_signature_unittest.cc", | |
| 322 "api_test_base.cc", | 306 "api_test_base.cc", |
| 323 "api_test_base.h", | 307 "api_test_base.h", |
| 324 "api_test_base_unittest.cc", | 308 "api_test_base_unittest.cc", |
| 325 "argument_spec_builder.cc", | 309 "bindings/api_binding_hooks_test_delegate.cc", |
| 326 "argument_spec_builder.h", | 310 "bindings/api_binding_hooks_test_delegate.h", |
| 327 "argument_spec_unittest.cc", | 311 "bindings/api_binding_js_util_unittest.cc", |
| 328 "declarative_event_unittest.cc", | 312 "bindings/api_binding_test.cc", |
| 329 "event_emitter_unittest.cc", | 313 "bindings/api_binding_test.h", |
| 314 "bindings/api_binding_test_util.cc", |
| 315 "bindings/api_binding_test_util.h", |
| 316 "bindings/api_binding_unittest.cc", |
| 317 "bindings/api_bindings_system_unittest.cc", |
| 318 "bindings/api_bindings_system_unittest.h", |
| 319 "bindings/api_event_handler_unittest.cc", |
| 320 "bindings/api_event_listeners_unittest.cc", |
| 321 "bindings/api_invocation_errors_unittest.cc", |
| 322 "bindings/api_last_error_unittest.cc", |
| 323 "bindings/api_request_handler_unittest.cc", |
| 324 "bindings/api_signature_unittest.cc", |
| 325 "bindings/argument_spec_builder.cc", |
| 326 "bindings/argument_spec_builder.h", |
| 327 "bindings/argument_spec_unittest.cc", |
| 328 "bindings/declarative_event_unittest.cc", |
| 329 "bindings/event_emitter_unittest.cc", |
| 330 "event_unittest.cc", | 330 "event_unittest.cc", |
| 331 "gc_callback_unittest.cc", | 331 "gc_callback_unittest.cc", |
| 332 "json_schema_unittest.cc", | 332 "json_schema_unittest.cc", |
| 333 "messaging_utils_unittest.cc", | 333 "messaging_utils_unittest.cc", |
| 334 "module_system_test.cc", | 334 "module_system_test.cc", |
| 335 "module_system_test.h", | 335 "module_system_test.h", |
| 336 "module_system_unittest.cc", | 336 "module_system_unittest.cc", |
| 337 "mojo/keep_alive_client_unittest.cc", | 337 "mojo/keep_alive_client_unittest.cc", |
| 338 "native_extension_bindings_system_unittest.cc", | 338 "native_extension_bindings_system_unittest.cc", |
| 339 "safe_builtins_unittest.cc", | 339 "safe_builtins_unittest.cc", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 369 "//ui/base", | 369 "//ui/base", |
| 370 ] | 370 ] |
| 371 | 371 |
| 372 if (enable_wifi_display && proprietary_codecs) { | 372 if (enable_wifi_display && proprietary_codecs) { |
| 373 sources += [ | 373 sources += [ |
| 374 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor
_unittest.cc", | 374 "api/display_source/wifi_display/wifi_display_elementary_stream_descriptor
_unittest.cc", |
| 375 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc
", | 375 "api/display_source/wifi_display/wifi_display_media_packetizer_unittest.cc
", |
| 376 ] | 376 ] |
| 377 } | 377 } |
| 378 } | 378 } |
| OLD | NEW |