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