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', | 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'browser/apps/ephemeral_app_service.cc', | 79 'browser/apps/ephemeral_app_service.cc', |
80 'browser/apps/ephemeral_app_service.h', | 80 'browser/apps/ephemeral_app_service.h', |
81 'browser/apps/ephemeral_app_service_factory.cc', | 81 'browser/apps/ephemeral_app_service_factory.cc', |
82 'browser/apps/ephemeral_app_service_factory.h', | 82 'browser/apps/ephemeral_app_service_factory.h', |
83 'browser/apps/install_chrome_app.cc', | 83 'browser/apps/install_chrome_app.cc', |
84 'browser/apps/install_chrome_app.h', | 84 'browser/apps/install_chrome_app.h', |
85 'browser/apps/per_app_settings_service.cc', | 85 'browser/apps/per_app_settings_service.cc', |
86 'browser/apps/per_app_settings_service.h', | 86 'browser/apps/per_app_settings_service.h', |
87 'browser/apps/per_app_settings_service_factory.cc', | 87 'browser/apps/per_app_settings_service_factory.cc', |
88 'browser/apps/per_app_settings_service_factory.h', | 88 'browser/apps/per_app_settings_service_factory.h', |
89 'browser/apps/scoped_keep_alive.cc', | |
90 'browser/apps/scoped_keep_alive.h', | |
91 'browser/apps/shortcut_manager.cc', | 89 'browser/apps/shortcut_manager.cc', |
92 'browser/apps/shortcut_manager.h', | 90 'browser/apps/shortcut_manager.h', |
93 'browser/apps/shortcut_manager_factory.cc', | 91 'browser/apps/shortcut_manager_factory.cc', |
94 'browser/apps/shortcut_manager_factory.h', | 92 'browser/apps/shortcut_manager_factory.h', |
95 'browser/copresence/chrome_whispernet_client.cc', | 93 'browser/copresence/chrome_whispernet_client.cc', |
96 'browser/copresence/chrome_whispernet_client.h', | 94 'browser/copresence/chrome_whispernet_client.h', |
97 'browser/copresence/chrome_whispernet_config.h', | 95 'browser/copresence/chrome_whispernet_config.h', |
98 'browser/extensions/active_install_data.cc', | 96 'browser/extensions/active_install_data.cc', |
99 'browser/extensions/active_install_data.h', | 97 'browser/extensions/active_install_data.h', |
100 'browser/extensions/active_script_controller.cc', | 98 'browser/extensions/active_script_controller.cc', |
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 ], | 1145 ], |
1148 }, { # use_brlapi==0 | 1146 }, { # use_brlapi==0 |
1149 'sources': [ | 1147 'sources': [ |
1150 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1148 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1151 ], | 1149 ], |
1152 }], | 1150 }], |
1153 ], | 1151 ], |
1154 }, | 1152 }, |
1155 ], | 1153 ], |
1156 } | 1154 } |
OLD | NEW |