| OLD | NEW |
| 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 'chrome_browser_extensions_chromeos_sources': [ | 7 'chrome_browser_extensions_chromeos_sources': [ |
| 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', | 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', |
| 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', | 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', |
| 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', |
| 11 'browser/extensions/api/certificate_provider/certificate_provider_api.h', |
| 10 'browser/extensions/api/enterprise_device_attributes/enterprise_device_att
ributes_api.cc', | 12 'browser/extensions/api/enterprise_device_attributes/enterprise_device_att
ributes_api.cc', |
| 11 'browser/extensions/api/enterprise_device_attributes/enterprise_device_att
ributes_api.h', | 13 'browser/extensions/api/enterprise_device_attributes/enterprise_device_att
ributes_api.h', |
| 12 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 14 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
| 13 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 15 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
| 14 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 16 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
| 15 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.h', | 17 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.h', |
| 16 'browser/extensions/api/file_system/request_file_system_dialog_view.cc', | 18 'browser/extensions/api/file_system/request_file_system_dialog_view.cc', |
| 17 'browser/extensions/api/file_system/request_file_system_dialog_view.h', | 19 'browser/extensions/api/file_system/request_file_system_dialog_view.h', |
| 18 'browser/extensions/api/file_system/request_file_system_notification.cc', | 20 'browser/extensions/api/file_system/request_file_system_notification.cc', |
| 19 'browser/extensions/api/file_system/request_file_system_notification.h', | 21 'browser/extensions/api/file_system/request_file_system_notification.h', |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1136 ], | 1138 ], |
| 1137 }, { # use_brlapi==0 | 1139 }, { # use_brlapi==0 |
| 1138 'sources': [ | 1140 'sources': [ |
| 1139 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1141 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1140 ], | 1142 ], |
| 1141 }], | 1143 }], |
| 1142 ], | 1144 ], |
| 1143 }, | 1145 }, |
| 1144 ], | 1146 ], |
| 1145 } | 1147 } |
| OLD | NEW |