| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//build/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
| 6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
| 7 import("//third_party/WebKit/Source/bindings/bindings.gni") | 7 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") |
| 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 9 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
| 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "canvas2d/CanvasRenderingContext2DAPITest.cpp", | 174 "canvas2d/CanvasRenderingContext2DAPITest.cpp", |
| 175 "canvas2d/CanvasRenderingContext2DTest.cpp", | 175 "canvas2d/CanvasRenderingContext2DTest.cpp", |
| 176 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", | 176 "canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp", |
| 177 "compositorworker/AnimationWorkletThreadTest.cpp", | 177 "compositorworker/AnimationWorkletThreadTest.cpp", |
| 178 "compositorworker/CompositorWorkerThreadTest.cpp", | 178 "compositorworker/CompositorWorkerThreadTest.cpp", |
| 179 "credentialmanager/PasswordCredentialTest.cpp", | 179 "credentialmanager/PasswordCredentialTest.cpp", |
| 180 "csspaint/PaintRenderingContext2DTest.cpp", | 180 "csspaint/PaintRenderingContext2DTest.cpp", |
| 181 "csspaint/PaintWorkletTest.cpp", | 181 "csspaint/PaintWorkletTest.cpp", |
| 182 "fetch/BodyStreamBufferTest.cpp", | 182 "fetch/BodyStreamBufferTest.cpp", |
| 183 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", | 183 "fetch/BytesConsumerForDataConsumerHandleTest.cpp", |
| 184 "fetch/BytesConsumerTest.cpp", |
| 185 "fetch/BytesConsumerTestUtil.cpp", |
| 184 "fetch/CompositeDataConsumerHandleTest.cpp", | 186 "fetch/CompositeDataConsumerHandleTest.cpp", |
| 185 "fetch/DataConsumerHandleTestUtil.cpp", | 187 "fetch/DataConsumerHandleTestUtil.cpp", |
| 186 "fetch/DataConsumerHandleTestUtil.h", | 188 "fetch/DataConsumerHandleTestUtil.h", |
| 187 "fetch/DataConsumerHandleUtilTest.cpp", | 189 "fetch/DataConsumerHandleUtilTest.cpp", |
| 188 "fetch/DataConsumerTeeTest.cpp", | 190 "fetch/DataConsumerTeeTest.cpp", |
| 189 "fetch/FetchBlobDataConsumerHandleTest.cpp", | 191 "fetch/FetchBlobDataConsumerHandleTest.cpp", |
| 190 "fetch/FetchDataLoaderTest.cpp", | 192 "fetch/FetchDataLoaderTest.cpp", |
| 191 "fetch/FetchFormDataConsumerHandleTest.cpp", | 193 "fetch/FetchFormDataConsumerHandleTest.cpp", |
| 192 "fetch/FetchResponseDataTest.cpp", | 194 "fetch/FetchResponseDataTest.cpp", |
| 193 "fetch/ReadableStreamDataConsumerHandleTest.cpp", | 195 "fetch/ReadableStreamDataConsumerHandleTest.cpp", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 ":modules", | 240 ":modules", |
| 239 ":modules_testing", | 241 ":modules_testing", |
| 240 "//skia", | 242 "//skia", |
| 241 "//testing/gmock", | 243 "//testing/gmock", |
| 242 "//testing/gtest", | 244 "//testing/gtest", |
| 243 "//third_party/WebKit/Source/core", | 245 "//third_party/WebKit/Source/core", |
| 244 "//third_party/WebKit/Source/wtf", | 246 "//third_party/WebKit/Source/wtf", |
| 245 "//v8", | 247 "//v8", |
| 246 ] | 248 ] |
| 247 } | 249 } |
| OLD | NEW |