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

Side by Side Diff: extensions/extensions.gypi

Issue 980353003: Extensions: Switch to new permission message system, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 9 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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'browser/test_extensions_browser_client.cc', 1006 'browser/test_extensions_browser_client.cc',
1007 'browser/test_extensions_browser_client.h', 1007 'browser/test_extensions_browser_client.h',
1008 'browser/test_management_policy.cc', 1008 'browser/test_management_policy.cc',
1009 'browser/test_management_policy.h', 1009 'browser/test_management_policy.h',
1010 'browser/test_runtime_api_delegate.cc', 1010 'browser/test_runtime_api_delegate.cc',
1011 'browser/test_runtime_api_delegate.h', 1011 'browser/test_runtime_api_delegate.h',
1012 'common/extension_builder.cc', 1012 'common/extension_builder.cc',
1013 'common/extension_builder.h', 1013 'common/extension_builder.h',
1014 'common/manifest_test.cc', 1014 'common/manifest_test.cc',
1015 'common/manifest_test.h', 1015 'common/manifest_test.h',
1016 'common/permissions/permission_message_test_util.cc',
1017 'common/permissions/permission_message_test_util.h',
1016 'common/test_util.cc', 1018 'common/test_util.cc',
1017 'common/test_util.h', 1019 'common/test_util.h',
1018 'renderer/test_extensions_renderer_client.cc', 1020 'renderer/test_extensions_renderer_client.cc',
1019 'renderer/test_extensions_renderer_client.h', 1021 'renderer/test_extensions_renderer_client.h',
1020 'test/extension_test_message_listener.cc', 1022 'test/extension_test_message_listener.cc',
1021 'test/extension_test_message_listener.h', 1023 'test/extension_test_message_listener.h',
1022 'test/result_catcher.cc', 1024 'test/result_catcher.cc',
1023 'test/result_catcher.h', 1025 'test/result_catcher.h',
1024 'test/test_content_utility_client.cc', 1026 'test/test_content_utility_client.cc',
1025 'test/test_content_utility_client.h', 1027 'test/test_content_utility_client.h',
1026 'test/test_extensions_client.cc', 1028 'test/test_extensions_client.cc',
1027 'test/test_extensions_client.h', 1029 'test/test_extensions_client.h',
1028 'test/test_permission_message_provider.cc', 1030 'test/test_permission_message_provider.cc',
1029 'test/test_permission_message_provider.h', 1031 'test/test_permission_message_provider.h',
1030 ], 1032 ],
1031 }, 1033 },
1032 } 1034 }
OLDNEW
« no previous file with comments | « extensions/common/permissions/permissions_data.cc ('k') | extensions/shell/common/shell_extensions_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698