| OLD | NEW |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 5 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 6 import("//third_party/WebKit/Source/platform/platform_generated.gni") | 6 import("//third_party/WebKit/Source/platform/platform_generated.gni") |
| 7 | 7 |
| 8 make_names("make_platform_loader_generated_fetch_initiator_type_names") { | 8 make_names("make_platform_loader_generated_fetch_initiator_type_names") { |
| 9 in_files = [ "fetch/FetchInitiatorTypeNames.json5" ] | 9 in_files = [ "fetch/FetchInitiatorTypeNames.json5" ] |
| 10 outputs = [ | 10 outputs = [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "fetch/FetchContext.h", | 33 "fetch/FetchContext.h", |
| 34 "fetch/FetchInitiatorInfo.h", | 34 "fetch/FetchInitiatorInfo.h", |
| 35 "fetch/FetchParameters.cpp", | 35 "fetch/FetchParameters.cpp", |
| 36 "fetch/FetchParameters.h", | 36 "fetch/FetchParameters.h", |
| 37 "fetch/FetchUtils.cpp", | 37 "fetch/FetchUtils.cpp", |
| 38 "fetch/FetchUtils.h", | 38 "fetch/FetchUtils.h", |
| 39 "fetch/IntegrityMetadata.cpp", | 39 "fetch/IntegrityMetadata.cpp", |
| 40 "fetch/IntegrityMetadata.h", | 40 "fetch/IntegrityMetadata.h", |
| 41 "fetch/MemoryCache.cpp", | 41 "fetch/MemoryCache.cpp", |
| 42 "fetch/MemoryCache.h", | 42 "fetch/MemoryCache.h", |
| 43 "fetch/PreloadKey.h", |
| 43 "fetch/RawResource.cpp", | 44 "fetch/RawResource.cpp", |
| 44 "fetch/RawResource.h", | 45 "fetch/RawResource.h", |
| 45 "fetch/Resource.cpp", | 46 "fetch/Resource.cpp", |
| 46 "fetch/Resource.h", | 47 "fetch/Resource.h", |
| 47 "fetch/ResourceClient.h", | 48 "fetch/ResourceClient.h", |
| 48 "fetch/ResourceClientWalker.h", | 49 "fetch/ResourceClientWalker.h", |
| 49 "fetch/ResourceError.cpp", | 50 "fetch/ResourceError.cpp", |
| 50 "fetch/ResourceError.h", | 51 "fetch/ResourceError.h", |
| 51 "fetch/ResourceFetcher.cpp", | 52 "fetch/ResourceFetcher.cpp", |
| 52 "fetch/ResourceFetcher.h", | 53 "fetch/ResourceFetcher.h", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 157 |
| 157 configs += [ | 158 configs += [ |
| 158 "//third_party/WebKit/Source/platform/wtf:wtf_config", | 159 "//third_party/WebKit/Source/platform/wtf:wtf_config", |
| 159 "//third_party/WebKit/Source:config", | 160 "//third_party/WebKit/Source:config", |
| 160 ] | 161 ] |
| 161 | 162 |
| 162 deps = [ | 163 deps = [ |
| 163 "//third_party/WebKit/Source/platform", | 164 "//third_party/WebKit/Source/platform", |
| 164 ] | 165 ] |
| 165 } | 166 } |
| OLD | NEW |