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

Side by Side Diff: extensions/extensions.gyp

Issue 464613002: Move SafeManifestParser to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge and update gn Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/extension_utility_messages.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'common/extension_messages.cc', 80 'common/extension_messages.cc',
81 'common/extension_messages.h', 81 'common/extension_messages.h',
82 'common/extension_paths.cc', 82 'common/extension_paths.cc',
83 'common/extension_paths.h', 83 'common/extension_paths.h',
84 'common/extension_resource.cc', 84 'common/extension_resource.cc',
85 'common/extension_resource.h', 85 'common/extension_resource.h',
86 'common/extension_set.cc', 86 'common/extension_set.cc',
87 'common/extension_set.h', 87 'common/extension_set.h',
88 'common/extension_urls.cc', 88 'common/extension_urls.cc',
89 'common/extension_urls.h', 89 'common/extension_urls.h',
90 'common/extension_utility_messages.h',
90 'common/extensions_client.cc', 91 'common/extensions_client.cc',
91 'common/extensions_client.h', 92 'common/extensions_client.h',
92 'common/feature_switch.cc', 93 'common/feature_switch.cc',
93 'common/feature_switch.h', 94 'common/feature_switch.h',
94 'common/features/api_feature.cc', 95 'common/features/api_feature.cc',
95 'common/features/api_feature.h', 96 'common/features/api_feature.h',
96 'common/features/base_feature_provider.cc', 97 'common/features/base_feature_provider.cc',
97 'common/features/base_feature_provider.h', 98 'common/features/base_feature_provider.h',
98 'common/features/complex_feature.cc', 99 'common/features/complex_feature.cc',
99 'common/features/complex_feature.h', 100 'common/features/complex_feature.h',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'browser/script_executor.cc', 684 'browser/script_executor.cc',
684 'browser/script_executor.h', 685 'browser/script_executor.h',
685 'browser/state_store.cc', 686 'browser/state_store.cc',
686 'browser/state_store.h', 687 'browser/state_store.h',
687 'browser/suggest_permission_util.cc', 688 'browser/suggest_permission_util.cc',
688 'browser/suggest_permission_util.h', 689 'browser/suggest_permission_util.h',
689 'browser/uninstall_reason.h', 690 'browser/uninstall_reason.h',
690 'browser/update_observer.h', 691 'browser/update_observer.h',
691 'browser/updater/manifest_fetch_data.cc', 692 'browser/updater/manifest_fetch_data.cc',
692 'browser/updater/manifest_fetch_data.h', 693 'browser/updater/manifest_fetch_data.h',
694 'browser/updater/safe_manifest_parser.cc',
695 'browser/updater/safe_manifest_parser.h',
693 'browser/url_request_util.cc', 696 'browser/url_request_util.cc',
694 'browser/url_request_util.h', 697 'browser/url_request_util.h',
695 'browser/value_store/leveldb_value_store.cc', 698 'browser/value_store/leveldb_value_store.cc',
696 'browser/value_store/leveldb_value_store.h', 699 'browser/value_store/leveldb_value_store.h',
697 'browser/value_store/testing_value_store.cc', 700 'browser/value_store/testing_value_store.cc',
698 'browser/value_store/testing_value_store.h', 701 'browser/value_store/testing_value_store.h',
699 'browser/value_store/value_store.cc', 702 'browser/value_store/value_store.cc',
700 'browser/value_store/value_store.h', 703 'browser/value_store/value_store.h',
701 'browser/value_store/value_store_change.cc', 704 'browser/value_store/value_store_change.cc',
702 'browser/value_store/value_store_change.h', 705 'browser/value_store/value_store_change.h',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 'conditions': [ 1161 'conditions': [
1159 ['OS=="win" and win_use_allocator_shim==1', { 1162 ['OS=="win" and win_use_allocator_shim==1', {
1160 'dependencies': [ 1163 'dependencies': [
1161 '../base/allocator/allocator.gyp:allocator', 1164 '../base/allocator/allocator.gyp:allocator',
1162 ], 1165 ],
1163 }], 1166 }],
1164 ], 1167 ],
1165 }, 1168 },
1166 ] 1169 ]
1167 } 1170 }
OLDNEW
« no previous file with comments | « extensions/common/extension_utility_messages.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698