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

Side by Side Diff: extensions/extensions.gypi

Issue 1144423004: Add support for PTZ via VISCA. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor cleanup. 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
« no previous file with comments | « extensions/common/api/webcam_private.idl ('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 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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 'browser/api/networking_config/networking_config_service_factory.h', 800 'browser/api/networking_config/networking_config_service_factory.h',
801 'browser/api/socket/app_firewall_hole_manager.cc', 801 'browser/api/socket/app_firewall_hole_manager.cc',
802 'browser/api/socket/app_firewall_hole_manager.h', 802 'browser/api/socket/app_firewall_hole_manager.h',
803 'browser/api/vpn_provider/vpn_provider_api.cc', 803 'browser/api/vpn_provider/vpn_provider_api.cc',
804 'browser/api/vpn_provider/vpn_provider_api.h', 804 'browser/api/vpn_provider/vpn_provider_api.h',
805 'browser/api/vpn_provider/vpn_service.cc', 805 'browser/api/vpn_provider/vpn_service.cc',
806 'browser/api/vpn_provider/vpn_service.h', 806 'browser/api/vpn_provider/vpn_service.h',
807 'browser/api/vpn_provider/vpn_service_factory.h', 807 'browser/api/vpn_provider/vpn_service_factory.h',
808 'browser/api/webcam_private/v4l2_webcam.h', 808 'browser/api/webcam_private/v4l2_webcam.h',
809 'browser/api/webcam_private/v4l2_webcam.cc', 809 'browser/api/webcam_private/v4l2_webcam.cc',
810 'browser/api/webcam_private/visca_webcam.h',
811 'browser/api/webcam_private/visca_webcam.cc',
810 'browser/api/webcam_private/webcam.h', 812 'browser/api/webcam_private/webcam.h',
811 'browser/api/webcam_private/webcam.cc', 813 'browser/api/webcam_private/webcam.cc',
812 'browser/api/webcam_private/webcam_private_api.h', 814 'browser/api/webcam_private/webcam_private_api.h',
813 'browser/api/webcam_private/webcam_private_api_chromeos.cc', 815 'browser/api/webcam_private/webcam_private_api_chromeos.cc',
814 ], 816 ],
815 'extensions_browser_sources_nonchromeos': [ 817 'extensions_browser_sources_nonchromeos': [
816 'browser/api/audio/audio_service.cc', 818 'browser/api/audio/audio_service.cc',
817 'browser/api/document_scan/document_scan_interface_nonchromeos.cc', 819 'browser/api/document_scan/document_scan_interface_nonchromeos.cc',
818 ], 820 ],
819 'extensions_browser_sources_win_or_mac': [ 821 'extensions_browser_sources_win_or_mac': [
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 'test/result_catcher.h', 1048 'test/result_catcher.h',
1047 'test/test_content_utility_client.cc', 1049 'test/test_content_utility_client.cc',
1048 'test/test_content_utility_client.h', 1050 'test/test_content_utility_client.h',
1049 'test/test_extensions_client.cc', 1051 'test/test_extensions_client.cc',
1050 'test/test_extensions_client.h', 1052 'test/test_extensions_client.h',
1051 'test/test_permission_message_provider.cc', 1053 'test/test_permission_message_provider.cc',
1052 'test/test_permission_message_provider.h', 1054 'test/test_permission_message_provider.h',
1053 ], 1055 ],
1054 }, 1056 },
1055 } 1057 }
OLDNEW
« no previous file with comments | « extensions/common/api/webcam_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698