| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'sources': [ | 252 'sources': [ |
| 253 'browser/admin_policy.cc', | 253 'browser/admin_policy.cc', |
| 254 'browser/admin_policy.h', | 254 'browser/admin_policy.h', |
| 255 # NOTE: When moving an API out of Chrome be sure to verify that the | 255 # NOTE: When moving an API out of Chrome be sure to verify that the |
| 256 # Android build still compiles. See conditions below. | 256 # Android build still compiles. See conditions below. |
| 257 'browser/api/api_resource.cc', | 257 'browser/api/api_resource.cc', |
| 258 'browser/api/api_resource.h', | 258 'browser/api/api_resource.h', |
| 259 'browser/api/api_resource_manager.h', | 259 'browser/api/api_resource_manager.h', |
| 260 'browser/api/app_runtime/app_runtime_api.cc', | 260 'browser/api/app_runtime/app_runtime_api.cc', |
| 261 'browser/api/app_runtime/app_runtime_api.h', | 261 'browser/api/app_runtime/app_runtime_api.h', |
| 262 'browser/api/app_view/app_view_internal_api.cc', |
| 263 'browser/api/app_view/app_view_internal_api.h', |
| 262 'browser/api/async_api_function.cc', | 264 'browser/api/async_api_function.cc', |
| 263 'browser/api/async_api_function.h', | 265 'browser/api/async_api_function.h', |
| 264 'browser/api/dns/dns_api.cc', | 266 'browser/api/dns/dns_api.cc', |
| 265 'browser/api/dns/dns_api.h', | 267 'browser/api/dns/dns_api.h', |
| 266 'browser/api/dns/host_resolver_wrapper.cc', | 268 'browser/api/dns/host_resolver_wrapper.cc', |
| 267 'browser/api/dns/host_resolver_wrapper.h', | 269 'browser/api/dns/host_resolver_wrapper.h', |
| 268 'browser/api/extensions_api_client.cc', | 270 'browser/api/extensions_api_client.cc', |
| 269 'browser/api/extensions_api_client.h', | 271 'browser/api/extensions_api_client.h', |
| 270 'browser/api/power/power_api.cc', | 272 'browser/api/power/power_api.cc', |
| 271 'browser/api/power/power_api.h', | 273 'browser/api/power/power_api.h', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 'test/test_extensions_client.cc', | 702 'test/test_extensions_client.cc', |
| 701 'test/test_extensions_client.h', | 703 'test/test_extensions_client.h', |
| 702 'test/test_permission_message_provider.cc', | 704 'test/test_permission_message_provider.cc', |
| 703 'test/test_permission_message_provider.h', | 705 'test/test_permission_message_provider.h', |
| 704 'test/test_permissions_provider.cc', | 706 'test/test_permissions_provider.cc', |
| 705 'test/test_permissions_provider.h', | 707 'test/test_permissions_provider.h', |
| 706 ], | 708 ], |
| 707 }, | 709 }, |
| 708 ] | 710 ] |
| 709 } | 711 } |
| OLD | NEW |