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", |