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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1122 ], | 1124 ], |
1123 }, { # use_brlapi==0 | 1125 }, { # use_brlapi==0 |
1124 'sources': [ | 1126 'sources': [ |
1125 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1127 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1126 ], | 1128 ], |
1127 }], | 1129 }], |
1128 ], | 1130 ], |
1129 }, | 1131 }, |
1130 ], | 1132 ], |
1131 } | 1133 } |
OLD | NEW |