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

Side by Side Diff: extensions/extensions.gyp

Issue 500043003: Add PolicyProvider to ExtensionManagement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext-1
Patch Set: rebase again 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
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'include_dirs': [ 285 'include_dirs': [
286 '..', 286 '..',
287 '<(INTERMEDIATE_DIR)', 287 '<(INTERMEDIATE_DIR)',
288 # Needed to access generated API headers. 288 # Needed to access generated API headers.
289 '<(SHARED_INTERMEDIATE_DIR)', 289 '<(SHARED_INTERMEDIATE_DIR)',
290 # Needed for grit. 290 # Needed for grit.
291 '<(SHARED_INTERMEDIATE_DIR)/chrome', 291 '<(SHARED_INTERMEDIATE_DIR)/chrome',
292 ], 292 ],
293 'sources': [ 293 'sources': [
294 # Note: sources list duplicated in GN build. 294 # Note: sources list duplicated in GN build.
295 'browser/admin_policy.cc',
296 'browser/admin_policy.h',
297 # NOTE: When moving an API out of Chrome be sure to verify that the 295 # NOTE: When moving an API out of Chrome be sure to verify that the
298 # Android build still compiles. See conditions below. 296 # Android build still compiles. See conditions below.
299 'browser/api/api_resource.cc', 297 'browser/api/api_resource.cc',
300 'browser/api/api_resource.h', 298 'browser/api/api_resource.h',
301 'browser/api/api_resource_manager.h', 299 'browser/api/api_resource_manager.h',
302 'browser/api/app_runtime/app_runtime_api.cc', 300 'browser/api/app_runtime/app_runtime_api.cc',
303 'browser/api/app_runtime/app_runtime_api.h', 301 'browser/api/app_runtime/app_runtime_api.h',
304 'browser/api/app_view/app_view_internal_api.cc', 302 'browser/api/app_view/app_view_internal_api.cc',
305 'browser/api/app_view/app_view_internal_api.h', 303 'browser/api/app_view/app_view_internal_api.h',
306 'browser/api/app_window/app_window_api.cc', 304 'browser/api/app_window/app_window_api.cc',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'extensions_resources.gyp:extensions_resources', 957 'extensions_resources.gyp:extensions_resources',
960 'extensions_shell_and_test_pak', 958 'extensions_shell_and_test_pak',
961 'extensions_strings.gyp:extensions_strings', 959 'extensions_strings.gyp:extensions_strings',
962 'extensions_test_support', 960 'extensions_test_support',
963 ], 961 ],
964 # Needed for third_party libraries like leveldb. 962 # Needed for third_party libraries like leveldb.
965 'include_dirs': [ 963 'include_dirs': [
966 '..', 964 '..',
967 ], 965 ],
968 'sources': [ 966 'sources': [
969 'browser/admin_policy_unittest.cc',
970 'browser/api/api_resource_manager_unittest.cc', 967 'browser/api/api_resource_manager_unittest.cc',
971 'browser/api/bluetooth/bluetooth_event_router_unittest.cc', 968 'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
972 'browser/api/declarative/deduping_factory_unittest.cc', 969 'browser/api/declarative/deduping_factory_unittest.cc',
973 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', 970 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc',
974 'browser/api/storage/settings_quota_unittest.cc', 971 'browser/api/storage/settings_quota_unittest.cc',
975 'browser/api/storage/storage_api_unittest.cc', 972 'browser/api/storage/storage_api_unittest.cc',
976 'browser/api/storage/storage_frontend_unittest.cc', 973 'browser/api/storage/storage_frontend_unittest.cc',
977 'browser/computed_hashes_unittest.cc', 974 'browser/computed_hashes_unittest.cc',
978 'browser/content_hash_tree_unittest.cc', 975 'browser/content_hash_tree_unittest.cc',
979 'browser/event_listener_map_unittest.cc', 976 'browser/event_listener_map_unittest.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'browser/api/cast_channel/logging.proto' 1049 'browser/api/cast_channel/logging.proto'
1053 ], 1050 ],
1054 'variables': { 1051 'variables': {
1055 'proto_in_dir': 'browser/api/cast_channel', 1052 'proto_in_dir': 'browser/api/cast_channel',
1056 'proto_out_dir': 'extensions/browser/api/cast_channel', 1053 'proto_out_dir': 'extensions/browser/api/cast_channel',
1057 }, 1054 },
1058 'includes': [ '../build/protoc.gypi' ] 1055 'includes': [ '../build/protoc.gypi' ]
1059 }, 1056 },
1060 ] 1057 ]
1061 } 1058 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698