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/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'browser/apps/per_app_settings_service.cc', | 68 'browser/apps/per_app_settings_service.cc', |
69 'browser/apps/per_app_settings_service.h', | 69 'browser/apps/per_app_settings_service.h', |
70 'browser/apps/per_app_settings_service_factory.cc', | 70 'browser/apps/per_app_settings_service_factory.cc', |
71 'browser/apps/per_app_settings_service_factory.h', | 71 'browser/apps/per_app_settings_service_factory.h', |
72 'browser/apps/scoped_keep_alive.cc', | 72 'browser/apps/scoped_keep_alive.cc', |
73 'browser/apps/scoped_keep_alive.h', | 73 'browser/apps/scoped_keep_alive.h', |
74 'browser/apps/shortcut_manager.cc', | 74 'browser/apps/shortcut_manager.cc', |
75 'browser/apps/shortcut_manager.h', | 75 'browser/apps/shortcut_manager.h', |
76 'browser/apps/shortcut_manager_factory.cc', | 76 'browser/apps/shortcut_manager_factory.cc', |
77 'browser/apps/shortcut_manager_factory.h', | 77 'browser/apps/shortcut_manager_factory.h', |
| 78 'browser/copresence/chrome_whispernet_config.h', |
78 'browser/copresence/chrome_whispernet_client.cc', | 79 'browser/copresence/chrome_whispernet_client.cc', |
79 'browser/copresence/chrome_whispernet_client.h', | 80 'browser/copresence/chrome_whispernet_client.h', |
80 'browser/extensions/active_install_data.cc', | 81 'browser/extensions/active_install_data.cc', |
81 'browser/extensions/active_install_data.h', | 82 'browser/extensions/active_install_data.h', |
82 'browser/extensions/active_script_controller.cc', | 83 'browser/extensions/active_script_controller.cc', |
83 'browser/extensions/active_script_controller.h', | 84 'browser/extensions/active_script_controller.h', |
84 'browser/extensions/active_tab_permission_granter.cc', | 85 'browser/extensions/active_tab_permission_granter.cc', |
85 'browser/extensions/active_tab_permission_granter.h', | 86 'browser/extensions/active_tab_permission_granter.h', |
86 'browser/extensions/activity_log/activity_action_constants.cc', | 87 'browser/extensions/activity_log/activity_action_constants.cc', |
87 'browser/extensions/activity_log/activity_action_constants.h', | 88 'browser/extensions/activity_log/activity_action_constants.h', |
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 ], | 1056 ], |
1056 }, { # use_brlapi==0 | 1057 }, { # use_brlapi==0 |
1057 'sources': [ | 1058 'sources': [ |
1058 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1059 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1059 ], | 1060 ], |
1060 }], | 1061 }], |
1061 ], | 1062 ], |
1062 }, | 1063 }, |
1063 ], | 1064 ], |
1064 } | 1065 } |
OLD | NEW |