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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
251 'sources': [ | 251 'sources': [ |
252 'browser/admin_policy.cc', | 252 'browser/admin_policy.cc', |
253 'browser/admin_policy.h', | 253 'browser/admin_policy.h', |
254 # NOTE: When moving an API out of Chrome be sure to verify that the | 254 # NOTE: When moving an API out of Chrome be sure to verify that the |
255 # Android build still compiles. See conditions below. | 255 # Android build still compiles. See conditions below. |
256 'browser/api/api_resource.cc', | 256 'browser/api/api_resource.cc', |
257 'browser/api/api_resource.h', | 257 'browser/api/api_resource.h', |
258 'browser/api/api_resource_manager.h', | 258 'browser/api/api_resource_manager.h', |
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/app_view/app_view_internal_api.cc', |
| 262 'browser/api/app_view/app_view_internal_api.h', |
261 'browser/api/async_api_function.cc', | 263 'browser/api/async_api_function.cc', |
262 'browser/api/async_api_function.h', | 264 'browser/api/async_api_function.h', |
263 'browser/api/dns/dns_api.cc', | 265 'browser/api/dns/dns_api.cc', |
264 'browser/api/dns/dns_api.h', | 266 'browser/api/dns/dns_api.h', |
265 'browser/api/dns/host_resolver_wrapper.cc', | 267 'browser/api/dns/host_resolver_wrapper.cc', |
266 'browser/api/dns/host_resolver_wrapper.h', | 268 'browser/api/dns/host_resolver_wrapper.h', |
267 'browser/api/extensions_api_client.cc', | 269 'browser/api/extensions_api_client.cc', |
268 'browser/api/extensions_api_client.h', | 270 'browser/api/extensions_api_client.h', |
269 'browser/api/power/power_api.cc', | 271 'browser/api/power/power_api.cc', |
270 'browser/api/power/power_api.h', | 272 'browser/api/power/power_api.h', |
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'test/test_extensions_client.cc', | 694 'test/test_extensions_client.cc', |
693 'test/test_extensions_client.h', | 695 'test/test_extensions_client.h', |
694 'test/test_permission_message_provider.cc', | 696 'test/test_permission_message_provider.cc', |
695 'test/test_permission_message_provider.h', | 697 'test/test_permission_message_provider.h', |
696 'test/test_permissions_provider.cc', | 698 'test/test_permissions_provider.cc', |
697 'test/test_permissions_provider.h', | 699 'test/test_permissions_provider.h', |
698 ], | 700 ], |
699 }, | 701 }, |
700 ] | 702 ] |
701 } | 703 } |
OLD | NEW |