| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "fetch/RawResourceTest.cpp", | 116 "fetch/RawResourceTest.cpp", |
| 117 "fetch/ResourceFetcherTest.cpp", | 117 "fetch/ResourceFetcherTest.cpp", |
| 118 "fetch/ResourceLoaderOptionsTest.cpp", | 118 "fetch/ResourceLoaderOptionsTest.cpp", |
| 119 "fetch/ResourceRequestTest.cpp", | 119 "fetch/ResourceRequestTest.cpp", |
| 120 "fetch/ResourceTest.cpp", | 120 "fetch/ResourceTest.cpp", |
| 121 ] | 121 ] |
| 122 | 122 |
| 123 defines = [ "INSIDE_BLINK" ] | 123 defines = [ "INSIDE_BLINK" ] |
| 124 | 124 |
| 125 configs += [ | 125 configs += [ |
| 126 "//third_party/WebKit/Source/wtf:wtf_config", | 126 "//third_party/WebKit/Source/platform/wtf:wtf_config", |
| 127 "//third_party/WebKit/Source:config", | 127 "//third_party/WebKit/Source:config", |
| 128 ] | 128 ] |
| 129 | 129 |
| 130 deps = [ | 130 deps = [ |
| 131 "//testing/gmock", | 131 "//testing/gmock", |
| 132 "//testing/gtest", | 132 "//testing/gtest", |
| 133 "//third_party/WebKit/Source/platform", | 133 "//third_party/WebKit/Source/platform", |
| 134 ] | 134 ] |
| 135 } | 135 } |
| 136 | 136 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 148 "testing/MockFetchContext.h", | 148 "testing/MockFetchContext.h", |
| 149 "testing/MockResource.cpp", | 149 "testing/MockResource.cpp", |
| 150 "testing/MockResource.h", | 150 "testing/MockResource.h", |
| 151 "testing/MockResourceClient.cpp", | 151 "testing/MockResourceClient.cpp", |
| 152 "testing/MockResourceClient.h", | 152 "testing/MockResourceClient.h", |
| 153 ] | 153 ] |
| 154 | 154 |
| 155 defines = [ "INSIDE_BLINK" ] | 155 defines = [ "INSIDE_BLINK" ] |
| 156 | 156 |
| 157 configs += [ | 157 configs += [ |
| 158 "//third_party/WebKit/Source/wtf:wtf_config", | 158 "//third_party/WebKit/Source/platform/wtf:wtf_config", |
| 159 "//third_party/WebKit/Source:config", | 159 "//third_party/WebKit/Source:config", |
| 160 ] | 160 ] |
| 161 | 161 |
| 162 deps = [ | 162 deps = [ |
| 163 "//third_party/WebKit/Source/platform", | 163 "//third_party/WebKit/Source/platform", |
| 164 ] | 164 ] |
| 165 } | 165 } |
| OLD | NEW |