summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_extensions.gypi
diff options
context:
space:
mode:
authorpbond <pbond@chromium.org>2015-08-07 03:59:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-07 10:59:56 +0000
commit97b25ca5565f00404e32f4b3215d207b3a79399b (patch)
treea508aa1b0f262468d8e3ff580ecae3c5d93cf2db /chrome/chrome_browser_extensions.gypi
parent34ad49205a305073de67c65f8760eafbf4985464 (diff)
downloadchromium_src-97b25ca5565f00404e32f4b3215d207b3a79399b.zip
chromium_src-97b25ca5565f00404e32f4b3215d207b3a79399b.tar.gz
chromium_src-97b25ca5565f00404e32f4b3215d207b3a79399b.tar.bz2
Implementation of the device attributes API.
chrome.enterprise.DeviceAttributes.getDirectoryDeviceId(). An API to allow extensions to get the cloud directory API device Id. BUG=502330 Review URL: https://codereview.chromium.org/1240283002 Cr-Commit-Position: refs/heads/master@{#342331}
Diffstat (limited to 'chrome/chrome_browser_extensions.gypi')
-rw-r--r--chrome/chrome_browser_extensions.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
index 1f67019..5611625 100644
--- a/chrome/chrome_browser_extensions.gypi
+++ b/chrome/chrome_browser_extensions.gypi
@@ -5,6 +5,8 @@
{
'variables': {
'chrome_browser_extensions_chromeos_sources': [
+ 'browser/extensions/api/enterprise_device_attributes/enterprise_device_attributes_api.cc',
+ 'browser/extensions/api/enterprise_device_attributes/enterprise_device_attributes_api.h',
'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.cc',
'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h',
'browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc',