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

Side by Side Diff: chrome/browser/extensions/BUILD.gn

Issue 2370373002: Move chrome.bluetoothLowEnergy out of //chrome. (Closed)
Patch Set: build fix Created 4 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "api/autofill_private/autofill_private_event_router_factory.h", 69 "api/autofill_private/autofill_private_event_router_factory.h",
70 "api/autofill_private/autofill_util.cc", 70 "api/autofill_private/autofill_util.cc",
71 "api/autofill_private/autofill_util.h", 71 "api/autofill_private/autofill_util.h",
72 "api/automation_internal/automation_action_adapter.h", 72 "api/automation_internal/automation_action_adapter.h",
73 "api/automation_internal/automation_event_router.cc", 73 "api/automation_internal/automation_event_router.cc",
74 "api/automation_internal/automation_event_router.h", 74 "api/automation_internal/automation_event_router.h",
75 "api/automation_internal/automation_internal_api.cc", 75 "api/automation_internal/automation_internal_api.cc",
76 "api/automation_internal/automation_internal_api.h", 76 "api/automation_internal/automation_internal_api.h",
77 "api/autotest_private/autotest_private_api.cc", 77 "api/autotest_private/autotest_private_api.cc",
78 "api/autotest_private/autotest_private_api.h", 78 "api/autotest_private/autotest_private_api.h",
79 "api/bluetooth_low_energy/bluetooth_api_advertisement.cc",
80 "api/bluetooth_low_energy/bluetooth_api_advertisement.h",
81 "api/bluetooth_low_energy/bluetooth_low_energy_api.cc",
82 "api/bluetooth_low_energy/bluetooth_low_energy_api.h",
83 "api/bluetooth_low_energy/bluetooth_low_energy_connection.cc",
84 "api/bluetooth_low_energy/bluetooth_low_energy_connection.h",
85 "api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc",
86 "api/bluetooth_low_energy/bluetooth_low_energy_event_router.h",
87 "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc",
88 "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h",
89 "api/bluetooth_low_energy/utils.cc",
90 "api/bluetooth_low_energy/utils.h",
91 "api/bookmark_manager_private/bookmark_manager_private_api.cc", 79 "api/bookmark_manager_private/bookmark_manager_private_api.cc",
92 "api/bookmark_manager_private/bookmark_manager_private_api.h", 80 "api/bookmark_manager_private/bookmark_manager_private_api.h",
93 "api/bookmarks/bookmark_api_constants.cc", 81 "api/bookmarks/bookmark_api_constants.cc",
94 "api/bookmarks/bookmark_api_constants.h", 82 "api/bookmarks/bookmark_api_constants.h",
95 "api/bookmarks/bookmark_api_helpers.cc", 83 "api/bookmarks/bookmark_api_helpers.cc",
96 "api/bookmarks/bookmark_api_helpers.h", 84 "api/bookmarks/bookmark_api_helpers.h",
97 "api/bookmarks/bookmarks_api.cc", 85 "api/bookmarks/bookmarks_api.cc",
98 "api/bookmarks/bookmarks_api.h", 86 "api/bookmarks/bookmarks_api.h",
99 "api/braille_display_private/braille_controller.h", 87 "api/braille_display_private/braille_controller.h",
100 "api/braille_display_private/braille_controller_brlapi.h", 88 "api/braille_display_private/braille_controller_brlapi.h",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "chrome_extension_function.cc", 484 "chrome_extension_function.cc",
497 "chrome_extension_function.h", 485 "chrome_extension_function.h",
498 "chrome_extension_function_details.cc", 486 "chrome_extension_function_details.cc",
499 "chrome_extension_function_details.h", 487 "chrome_extension_function_details.h",
500 "chrome_extension_host_delegate.cc", 488 "chrome_extension_host_delegate.cc",
501 "chrome_extension_host_delegate.h", 489 "chrome_extension_host_delegate.h",
502 "chrome_extension_web_contents_observer.cc", 490 "chrome_extension_web_contents_observer.cc",
503 "chrome_extension_web_contents_observer.h", 491 "chrome_extension_web_contents_observer.h",
504 "chrome_extensions_browser_client.cc", 492 "chrome_extensions_browser_client.cc",
505 "chrome_extensions_browser_client.h", 493 "chrome_extensions_browser_client.h",
494 "chrome_kiosk_delegate.h",
495 "chrome_kiosk_delegate_chromeos.cc",
506 "chrome_mojo_service_registration.cc", 496 "chrome_mojo_service_registration.cc",
507 "chrome_mojo_service_registration.h", 497 "chrome_mojo_service_registration.h",
508 "chrome_process_manager_delegate.cc", 498 "chrome_process_manager_delegate.cc",
509 "chrome_process_manager_delegate.h", 499 "chrome_process_manager_delegate.h",
510 "chrome_requirements_checker.cc", 500 "chrome_requirements_checker.cc",
511 "chrome_requirements_checker.h", 501 "chrome_requirements_checker.h",
512 "chrome_url_request_util.cc", 502 "chrome_url_request_util.cc",
513 "chrome_url_request_util.h", 503 "chrome_url_request_util.h",
514 "component_extensions_whitelist/whitelist.cc", 504 "component_extensions_whitelist/whitelist.cc",
515 "component_extensions_whitelist/whitelist.h", 505 "component_extensions_whitelist/whitelist.h",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 "//ui/base/ime", 904 "//ui/base/ime",
915 "//ui/gfx", 905 "//ui/gfx",
916 "//ui/gfx/geometry", 906 "//ui/gfx/geometry",
917 "//ui/native_theme", 907 "//ui/native_theme",
918 "//ui/resources", 908 "//ui/resources",
919 "//ui/shell_dialogs", 909 "//ui/shell_dialogs",
920 "//ui/strings", 910 "//ui/strings",
921 "//url", 911 "//url",
922 ] 912 ]
923 913
914 if (!is_chromeos) {
Lei Zhang 2017/08/21 19:29:46 BTW, seeing how there is an is_chromeos block belo
915 sources += [ "chrome_kiosk_delegate.cc" ]
916 }
917
924 if (is_chromeos) { 918 if (is_chromeos) {
925 sources += [ 919 sources += [
926 "api/cast_devices_private/cast_devices_private_api.cc", 920 "api/cast_devices_private/cast_devices_private_api.cc",
927 "api/cast_devices_private/cast_devices_private_api.h", 921 "api/cast_devices_private/cast_devices_private_api.h",
928 "api/certificate_provider/certificate_provider_api.cc", 922 "api/certificate_provider/certificate_provider_api.cc",
929 "api/certificate_provider/certificate_provider_api.h", 923 "api/certificate_provider/certificate_provider_api.h",
930 "api/enterprise_device_attributes/enterprise_device_attributes_api.cc", 924 "api/enterprise_device_attributes/enterprise_device_attributes_api.cc",
931 "api/enterprise_device_attributes/enterprise_device_attributes_api.h", 925 "api/enterprise_device_attributes/enterprise_device_attributes_api.h",
932 "api/enterprise_platform_keys/enterprise_platform_keys_api.cc", 926 "api/enterprise_platform_keys/enterprise_platform_keys_api.cc",
933 "api/enterprise_platform_keys/enterprise_platform_keys_api.h", 927 "api/enterprise_platform_keys/enterprise_platform_keys_api.h",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "api/braille_display_private/brlapi_connection.cc", 1166 "api/braille_display_private/brlapi_connection.cc",
1173 "api/braille_display_private/brlapi_connection.h", 1167 "api/braille_display_private/brlapi_connection.h",
1174 "api/braille_display_private/brlapi_keycode_map.cc", 1168 "api/braille_display_private/brlapi_keycode_map.cc",
1175 "api/braille_display_private/brlapi_keycode_map.h", 1169 "api/braille_display_private/brlapi_keycode_map.h",
1176 ] 1170 ]
1177 deps += [ "//build/linux/libbrlapi" ] 1171 deps += [ "//build/linux/libbrlapi" ]
1178 } else { 1172 } else {
1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1173 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1180 } 1174 }
1181 } 1175 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_api_advertisement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698