| 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 '..', | 712 '..', |
| 713 '<(SHARED_INTERMEDIATE_DIR)', | 713 '<(SHARED_INTERMEDIATE_DIR)', |
| 714 ], | 714 ], |
| 715 'sources': [ | 715 'sources': [ |
| 716 'browser/api/dns/mock_host_resolver_creator.cc', | 716 'browser/api/dns/mock_host_resolver_creator.cc', |
| 717 'browser/api/dns/mock_host_resolver_creator.h', | 717 'browser/api/dns/mock_host_resolver_creator.h', |
| 718 'browser/api_test_utils.cc', | 718 'browser/api_test_utils.cc', |
| 719 'browser/api_test_utils.h', | 719 'browser/api_test_utils.h', |
| 720 'browser/extensions_test.cc', | 720 'browser/extensions_test.cc', |
| 721 'browser/extensions_test.h', | 721 'browser/extensions_test.h', |
| 722 'browser/mock_extension_system.cc', |
| 723 'browser/mock_extension_system.h', |
| 722 'browser/test_extensions_browser_client.cc', | 724 'browser/test_extensions_browser_client.cc', |
| 723 'browser/test_extensions_browser_client.h', | 725 'browser/test_extensions_browser_client.h', |
| 724 'browser/test_management_policy.cc', | 726 'browser/test_management_policy.cc', |
| 725 'browser/test_management_policy.h', | 727 'browser/test_management_policy.h', |
| 726 'browser/test_runtime_api_delegate.cc', | 728 'browser/test_runtime_api_delegate.cc', |
| 727 'browser/test_runtime_api_delegate.h', | 729 'browser/test_runtime_api_delegate.h', |
| 728 'common/extension_builder.cc', | 730 'common/extension_builder.cc', |
| 729 'common/extension_builder.h', | 731 'common/extension_builder.h', |
| 730 'common/test_util.cc', | 732 'common/test_util.cc', |
| 731 'common/test_util.h', | 733 'common/test_util.h', |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 'type': 'static_library', | 888 'type': 'static_library', |
| 887 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 889 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
| 888 'variables': { | 890 'variables': { |
| 889 'proto_in_dir': 'browser/api/cast_channel', | 891 'proto_in_dir': 'browser/api/cast_channel', |
| 890 'proto_out_dir': 'extensions/browser/api/cast_channel', | 892 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 891 }, | 893 }, |
| 892 'includes': [ '../build/protoc.gypi' ] | 894 'includes': [ '../build/protoc.gypi' ] |
| 893 }, | 895 }, |
| 894 ] | 896 ] |
| 895 } | 897 } |
| OLD | NEW |