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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1077823005: Declare providing extension capabilities in the manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 7 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'common/extensions/permissions/chrome_permission_message_provider.cc', 200 'common/extensions/permissions/chrome_permission_message_provider.cc',
201 'common/extensions/permissions/chrome_permission_message_provider.h', 201 'common/extensions/permissions/chrome_permission_message_provider.h',
202 'common/extensions/permissions/chrome_permission_message_rules.cc', 202 'common/extensions/permissions/chrome_permission_message_rules.cc',
203 'common/extensions/permissions/chrome_permission_message_rules.h', 203 'common/extensions/permissions/chrome_permission_message_rules.h',
204 'common/extensions/sync_helper.cc', 204 'common/extensions/sync_helper.cc',
205 'common/extensions/sync_helper.h', 205 'common/extensions/sync_helper.h',
206 ], 206 ],
207 'chrome_common_extensions_chromeos_sources': [ 207 'chrome_common_extensions_chromeos_sources': [
208 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', 208 'common/extensions/api/file_browser_handlers/file_browser_handler.cc',
209 'common/extensions/api/file_browser_handlers/file_browser_handler.h', 209 'common/extensions/api/file_browser_handlers/file_browser_handler.h',
210 'common/extensions/api/file_system_provider/file_system_provider_handler.c c',
211 'common/extensions/api/file_system_provider/file_system_provider_handler.h ',
210 'common/extensions/api/input_ime/input_components_handler.cc', 212 'common/extensions/api/input_ime/input_components_handler.cc',
211 'common/extensions/api/input_ime/input_components_handler.h', 213 'common/extensions/api/input_ime/input_components_handler.h',
212 ], 214 ],
213 'chrome_common_full_safe_browsing_sources': [ 215 'chrome_common_full_safe_browsing_sources': [
214 'common/safe_browsing/binary_feature_extractor.cc', 216 'common/safe_browsing/binary_feature_extractor.cc',
215 'common/safe_browsing/binary_feature_extractor.h', 217 'common/safe_browsing/binary_feature_extractor.h',
216 'common/safe_browsing/binary_feature_extractor_posix.cc', 218 'common/safe_browsing/binary_feature_extractor_posix.cc',
217 'common/safe_browsing/binary_feature_extractor_win.cc', 219 'common/safe_browsing/binary_feature_extractor_win.cc',
218 'common/safe_browsing/download_protection_util.cc', 220 'common/safe_browsing/download_protection_util.cc',
219 'common/safe_browsing/download_protection_util.h', 221 'common/safe_browsing/download_protection_util.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 ], 370 ],
369 'export_dependent_settings': [ 371 'export_dependent_settings': [
370 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', 372 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
371 ], 373 ],
372 'conditions': [ 374 'conditions': [
373 ['chromeos==1', { 375 ['chromeos==1', {
374 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ], 376 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
375 }], 377 }],
376 ], 378 ],
377 }], 379 }],
380 ['enable_extensions==1 and chromeos==1', {
381 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ],
382 }],
378 ['OS=="win" or OS=="mac"', { 383 ['OS=="win" or OS=="mac"', {
379 'sources': [ '<@(chrome_common_win_mac_sources)' ], 384 'sources': [ '<@(chrome_common_win_mac_sources)' ],
380 }], 385 }],
381 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl==1', { 386 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl==1', {
382 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ], 387 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ],
383 'dependencies': [ 388 'dependencies': [
384 '../third_party/boringssl/boringssl.gyp:boringssl', 389 '../third_party/boringssl/boringssl.gyp:boringssl',
385 ], 390 ],
386 }], 391 }],
387 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', { 392 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'common/safe_browsing/csd.proto' 682 'common/safe_browsing/csd.proto'
678 ], 683 ],
679 'variables': { 684 'variables': {
680 'proto_in_dir': 'common/safe_browsing', 685 'proto_in_dir': 'common/safe_browsing',
681 'proto_out_dir': 'chrome/common/safe_browsing', 686 'proto_out_dir': 'chrome/common/safe_browsing',
682 }, 687 },
683 'includes': [ '../build/protoc.gypi' ], 688 'includes': [ '../build/protoc.gypi' ],
684 }, 689 },
685 ], 690 ],
686 } 691 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/service.cc ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698