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

Side by Side Diff: extensions/extensions.gyp

Issue 822453002: Introduce HostID and de-couple Extensions from "script injection System" [browser side] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another round of comments of Devlin@. Created 5 years, 11 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 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'common/api/bluetooth/bluetooth_manifest_permission.h', 79 'common/api/bluetooth/bluetooth_manifest_permission.h',
80 'common/api/messaging/message.h', 80 'common/api/messaging/message.h',
81 'common/api/sockets/sockets_manifest_data.cc', 81 'common/api/sockets/sockets_manifest_data.cc',
82 'common/api/sockets/sockets_manifest_data.h', 82 'common/api/sockets/sockets_manifest_data.h',
83 'common/api/sockets/sockets_manifest_handler.cc', 83 'common/api/sockets/sockets_manifest_handler.cc',
84 'common/api/sockets/sockets_manifest_handler.h', 84 'common/api/sockets/sockets_manifest_handler.h',
85 'common/api/sockets/sockets_manifest_permission.cc', 85 'common/api/sockets/sockets_manifest_permission.cc',
86 'common/api/sockets/sockets_manifest_permission.h', 86 'common/api/sockets/sockets_manifest_permission.h',
87 'common/common_manifest_handlers.cc', 87 'common/common_manifest_handlers.cc',
88 'common/common_manifest_handlers.h', 88 'common/common_manifest_handlers.h',
89 'common/consumer_id.cc',
90 'common/consumer_id.h',
89 'common/csp_validator.cc', 91 'common/csp_validator.cc',
90 'common/csp_validator.h', 92 'common/csp_validator.h',
91 'common/dom_action_types.h', 93 'common/dom_action_types.h',
92 'common/draggable_region.cc', 94 'common/draggable_region.cc',
93 'common/draggable_region.h', 95 'common/draggable_region.h',
94 'common/error_utils.cc', 96 'common/error_utils.cc',
95 'common/error_utils.h', 97 'common/error_utils.h',
96 'common/event_filter.cc', 98 'common/event_filter.cc',
97 'common/event_filter.h', 99 'common/event_filter.h',
98 'common/event_filtering_info.cc', 100 'common/event_filtering_info.cc',
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'conditions': [ 1313 'conditions': [
1312 ['OS=="win" and win_use_allocator_shim==1', { 1314 ['OS=="win" and win_use_allocator_shim==1', {
1313 'dependencies': [ 1315 'dependencies': [
1314 '../base/allocator/allocator.gyp:allocator', 1316 '../base/allocator/allocator.gyp:allocator',
1315 ], 1317 ],
1316 }], 1318 }],
1317 ], 1319 ],
1318 }, 1320 },
1319 ] 1321 ]
1320 } 1322 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698