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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2370373002: Move chrome.bluetoothLowEnergy out of //chrome. (Closed)
Patch Set: build fix Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index fcc33f1744e6f87bdc9fb5a425939b5ac8507a0f..e967e92a0d67b4bf09ef55870aec34bbfde2a537 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -76,18 +76,6 @@ static_library("extensions") {
"api/automation_internal/automation_internal_api.h",
"api/autotest_private/autotest_private_api.cc",
"api/autotest_private/autotest_private_api.h",
- "api/bluetooth_low_energy/bluetooth_api_advertisement.cc",
- "api/bluetooth_low_energy/bluetooth_api_advertisement.h",
- "api/bluetooth_low_energy/bluetooth_low_energy_api.cc",
- "api/bluetooth_low_energy/bluetooth_low_energy_api.h",
- "api/bluetooth_low_energy/bluetooth_low_energy_connection.cc",
- "api/bluetooth_low_energy/bluetooth_low_energy_connection.h",
- "api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc",
- "api/bluetooth_low_energy/bluetooth_low_energy_event_router.h",
- "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc",
- "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h",
- "api/bluetooth_low_energy/utils.cc",
- "api/bluetooth_low_energy/utils.h",
"api/bookmark_manager_private/bookmark_manager_private_api.cc",
"api/bookmark_manager_private/bookmark_manager_private_api.h",
"api/bookmarks/bookmark_api_constants.cc",
@@ -503,6 +491,8 @@ static_library("extensions") {
"chrome_extension_web_contents_observer.h",
"chrome_extensions_browser_client.cc",
"chrome_extensions_browser_client.h",
+ "chrome_kiosk_delegate.h",
+ "chrome_kiosk_delegate_chromeos.cc",
"chrome_mojo_service_registration.cc",
"chrome_mojo_service_registration.h",
"chrome_process_manager_delegate.cc",
@@ -921,6 +911,10 @@ static_library("extensions") {
"//url",
]
+ if (!is_chromeos) {
Lei Zhang 2017/08/21 19:29:46 BTW, seeing how there is an is_chromeos block belo
+ sources += [ "chrome_kiosk_delegate.cc" ]
+ }
+
if (is_chromeos) {
sources += [
"api/cast_devices_private/cast_devices_private_api.cc",
« 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