| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "fetch/ResourceFetcher.cpp", | 51 "fetch/ResourceFetcher.cpp", |
| 52 "fetch/ResourceFetcher.h", | 52 "fetch/ResourceFetcher.h", |
| 53 "fetch/ResourceLoadInfo.h", | 53 "fetch/ResourceLoadInfo.h", |
| 54 "fetch/ResourceLoadPriority.h", | 54 "fetch/ResourceLoadPriority.h", |
| 55 "fetch/ResourceLoadTiming.cpp", | 55 "fetch/ResourceLoadTiming.cpp", |
| 56 "fetch/ResourceLoadTiming.h", | 56 "fetch/ResourceLoadTiming.h", |
| 57 "fetch/ResourceLoader.cpp", | 57 "fetch/ResourceLoader.cpp", |
| 58 "fetch/ResourceLoader.h", | 58 "fetch/ResourceLoader.h", |
| 59 "fetch/ResourceLoaderOptions.h", | 59 "fetch/ResourceLoaderOptions.h", |
| 60 "fetch/ResourceLoadingLog.h", | 60 "fetch/ResourceLoadingLog.h", |
| 61 "fetch/ResourceOwner.h", |
| 61 "fetch/ResourceRequest.cpp", | 62 "fetch/ResourceRequest.cpp", |
| 62 "fetch/ResourceRequest.h", | 63 "fetch/ResourceRequest.h", |
| 63 "fetch/ResourceResponse.cpp", | 64 "fetch/ResourceResponse.cpp", |
| 64 "fetch/ResourceResponse.h", | 65 "fetch/ResourceResponse.h", |
| 65 "fetch/ResourceStatus.h", | 66 "fetch/ResourceStatus.h", |
| 66 "fetch/ResourceTimingInfo.cpp", | 67 "fetch/ResourceTimingInfo.cpp", |
| 67 "fetch/ResourceTimingInfo.h", | 68 "fetch/ResourceTimingInfo.h", |
| 68 "fetch/SubstituteData.h", | 69 "fetch/SubstituteData.h", |
| 69 "fetch/UniqueIdentifier.cpp", | 70 "fetch/UniqueIdentifier.cpp", |
| 70 "fetch/UniqueIdentifier.h", | 71 "fetch/UniqueIdentifier.h", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 | 156 |
| 156 configs += [ | 157 configs += [ |
| 157 "//third_party/WebKit/Source/wtf:wtf_config", | 158 "//third_party/WebKit/Source/wtf:wtf_config", |
| 158 "//third_party/WebKit/Source:config", | 159 "//third_party/WebKit/Source:config", |
| 159 ] | 160 ] |
| 160 | 161 |
| 161 deps = [ | 162 deps = [ |
| 162 "//third_party/WebKit/Source/platform", | 163 "//third_party/WebKit/Source/platform", |
| 163 ] | 164 ] |
| 164 } | 165 } |
| OLD | NEW |