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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 'renderer/resources/greasemonkey_api.js', | 915 'renderer/resources/greasemonkey_api.js', |
916 'renderer/resources/i18n_custom_bindings.js', | 916 'renderer/resources/i18n_custom_bindings.js', |
917 'renderer/resources/image_util.js', | 917 'renderer/resources/image_util.js', |
918 'renderer/resources/json_schema.js', | 918 'renderer/resources/json_schema.js', |
919 'renderer/resources/last_error.js', | 919 'renderer/resources/last_error.js', |
920 'renderer/resources/messaging.js', | 920 'renderer/resources/messaging.js', |
921 'renderer/resources/messaging_utils.js', | 921 'renderer/resources/messaging_utils.js', |
922 'renderer/resources/permissions_custom_bindings.js', | 922 'renderer/resources/permissions_custom_bindings.js', |
923 'renderer/resources/platform_app.css', | 923 'renderer/resources/platform_app.css', |
924 'renderer/resources/platform_app.js', | 924 'renderer/resources/platform_app.js', |
925 'renderer/resources/port.js', | |
926 'renderer/resources/runtime_custom_bindings.js', | 925 'renderer/resources/runtime_custom_bindings.js', |
927 'renderer/resources/schema_utils.js', | 926 'renderer/resources/schema_utils.js', |
928 'renderer/resources/send_request.js', | 927 'renderer/resources/send_request.js', |
929 'renderer/resources/set_icon.js', | 928 'renderer/resources/set_icon.js', |
930 'renderer/resources/storage_area.js', | 929 'renderer/resources/storage_area.js', |
931 'renderer/resources/test_custom_bindings.js', | 930 'renderer/resources/test_custom_bindings.js', |
932 'renderer/resources/uncaught_exception_handler.js', | 931 'renderer/resources/uncaught_exception_handler.js', |
933 'renderer/resources/unload_event.js', | 932 'renderer/resources/unload_event.js', |
934 'renderer/resources/utils.js', | 933 'renderer/resources/utils.js', |
935 'renderer/resources/guest_view/app_view/app_view.js', | 934 'renderer/resources/guest_view/app_view/app_view.js', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 'test/result_catcher.h', | 1034 'test/result_catcher.h', |
1036 'test/test_content_utility_client.cc', | 1035 'test/test_content_utility_client.cc', |
1037 'test/test_content_utility_client.h', | 1036 'test/test_content_utility_client.h', |
1038 'test/test_extensions_client.cc', | 1037 'test/test_extensions_client.cc', |
1039 'test/test_extensions_client.h', | 1038 'test/test_extensions_client.h', |
1040 'test/test_permission_message_provider.cc', | 1039 'test/test_permission_message_provider.cc', |
1041 'test/test_permission_message_provider.h', | 1040 'test/test_permission_message_provider.h', |
1042 ], | 1041 ], |
1043 }, | 1042 }, |
1044 } | 1043 } |
OLD | NEW |