| 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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 '..', | 732 '..', |
| 733 '<(SHARED_INTERMEDIATE_DIR)', | 733 '<(SHARED_INTERMEDIATE_DIR)', |
| 734 ], | 734 ], |
| 735 'sources': [ | 735 'sources': [ |
| 736 'browser/api/dns/mock_host_resolver_creator.cc', | 736 'browser/api/dns/mock_host_resolver_creator.cc', |
| 737 'browser/api/dns/mock_host_resolver_creator.h', | 737 'browser/api/dns/mock_host_resolver_creator.h', |
| 738 'browser/api_test_utils.cc', | 738 'browser/api_test_utils.cc', |
| 739 'browser/api_test_utils.h', | 739 'browser/api_test_utils.h', |
| 740 'browser/extensions_test.cc', | 740 'browser/extensions_test.cc', |
| 741 'browser/extensions_test.h', | 741 'browser/extensions_test.h', |
| 742 'browser/mock_extension_system.cc', |
| 743 'browser/mock_extension_system.h', |
| 742 'browser/test_extensions_browser_client.cc', | 744 'browser/test_extensions_browser_client.cc', |
| 743 'browser/test_extensions_browser_client.h', | 745 'browser/test_extensions_browser_client.h', |
| 744 'browser/test_management_policy.cc', | 746 'browser/test_management_policy.cc', |
| 745 'browser/test_management_policy.h', | 747 'browser/test_management_policy.h', |
| 746 'browser/test_runtime_api_delegate.cc', | 748 'browser/test_runtime_api_delegate.cc', |
| 747 'browser/test_runtime_api_delegate.h', | 749 'browser/test_runtime_api_delegate.h', |
| 748 'common/extension_builder.cc', | 750 'common/extension_builder.cc', |
| 749 'common/extension_builder.h', | 751 'common/extension_builder.h', |
| 750 'common/test_util.cc', | 752 'common/test_util.cc', |
| 751 'common/test_util.h', | 753 'common/test_util.h', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 'browser/api/cast_channel/logging.proto' | 915 'browser/api/cast_channel/logging.proto' |
| 914 ], | 916 ], |
| 915 'variables': { | 917 'variables': { |
| 916 'proto_in_dir': 'browser/api/cast_channel', | 918 'proto_in_dir': 'browser/api/cast_channel', |
| 917 'proto_out_dir': 'extensions/browser/api/cast_channel', | 919 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 918 }, | 920 }, |
| 919 'includes': [ '../build/protoc.gypi' ] | 921 'includes': [ '../build/protoc.gypi' ] |
| 920 }, | 922 }, |
| 921 ] | 923 ] |
| 922 } | 924 } |
| OLD | NEW |