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

Side by Side Diff: extensions/extensions.gypi

Issue 2074263002: [Experimental] Fool around with exposing extension bindings via blink Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'browser/io_thread_extension_message_filter.cc', 703 'browser/io_thread_extension_message_filter.cc',
704 'browser/io_thread_extension_message_filter.h', 704 'browser/io_thread_extension_message_filter.h',
705 'browser/lazy_background_task_queue.cc', 705 'browser/lazy_background_task_queue.cc',
706 'browser/lazy_background_task_queue.h', 706 'browser/lazy_background_task_queue.h',
707 'browser/lazy_background_task_queue_factory.cc', 707 'browser/lazy_background_task_queue_factory.cc',
708 'browser/lazy_background_task_queue_factory.h', 708 'browser/lazy_background_task_queue_factory.h',
709 'browser/load_monitoring_extension_host_queue.cc', 709 'browser/load_monitoring_extension_host_queue.cc',
710 'browser/load_monitoring_extension_host_queue.h', 710 'browser/load_monitoring_extension_host_queue.h',
711 'browser/management_policy.cc', 711 'browser/management_policy.cc',
712 'browser/management_policy.h', 712 'browser/management_policy.h',
713 'browser/mojo_extension_function.cc',
714 'browser/mojo_extension_function.h',
713 'browser/mojo/keep_alive_impl.cc', 715 'browser/mojo/keep_alive_impl.cc',
714 'browser/mojo/keep_alive_impl.h', 716 'browser/mojo/keep_alive_impl.h',
715 'browser/mojo/service_registration.cc', 717 'browser/mojo/service_registration.cc',
716 'browser/mojo/service_registration.h', 718 'browser/mojo/service_registration.h',
717 'browser/mojo/stash_backend.cc', 719 'browser/mojo/stash_backend.cc',
718 'browser/mojo/stash_backend.h', 720 'browser/mojo/stash_backend.h',
719 'browser/notification_types.cc', 721 'browser/notification_types.cc',
720 'browser/notification_types.h', 722 'browser/notification_types.h',
721 'browser/null_app_sorting.cc', 723 'browser/null_app_sorting.cc',
722 'browser/null_app_sorting.h', 724 'browser/null_app_sorting.h',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 'test/result_catcher.h', 1131 'test/result_catcher.h',
1130 'test/test_content_utility_client.cc', 1132 'test/test_content_utility_client.cc',
1131 'test/test_content_utility_client.h', 1133 'test/test_content_utility_client.h',
1132 'test/test_extensions_client.cc', 1134 'test/test_extensions_client.cc',
1133 'test/test_extensions_client.h', 1135 'test/test_extensions_client.h',
1134 'test/test_permission_message_provider.cc', 1136 'test/test_permission_message_provider.cc',
1135 'test/test_permission_message_provider.h', 1137 'test/test_permission_message_provider.h',
1136 ], 1138 ],
1137 }, 1139 },
1138 } 1140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698