OLD | NEW |
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'common/features/permission_feature.cc', | 87 'common/features/permission_feature.cc', |
88 'common/features/permission_feature.h', | 88 'common/features/permission_feature.h', |
89 'common/features/simple_feature.cc', | 89 'common/features/simple_feature.cc', |
90 'common/features/simple_feature.h', | 90 'common/features/simple_feature.h', |
91 'common/features/simple_feature_filter.cc', | 91 'common/features/simple_feature_filter.cc', |
92 'common/features/simple_feature_filter.h', | 92 'common/features/simple_feature_filter.h', |
93 'common/file_util.cc', | 93 'common/file_util.cc', |
94 'common/file_util.h', | 94 'common/file_util.h', |
95 'common/guest_view/guest_view_constants.cc', | 95 'common/guest_view/guest_view_constants.cc', |
96 'common/guest_view/guest_view_constants.h', | 96 'common/guest_view/guest_view_constants.h', |
97 'common/guest_view_messages.h', | 97 'common/guest_view/guest_view_messages.h', |
98 'common/host_id.cc', | 98 'common/host_id.cc', |
99 'common/host_id.h', | 99 'common/host_id.h', |
100 'common/image_util.cc', | 100 'common/image_util.cc', |
101 'common/image_util.h', | 101 'common/image_util.h', |
102 'common/install_warning.cc', | 102 'common/install_warning.cc', |
103 'common/install_warning.h', | 103 'common/install_warning.h', |
104 'common/manifest.cc', | 104 'common/manifest.cc', |
105 'common/manifest.h', | 105 'common/manifest.h', |
106 'common/manifest_constants.cc', | 106 'common/manifest_constants.cc', |
107 'common/manifest_constants.h', | 107 'common/manifest_constants.h', |
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
899 'renderer/resources/platform_app.js', | 899 'renderer/resources/platform_app.js', |
900 'renderer/resources/runtime_custom_bindings.js', | 900 'renderer/resources/runtime_custom_bindings.js', |
901 'renderer/resources/schema_utils.js', | 901 'renderer/resources/schema_utils.js', |
902 'renderer/resources/send_request.js', | 902 'renderer/resources/send_request.js', |
903 'renderer/resources/set_icon.js', | 903 'renderer/resources/set_icon.js', |
904 'renderer/resources/storage_area.js', | 904 'renderer/resources/storage_area.js', |
905 'renderer/resources/test_custom_bindings.js', | 905 'renderer/resources/test_custom_bindings.js', |
906 'renderer/resources/uncaught_exception_handler.js', | 906 'renderer/resources/uncaught_exception_handler.js', |
907 'renderer/resources/unload_event.js', | 907 'renderer/resources/unload_event.js', |
908 'renderer/resources/utils.js', | 908 'renderer/resources/utils.js', |
909 'renderer/resources/extensions/extension_view.js', | 909 'renderer/resources/guest_view/extension_view.js', |
910 'renderer/resources/extensions/surface_worker.js', | 910 'renderer/resources/guest_view/surface_view.js', |
911 'renderer/resources/extensions/web_view.js', | 911 'renderer/resources/guest_view/web_view.js', |
912 'renderer/resources/extensions/web_view_events.js', | 912 'renderer/resources/guest_view/web_view_events.js', |
913 'renderer/resources/extensions/web_view_experimental.js', | 913 'renderer/resources/guest_view/web_view_experimental.js', |
914 'renderer/resources/web_request_custom_bindings.js', | 914 'renderer/resources/web_request_custom_bindings.js', |
915 'renderer/resources/web_request_internal_custom_bindings.js', | 915 'renderer/resources/web_request_internal_custom_bindings.js', |
916 'renderer/runtime_custom_bindings.cc', | 916 'renderer/runtime_custom_bindings.cc', |
917 'renderer/runtime_custom_bindings.h', | 917 'renderer/runtime_custom_bindings.h', |
918 'renderer/safe_builtins.cc', | 918 'renderer/safe_builtins.cc', |
919 'renderer/safe_builtins.h', | 919 'renderer/safe_builtins.h', |
920 'renderer/scoped_persistent.h', | 920 'renderer/scoped_persistent.h', |
921 'renderer/script_context.cc', | 921 'renderer/script_context.cc', |
922 'renderer/script_context.h', | 922 'renderer/script_context.h', |
923 'renderer/script_context_set.cc', | 923 'renderer/script_context_set.cc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 'test/result_catcher.h', | 1005 'test/result_catcher.h', |
1006 'test/test_content_utility_client.cc', | 1006 'test/test_content_utility_client.cc', |
1007 'test/test_content_utility_client.h', | 1007 'test/test_content_utility_client.h', |
1008 'test/test_extensions_client.cc', | 1008 'test/test_extensions_client.cc', |
1009 'test/test_extensions_client.h', | 1009 'test/test_extensions_client.h', |
1010 'test/test_permission_message_provider.cc', | 1010 'test/test_permission_message_provider.cc', |
1011 'test/test_permission_message_provider.h', | 1011 'test/test_permission_message_provider.h', |
1012 ], | 1012 ], |
1013 }, | 1013 }, |
1014 } | 1014 } |
OLD | NEW |