| 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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'common/api/api.gyp:extensions_api', | 868 'common/api/api.gyp:extensions_api', |
| 869 'extensions_browser', | 869 'extensions_browser', |
| 870 'extensions_common', | 870 'extensions_common', |
| 871 'extensions_resources.gyp:extensions_resources', | 871 'extensions_resources.gyp:extensions_resources', |
| 872 ], | 872 ], |
| 873 'include_dirs': [ | 873 'include_dirs': [ |
| 874 '..', | 874 '..', |
| 875 '<(SHARED_INTERMEDIATE_DIR)', | 875 '<(SHARED_INTERMEDIATE_DIR)', |
| 876 ], | 876 ], |
| 877 'sources': [ | 877 'sources': [ |
| 878 # Note: sources list duplicated in GN build. |
| 878 'browser/api/dns/mock_host_resolver_creator.cc', | 879 'browser/api/dns/mock_host_resolver_creator.cc', |
| 879 'browser/api/dns/mock_host_resolver_creator.h', | 880 'browser/api/dns/mock_host_resolver_creator.h', |
| 880 'browser/api/storage/settings_test_util.cc', | 881 'browser/api/storage/settings_test_util.cc', |
| 881 'browser/api/storage/settings_test_util.h', | 882 'browser/api/storage/settings_test_util.h', |
| 882 'browser/api_test_utils.cc', | 883 'browser/api_test_utils.cc', |
| 883 'browser/api_test_utils.h', | 884 'browser/api_test_utils.h', |
| 884 'browser/extensions_test.cc', | 885 'browser/extensions_test.cc', |
| 885 'browser/extensions_test.h', | 886 'browser/extensions_test.h', |
| 886 'browser/mock_extension_system.cc', | 887 'browser/mock_extension_system.cc', |
| 887 'browser/mock_extension_system.h', | 888 'browser/mock_extension_system.h', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 'browser/api/cast_channel/logging.proto' | 1083 'browser/api/cast_channel/logging.proto' |
| 1083 ], | 1084 ], |
| 1084 'variables': { | 1085 'variables': { |
| 1085 'proto_in_dir': 'browser/api/cast_channel', | 1086 'proto_in_dir': 'browser/api/cast_channel', |
| 1086 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1087 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1087 }, | 1088 }, |
| 1088 'includes': [ '../build/protoc.gypi' ] | 1089 'includes': [ '../build/protoc.gypi' ] |
| 1089 }, | 1090 }, |
| 1090 ] | 1091 ] |
| 1091 } | 1092 } |
| OLD | NEW |