OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'extensions_common_constants_sources': [ | 7 'extensions_common_constants_sources': [ |
8 'common/constants.cc', | 8 'common/constants.cc', |
9 'common/constants.h', | 9 'common/constants.h', |
10 ], | 10 ], |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'browser/api/bluetooth/bluetooth_extension_function.cc', | 263 'browser/api/bluetooth/bluetooth_extension_function.cc', |
264 'browser/api/bluetooth/bluetooth_extension_function.h', | 264 'browser/api/bluetooth/bluetooth_extension_function.h', |
265 'browser/api/bluetooth/bluetooth_private_api.cc', | 265 'browser/api/bluetooth/bluetooth_private_api.cc', |
266 'browser/api/bluetooth/bluetooth_private_api.h', | 266 'browser/api/bluetooth/bluetooth_private_api.h', |
267 'browser/api/bluetooth_socket/bluetooth_api_socket.cc', | 267 'browser/api/bluetooth_socket/bluetooth_api_socket.cc', |
268 'browser/api/bluetooth_socket/bluetooth_api_socket.h', | 268 'browser/api/bluetooth_socket/bluetooth_api_socket.h', |
269 'browser/api/bluetooth_socket/bluetooth_socket_api.cc', | 269 'browser/api/bluetooth_socket/bluetooth_socket_api.cc', |
270 'browser/api/bluetooth_socket/bluetooth_socket_api.h', | 270 'browser/api/bluetooth_socket/bluetooth_socket_api.h', |
271 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc', | 271 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc', |
272 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h', | 272 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h', |
273 'browser/api/capture_web_contents_function.cc', | 273 'browser/api/capture_web_contents.cc', |
274 'browser/api/capture_web_contents_function.h', | 274 'browser/api/capture_web_contents.h', |
275 'browser/api/cast_channel/cast_auth_ica.cc', | 275 'browser/api/cast_channel/cast_auth_ica.cc', |
276 'browser/api/cast_channel/cast_auth_ica.h', | 276 'browser/api/cast_channel/cast_auth_ica.h', |
277 'browser/api/cast_channel/cast_auth_util.cc', | 277 'browser/api/cast_channel/cast_auth_util.cc', |
278 'browser/api/cast_channel/cast_auth_util.h', | 278 'browser/api/cast_channel/cast_auth_util.h', |
279 'browser/api/cast_channel/cast_channel_api.cc', | 279 'browser/api/cast_channel/cast_channel_api.cc', |
280 'browser/api/cast_channel/cast_channel_api.h', | 280 'browser/api/cast_channel/cast_channel_api.h', |
281 'browser/api/cast_channel/cast_framer.cc', | 281 'browser/api/cast_channel/cast_framer.cc', |
282 'browser/api/cast_channel/cast_framer.h', | 282 'browser/api/cast_channel/cast_framer.h', |
283 'browser/api/cast_channel/cast_message_util.cc', | 283 'browser/api/cast_channel/cast_message_util.cc', |
284 'browser/api/cast_channel/cast_message_util.h', | 284 'browser/api/cast_channel/cast_message_util.h', |
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1077 'test/result_catcher.h', | 1077 'test/result_catcher.h', |
1078 'test/test_content_utility_client.cc', | 1078 'test/test_content_utility_client.cc', |
1079 'test/test_content_utility_client.h', | 1079 'test/test_content_utility_client.h', |
1080 'test/test_extensions_client.cc', | 1080 'test/test_extensions_client.cc', |
1081 'test/test_extensions_client.h', | 1081 'test/test_extensions_client.h', |
1082 'test/test_permission_message_provider.cc', | 1082 'test/test_permission_message_provider.cc', |
1083 'test/test_permission_message_provider.h', | 1083 'test/test_permission_message_provider.h', |
1084 ], | 1084 ], |
1085 }, | 1085 }, |
1086 } | 1086 } |
OLD | NEW |