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

Side by Side Diff: extensions/extensions.gypi

Issue 919943002: Remove extensions::ServiceRegistrationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'variables': { 6 'variables': {
7 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'browser/api/runtime/runtime_api.cc', 392 'browser/api/runtime/runtime_api.cc',
393 'browser/api/runtime/runtime_api.h', 393 'browser/api/runtime/runtime_api.h',
394 'browser/api/runtime/runtime_api_delegate.cc', 394 'browser/api/runtime/runtime_api_delegate.cc',
395 'browser/api/runtime/runtime_api_delegate.h', 395 'browser/api/runtime/runtime_api_delegate.h',
396 'browser/api/serial/serial_api.cc', 396 'browser/api/serial/serial_api.cc',
397 'browser/api/serial/serial_api.h', 397 'browser/api/serial/serial_api.h',
398 'browser/api/serial/serial_connection.cc', 398 'browser/api/serial/serial_connection.cc',
399 'browser/api/serial/serial_connection.h', 399 'browser/api/serial/serial_connection.h',
400 'browser/api/serial/serial_event_dispatcher.cc', 400 'browser/api/serial/serial_event_dispatcher.cc',
401 'browser/api/serial/serial_event_dispatcher.h', 401 'browser/api/serial/serial_event_dispatcher.h',
402 'browser/api/serial/serial_service_factory.cc',
403 'browser/api/serial/serial_service_factory.h',
402 'browser/api/socket/socket.cc', 404 'browser/api/socket/socket.cc',
403 'browser/api/socket/socket.h', 405 'browser/api/socket/socket.h',
404 'browser/api/socket/socket_api.cc', 406 'browser/api/socket/socket_api.cc',
405 'browser/api/socket/socket_api.h', 407 'browser/api/socket/socket_api.h',
406 'browser/api/socket/tcp_socket.cc', 408 'browser/api/socket/tcp_socket.cc',
407 'browser/api/socket/tcp_socket.h', 409 'browser/api/socket/tcp_socket.h',
408 'browser/api/socket/tls_socket.cc', 410 'browser/api/socket/tls_socket.cc',
409 'browser/api/socket/tls_socket.h', 411 'browser/api/socket/tls_socket.h',
410 'browser/api/socket/udp_socket.cc', 412 'browser/api/socket/udp_socket.cc',
411 'browser/api/socket/udp_socket.h', 413 'browser/api/socket/udp_socket.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'browser/install/extension_install_ui.h', 667 'browser/install/extension_install_ui.h',
666 'browser/install_flag.h', 668 'browser/install_flag.h',
667 'browser/io_thread_extension_message_filter.cc', 669 'browser/io_thread_extension_message_filter.cc',
668 'browser/io_thread_extension_message_filter.h', 670 'browser/io_thread_extension_message_filter.h',
669 'browser/lazy_background_task_queue.cc', 671 'browser/lazy_background_task_queue.cc',
670 'browser/lazy_background_task_queue.h', 672 'browser/lazy_background_task_queue.h',
671 'browser/management_policy.cc', 673 'browser/management_policy.cc',
672 'browser/management_policy.h', 674 'browser/management_policy.h',
673 'browser/mojo/keep_alive_impl.cc', 675 'browser/mojo/keep_alive_impl.cc',
674 'browser/mojo/keep_alive_impl.h', 676 'browser/mojo/keep_alive_impl.h',
675 'browser/mojo/service_registration_manager.cc', 677 'browser/mojo/service_registration.cc',
676 'browser/mojo/service_registration_manager.h', 678 'browser/mojo/service_registration.h',
677 'browser/mojo/stash_backend.cc', 679 'browser/mojo/stash_backend.cc',
678 'browser/mojo/stash_backend.h', 680 'browser/mojo/stash_backend.h',
679 'browser/notification_types.cc', 681 'browser/notification_types.cc',
680 'browser/notification_types.h', 682 'browser/notification_types.h',
681 'browser/null_app_sorting.cc', 683 'browser/null_app_sorting.cc',
682 'browser/null_app_sorting.h', 684 'browser/null_app_sorting.h',
683 'browser/pref_names.cc', 685 'browser/pref_names.cc',
684 'browser/pref_names.h', 686 'browser/pref_names.h',
685 'browser/process_manager.cc', 687 'browser/process_manager.cc',
686 'browser/process_manager.h', 688 'browser/process_manager.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'test/extension_test_message_listener.cc', 994 'test/extension_test_message_listener.cc',
993 'test/extension_test_message_listener.h', 995 'test/extension_test_message_listener.h',
994 'test/result_catcher.cc', 996 'test/result_catcher.cc',
995 'test/result_catcher.h', 997 'test/result_catcher.h',
996 'test/test_content_utility_client.cc', 998 'test/test_content_utility_client.cc',
997 'test/test_content_utility_client.h', 999 'test/test_content_utility_client.h',
998 'test/test_extensions_client.cc', 1000 'test/test_extensions_client.cc',
999 'test/test_extensions_client.h', 1001 'test/test_extensions_client.h',
1000 'test/test_permission_message_provider.cc', 1002 'test/test_permission_message_provider.cc',
1001 'test/test_permission_message_provider.h', 1003 'test/test_permission_message_provider.h',
1002 'test/test_service_registration_manager.cc',
1003 'test/test_service_registration_manager.h',
1004 ], 1004 ],
1005 }, 1005 },
1006 } 1006 }
OLDNEW
« no previous file with comments | « extensions/browser/mojo/service_registration_manager.cc ('k') | extensions/test/test_service_registration_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698