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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gn build Created 6 years, 5 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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'browser/extensions/api/sync_file_system/extension_sync_event_observer.cc' , 769 'browser/extensions/api/sync_file_system/extension_sync_event_observer.cc' ,
770 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h', 770 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h',
771 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', 771 'browser/extensions/api/sync_file_system/sync_file_system_api.cc',
772 'browser/extensions/api/sync_file_system/sync_file_system_api.h', 772 'browser/extensions/api/sync_file_system/sync_file_system_api.h',
773 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc', 773 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc',
774 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h', 774 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h',
775 'browser/extensions/api/synced_notifications_private/synced_notifications_ private_api.cc', 775 'browser/extensions/api/synced_notifications_private/synced_notifications_ private_api.cc',
776 'browser/extensions/api/synced_notifications_private/synced_notifications_ private_api.h', 776 'browser/extensions/api/synced_notifications_private/synced_notifications_ private_api.h',
777 'browser/extensions/api/synced_notifications_private/synced_notifications_ shim.cc', 777 'browser/extensions/api/synced_notifications_private/synced_notifications_ shim.cc',
778 'browser/extensions/api/synced_notifications_private/synced_notifications_ shim.h', 778 'browser/extensions/api/synced_notifications_private/synced_notifications_ shim.h',
779 'browser/extensions/api/system_cpu/cpu_info_provider.cc',
780 'browser/extensions/api/system_cpu/cpu_info_provider.h',
781 'browser/extensions/api/system_cpu/cpu_info_provider_android.cc',
782 'browser/extensions/api/system_cpu/cpu_info_provider_linux.cc',
783 'browser/extensions/api/system_cpu/cpu_info_provider_mac.cc',
784 'browser/extensions/api/system_cpu/cpu_info_provider_win.cc',
785 'browser/extensions/api/system_cpu/system_cpu_api.cc',
786 'browser/extensions/api/system_cpu/system_cpu_api.h',
787 'browser/extensions/api/system_display/display_info_provider.cc',
788 'browser/extensions/api/system_display/display_info_provider.h',
789 'browser/extensions/api/system_display/display_info_provider_chromeos.cc',
790 'browser/extensions/api/system_display/display_info_provider_mac.cc',
791 'browser/extensions/api/system_display/display_info_provider_win.cc',
792 'browser/extensions/api/system_display/system_display_api.cc',
793 'browser/extensions/api/system_display/system_display_api.h',
794 'browser/extensions/api/system_indicator/system_indicator_api.h', 779 'browser/extensions/api/system_indicator/system_indicator_api.h',
795 'browser/extensions/api/system_indicator/system_indicator_manager.cc', 780 'browser/extensions/api/system_indicator/system_indicator_manager.cc',
796 'browser/extensions/api/system_indicator/system_indicator_manager.h', 781 'browser/extensions/api/system_indicator/system_indicator_manager.h',
797 'browser/extensions/api/system_indicator/system_indicator_manager_factory. cc', 782 'browser/extensions/api/system_indicator/system_indicator_manager_factory. cc',
798 'browser/extensions/api/system_indicator/system_indicator_manager_factory. h', 783 'browser/extensions/api/system_indicator/system_indicator_manager_factory. h',
799 'browser/extensions/api/system_info/system_info_api.cc',
800 'browser/extensions/api/system_info/system_info_api.h',
801 'browser/extensions/api/system_info/system_info_provider.cc',
802 'browser/extensions/api/system_info/system_info_provider.h',
803 'browser/extensions/api/system_memory/memory_info_provider.cc',
804 'browser/extensions/api/system_memory/memory_info_provider.h',
805 'browser/extensions/api/system_memory/system_memory_api.cc',
806 'browser/extensions/api/system_memory/system_memory_api.h',
807 'browser/extensions/api/system_network/system_network_api.cc',
808 'browser/extensions/api/system_network/system_network_api.h',
809 'browser/extensions/api/system_private/system_private_api.cc', 784 'browser/extensions/api/system_private/system_private_api.cc',
810 'browser/extensions/api/system_private/system_private_api.h', 785 'browser/extensions/api/system_private/system_private_api.h',
811 'browser/extensions/api/system_storage/storage_info_provider.cc',
812 'browser/extensions/api/system_storage/storage_info_provider.h',
813 'browser/extensions/api/system_storage/system_storage_api.cc',
814 'browser/extensions/api/system_storage/system_storage_api.h',
815 'browser/extensions/api/tab_capture/tab_capture_api.cc', 786 'browser/extensions/api/tab_capture/tab_capture_api.cc',
816 'browser/extensions/api/tab_capture/tab_capture_api.h', 787 'browser/extensions/api/tab_capture/tab_capture_api.h',
817 'browser/extensions/api/tab_capture/tab_capture_registry.cc', 788 'browser/extensions/api/tab_capture/tab_capture_registry.cc',
818 'browser/extensions/api/tab_capture/tab_capture_registry.h', 789 'browser/extensions/api/tab_capture/tab_capture_registry.h',
819 'browser/extensions/api/tabs/tabs_api.cc', 790 'browser/extensions/api/tabs/tabs_api.cc',
820 'browser/extensions/api/tabs/tabs_api.h', 791 'browser/extensions/api/tabs/tabs_api.h',
821 'browser/extensions/api/tabs/tabs_constants.cc', 792 'browser/extensions/api/tabs/tabs_constants.cc',
822 'browser/extensions/api/tabs/tabs_constants.h', 793 'browser/extensions/api/tabs/tabs_constants.h',
823 'browser/extensions/api/tabs/tabs_event_router.cc', 794 'browser/extensions/api/tabs/tabs_event_router.cc',
824 'browser/extensions/api/tabs/tabs_event_router.h', 795 'browser/extensions/api/tabs/tabs_event_router.h',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 }], 1134 }],
1164 ['chromeos==1',{ 1135 ['chromeos==1',{
1165 'dependencies': [ 1136 'dependencies': [
1166 '../dbus/dbus.gyp:dbus', 1137 '../dbus/dbus.gyp:dbus',
1167 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1138 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1168 '../third_party/protobuf/protobuf.gyp:protoc#host', 1139 '../third_party/protobuf/protobuf.gyp:protoc#host',
1169 ], 1140 ],
1170 }], 1141 }],
1171 ], 1142 ],
1172 }], 1143 }],
1173 ['OS!="win" and chromeos==0', {
1174 'sources': [
1175 'browser/extensions/api/system_display/display_info_provider_aura.cc ',
1176 ],
1177 }],
1178 ['use_openssl==1', { 1144 ['use_openssl==1', {
1179 'sources': [ 1145 'sources': [
1180 'browser/extensions/api/cast_channel/cast_auth_util_openssl.cc', 1146 'browser/extensions/api/cast_channel/cast_auth_util_openssl.cc',
1181 ], 1147 ],
1182 }, { 1148 }, {
1183 'sources': [ 1149 'sources': [
1184 # cast_auth_util_nss.cc uses NSS functions. 1150 # cast_auth_util_nss.cc uses NSS functions.
1185 'browser/extensions/api/cast_channel/cast_auth_util_nss.cc', 1151 'browser/extensions/api/cast_channel/cast_auth_util_nss.cc',
1186 ], 1152 ],
1187 }], 1153 }],
(...skipping 16 matching lines...) Expand all
1204 'type': 'static_library', 1170 'type': 'static_library',
1205 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1171 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1206 'variables': { 1172 'variables': {
1207 'proto_in_dir': 'browser/extensions/api/cast_channel', 1173 'proto_in_dir': 'browser/extensions/api/cast_channel',
1208 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1174 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1209 }, 1175 },
1210 'includes': [ '../build/protoc.gypi' ] 1176 'includes': [ '../build/protoc.gypi' ]
1211 }, 1177 },
1212 ], 1178 ],
1213 } 1179 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698