OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'browser/api/app_runtime/app_runtime_api.cc', | 259 'browser/api/app_runtime/app_runtime_api.cc', |
260 'browser/api/app_runtime/app_runtime_api.h', | 260 'browser/api/app_runtime/app_runtime_api.h', |
261 'browser/api/async_api_function.cc', | 261 'browser/api/async_api_function.cc', |
262 'browser/api/async_api_function.h', | 262 'browser/api/async_api_function.h', |
263 'browser/api/dns/dns_api.cc', | 263 'browser/api/dns/dns_api.cc', |
264 'browser/api/dns/dns_api.h', | 264 'browser/api/dns/dns_api.h', |
265 'browser/api/dns/host_resolver_wrapper.cc', | 265 'browser/api/dns/host_resolver_wrapper.cc', |
266 'browser/api/dns/host_resolver_wrapper.h', | 266 'browser/api/dns/host_resolver_wrapper.h', |
267 'browser/api/extensions_api_client.cc', | 267 'browser/api/extensions_api_client.cc', |
268 'browser/api/extensions_api_client.h', | 268 'browser/api/extensions_api_client.h', |
| 269 'browser/api/power/power_api.cc', |
| 270 'browser/api/power/power_api.h', |
| 271 'browser/api/power/power_api_manager.cc', |
| 272 'browser/api/power/power_api_manager.h', |
269 'browser/api/runtime/runtime_api.cc', | 273 'browser/api/runtime/runtime_api.cc', |
270 'browser/api/runtime/runtime_api.h', | 274 'browser/api/runtime/runtime_api.h', |
271 'browser/api/runtime/runtime_api_delegate.cc', | 275 'browser/api/runtime/runtime_api_delegate.cc', |
272 'browser/api/runtime/runtime_api_delegate.h', | 276 'browser/api/runtime/runtime_api_delegate.h', |
273 'browser/api/socket/socket.cc', | 277 'browser/api/socket/socket.cc', |
274 'browser/api/socket/socket.h', | 278 'browser/api/socket/socket.h', |
275 'browser/api/socket/socket_api.cc', | 279 'browser/api/socket/socket_api.cc', |
276 'browser/api/socket/socket_api.h', | 280 'browser/api/socket/socket_api.h', |
277 'browser/api/socket/tcp_socket.cc', | 281 'browser/api/socket/tcp_socket.cc', |
278 'browser/api/socket/tcp_socket.h', | 282 'browser/api/socket/tcp_socket.h', |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'test/test_extensions_client.cc', | 691 'test/test_extensions_client.cc', |
688 'test/test_extensions_client.h', | 692 'test/test_extensions_client.h', |
689 'test/test_permission_message_provider.cc', | 693 'test/test_permission_message_provider.cc', |
690 'test/test_permission_message_provider.h', | 694 'test/test_permission_message_provider.h', |
691 'test/test_permissions_provider.cc', | 695 'test/test_permissions_provider.cc', |
692 'test/test_permissions_provider.h', | 696 'test/test_permissions_provider.h', |
693 ], | 697 ], |
694 }, | 698 }, |
695 ] | 699 ] |
696 } | 700 } |
OLD | NEW |